diff options
Diffstat (limited to 'keyboards/edinburgh41/config.h')
-rw-r--r-- | keyboards/edinburgh41/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/edinburgh41/config.h b/keyboards/edinburgh41/config.h index d1f5c41fd4..2f65982579 100644 --- a/keyboards/edinburgh41/config.h +++ b/keyboards/edinburgh41/config.h @@ -3,7 +3,6 @@ #pragma once -#include "config_common.h" #define MATRIX_ROW_PINS \ { F4, F5, F6, F7, B1, B3, B2 } @@ -12,8 +11,6 @@ #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 - // Underglow LED settings #define RGB_DI_PIN D0 |