diff options
Diffstat (limited to 'keyboards/handwired/elrgo_s/config.h')
-rw-r--r-- | keyboards/handwired/elrgo_s/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/handwired/elrgo_s/config.h b/keyboards/handwired/elrgo_s/config.h index dc20ab1d3e..40b3f759d8 100644 --- a/keyboards/handwired/elrgo_s/config.h +++ b/keyboards/handwired/elrgo_s/config.h @@ -17,11 +17,6 @@ Copyright 2021 Yaroslav Smirnov <elorenn@bk.ru> #pragma once -#include "config_common.h" - -// Rows are doubled-up for splits -#define MATRIX_ROWS 8 -#define MATRIX_COLS 6 // Wiring of each half #define MATRIX_ROW_PINS { B1, B3, B2, B6 } @@ -30,13 +25,6 @@ Copyright 2021 Yaroslav Smirnov <elorenn@bk.ru> #define DIODE_DIRECTION COL2ROW -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - -/* serial.c configuration for split keyboard */ -#define SOFT_SERIAL_PIN D0 - - /* disable debug print */ // #define NO_DEBUG |