Skip to content

Commit

Permalink
[Keyboard] Fixed inconsistent MATRIX_ROWS and MATRIX_COLS: wsk/gothic…
Browse files Browse the repository at this point in the history
…50 (qmk#8150)
  • Loading branch information
elfmimi authored and kujawakk committed Apr 21, 2020
1 parent 8ac3813 commit 94471b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/wsk/gothic50/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define DESCRIPTION Expanded Ergo Keyboard

/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
#define MATRIX_ROWS 4
#define MATRIX_COLS 14

/* key matrix pins */

Expand Down

0 comments on commit 94471b9

Please sign in to comment.