diff options
Diffstat (limited to 'keyboards/shoc')
-rw-r--r-- | keyboards/shoc/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/shoc/config.h b/keyboards/shoc/config.h index 98084059af..b6f523794f 100644 --- a/keyboards/shoc/config.h +++ b/keyboards/shoc/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define OLED_DISPLAY_128X64 #define OLED_TIMEOUT 300000 @@ -29,6 +28,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -#define DEBOUNCE 5 - |