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

This commit is contained in:
a_p_u_r_o 2020-02-12 00:02:18 +09:00 committed by GitHub
parent fba9971555
commit a624c439a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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