diff options
Diffstat (limited to 'keyboards/chocv/config.h')
-rw-r--r-- | keyboards/chocv/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/chocv/config.h b/keyboards/chocv/config.h index 16c2682646..c735d1871e 100644 --- a/keyboards/chocv/config.h +++ b/keyboards/chocv/config.h @@ -16,7 +16,6 @@ #pragma once - #include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -28,8 +27,3 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW - - - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ - #define DEBOUNCE 5 - |