diff options
Diffstat (limited to 'keyboards/chalice/config.h')
-rw-r--r-- | keyboards/chalice/config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/chalice/config.h b/keyboards/chalice/config.h index 1cb0404a03..4dd8af45fd 100644 --- a/keyboards/chalice/config.h +++ b/keyboards/chalice/config.h @@ -17,7 +17,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 10 @@ -46,15 +45,7 @@ #define RGBLIGHT_EFFECT_TWINKLE #endif -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 - |