Browse Source

[Keyboard] Fixed inconsistent MATRIX_ROWS and MATRIX_COLS: wsk/gothic50 (#8150)

a_p_u_r_o 6 years ago
parent
commit
a624c439a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      keyboards/wsk/gothic50/config.h

+ 2 - 2
keyboards/wsk/gothic50/config.h

@@ -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 */