summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/gust/rev1/config.h
diff options
context:
space:
mode:
authorEithan Shavit <eithanshavit@users.noreply.github.com>2021-05-26 21:01:47 -0700
committerGitHub <noreply@github.com>2021-05-26 21:01:47 -0700
commit3a6188fc55b6ad8ca3de3861b44f34474d188d9d (patch)
treef40ed40b30edcb4c162c5cf8c3f6557cbc65fb01 /keyboards/afternoonlabs/gust/rev1/config.h
parent7cd9edab9913b85d5db81136cb5ac6e783b496c9 (diff)
[Keyboard] Adjustments to Gust Rev1.2 (#12716)
Co-authored-by: Eithan Shavit <eithan@afternoonlabs.com>
Diffstat (limited to 'keyboards/afternoonlabs/gust/rev1/config.h')
-rw-r--r--keyboards/afternoonlabs/gust/rev1/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/afternoonlabs/gust/rev1/config.h b/keyboards/afternoonlabs/gust/rev1/config.h
index 646f21dcc5..650b98c1b8 100644
--- a/keyboards/afternoonlabs/gust/rev1/config.h
+++ b/keyboards/afternoonlabs/gust/rev1/config.h
@@ -25,11 +25,11 @@
/* key matrix size */
// Rows are doubled-up
-#define MATRIX_ROWS 2
+#define MATRIX_ROWS 3
#define MATRIX_COLS 3
// wiring of each half
-#define MATRIX_ROW_PINS { F5, F4 }
+#define MATRIX_ROW_PINS { F5, F4, D0 }
#define MATRIX_COL_PINS { D1, D2, D3 }
/* Set 0 if debouncing isn't needed */