diff options
Diffstat (limited to 'keyboards/tender/macrowo_pad')
-rw-r--r-- | keyboards/tender/macrowo_pad/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/tender/macrowo_pad/config.h b/keyboards/tender/macrowo_pad/config.h index bdfe120bf0..4448d90646 100644 --- a/keyboards/tender/macrowo_pad/config.h +++ b/keyboards/tender/macrowo_pad/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 2 @@ -27,7 +26,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - |