diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-22 04:26:00 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 19:26:00 +0100 |
commit | 78265ea742f717ab5859b356fe524e958679f95f (patch) | |
tree | 241948928a8b8937da80eae1205a9f2d764b40af /keyboards/aeboards | |
parent | d2cdb0b1d391101f3bb5220c6a5efd85bde0f034 (diff) | |
download | qmk_firmware-78265ea742f717ab5859b356fe524e958679f95f.tar.gz qmk_firmware-78265ea742f717ab5859b356fe524e958679f95f.zip |
Fix MATRIX_COLS for aeboards/constellation/rev2 (#13633)
Diffstat (limited to 'keyboards/aeboards')
-rwxr-xr-x | keyboards/aeboards/constellation/rev2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/aeboards/constellation/rev2/config.h b/keyboards/aeboards/constellation/rev2/config.h index 64cd0d77a..0780c9bf9 100755 --- a/keyboards/aeboards/constellation/rev2/config.h +++ b/keyboards/aeboards/constellation/rev2/config.h | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | /* key matrix size */ | 28 | /* key matrix size */ |
29 | #define MATRIX_ROWS 5 | 29 | #define MATRIX_ROWS 5 |
30 | #define MATRIX_COLS 14 | 30 | #define MATRIX_COLS 15 |
31 | 31 | ||
32 | /* key matrix pins */ | 32 | /* key matrix pins */ |
33 | #define MATRIX_ROW_PINS { B15, A14, A2, B13, B14 } | 33 | #define MATRIX_ROW_PINS { B15, A14, A2, B13, B14 } |