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

xap
Ryan 4 years ago committed by GitHub
parent d2cdb0b1d3
commit 78265ea742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      keyboards/aeboards/constellation/rev2/config.h

@ -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 }

Loading…
Cancel
Save