diff options
Diffstat (limited to 'keyboards/fallacy/config.h')
-rwxr-xr-x | keyboards/fallacy/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/fallacy/config.h b/keyboards/fallacy/config.h index b941af432c..fd84faa44d 100755 --- a/keyboards/fallacy/config.h +++ b/keyboards/fallacy/config.h @@ -15,12 +15,6 @@ */ #pragma once -#include "config_common.h" - -/* key matrix size - */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 /* key matrix pins */ @@ -38,10 +32,6 @@ #define LED_DRIVER_COUNT 1 #define LED_MATRIX_LED_COUNT 3 -/* Set 0 if debouncing isn't needed - */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |