summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/constellation
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-22 04:26:00 +1000
committerGitHub <noreply@github.com>2021-07-21 19:26:00 +0100
commit78265ea742f717ab5859b356fe524e958679f95f (patch)
tree241948928a8b8937da80eae1205a9f2d764b40af /keyboards/aeboards/constellation
parentd2cdb0b1d391101f3bb5220c6a5efd85bde0f034 (diff)
Fix MATRIX_COLS for aeboards/constellation/rev2 (#13633)
Diffstat (limited to 'keyboards/aeboards/constellation')
-rwxr-xr-xkeyboards/aeboards/constellation/rev2/config.h2
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 }