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