diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-07-20 10:04:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 17:04:14 -0700 |
commit | 5b6780f999a9bf1481adcc2c2831bd39ac0c6980 (patch) | |
tree | 87c8d72540b0a4dd69f6e7bce035a70423d480f2 /keyboards/aeboards/constellation/rev2 | |
parent | 07ae72ea6b861819912bb7cf6859718e2d2157d3 (diff) | |
download | qmk_firmware-5b6780f999a9bf1481adcc2c2831bd39ac0c6980.tar.gz qmk_firmware-5b6780f999a9bf1481adcc2c2831bd39ac0c6980.zip |
[Keyboard][Bug] Constellation Rev2 (#13595)
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 bff51c07d5..0780c9bf93 100755 --- a/keyboards/aeboards/constellation/rev2/config.h +++ b/keyboards/aeboards/constellation/rev2/config.h @@ -31,7 +31,7 @@ /* key matrix pins */ #define MATRIX_ROW_PINS { B15, A14, A2, B13, B14 } -#define MATRIX_COL_PINS { B12, H0, C15, C14, B11, B10, B2, B1, B0, A7, A6, A5, A4, A3 } +#define MATRIX_COL_PINS { B12, A1, H0, C15, C14, B11, B10, B2, B1, B0, A7, A6, A5, A4, A3 } #define UNUSED_PINS /* COL2ROW or ROW2COL */ |