diff options
Diffstat (limited to 'keyboards/free_willy/config.h')
-rw-r--r-- | keyboards/free_willy/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/free_willy/config.h b/keyboards/free_willy/config.h index a5250a8c39..a855a59c7c 100644 --- a/keyboards/free_willy/config.h +++ b/keyboards/free_willy/config.h @@ -15,17 +15,9 @@ */ #pragma once -#include "config_common.h" - -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 10 #define MATRIX_ROW_PINS { F4, F5, F6, F7 } #define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, E6, B4, B5 } /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |