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/constellation/rev2 | |
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/constellation/rev2')
-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 64cd0d77a6..0780c9bf93 100755 --- a/keyboards/aeboards/constellation/rev2/config.h +++ b/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 } |