diff options
Diffstat (limited to 'keyboards/system76/launch_1/config.h')
-rw-r--r-- | keyboards/system76/launch_1/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/system76/launch_1/config.h b/keyboards/system76/launch_1/config.h index 0431b9ab17..886b5e2b78 100644 --- a/keyboards/system76/launch_1/config.h +++ b/keyboards/system76/launch_1/config.h @@ -17,11 +17,6 @@ #pragma once -#include "config_common.h" - -// Key matrix size -#define MATRIX_ROWS 6 -#define MATRIX_COLS 14 /* * Key matrix pins @@ -38,9 +33,6 @@ */ #define DIODE_DIRECTION COL2ROW -// Set 0 if debouncing isn't needed -#define DEBOUNCE 5 - #ifdef RGB_MATRIX_ENABLE # define RGB_DI_PIN E2 # define RGB_MATRIX_LED_COUNT 84 |