summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/gust/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/afternoonlabs/gust/rev1/config.h')
-rw-r--r--keyboards/afternoonlabs/gust/rev1/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/afternoonlabs/gust/rev1/config.h b/keyboards/afternoonlabs/gust/rev1/config.h
index f3e9c95c52..db2839cfc9 100644
--- a/keyboards/afternoonlabs/gust/rev1/config.h
+++ b/keyboards/afternoonlabs/gust/rev1/config.h
@@ -16,19 +16,8 @@
#pragma once
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 3
-
// wiring of each half
#define MATRIX_ROW_PINS { F5, F4, D0 }
#define MATRIX_COL_PINS { D1, D2, D3 }
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
#define DIODE_DIRECTION COL2ROW
-
-#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 0