Fix MATRIX_COLS for aeboards/constellation/rev2 (#13633)

master
Ryan 2021-07-22 04:26:00 +10:00 committed by GitHub
parent d2cdb0b1d3
commit 78265ea742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
#define MATRIX_COLS 15
/* key matrix pins */
#define MATRIX_ROW_PINS { B15, A14, A2, B13, B14 }