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