From 3a6188fc55b6ad8ca3de3861b44f34474d188d9d Mon Sep 17 00:00:00 2001 From: Eithan Shavit Date: Wed, 26 May 2021 21:01:47 -0700 Subject: [Keyboard] Adjustments to Gust Rev1.2 (#12716) Co-authored-by: Eithan Shavit --- keyboards/afternoonlabs/gust/rev1/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/afternoonlabs/gust/rev1/config.h') 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 */ -- cgit v1.2.3