diff options
Diffstat (limited to 'keyboards/alpha/config.h')
-rwxr-xr-x | keyboards/alpha/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/alpha/config.h b/keyboards/alpha/config.h index f65e1c31ee..21483c4e4e 100755 --- a/keyboards/alpha/config.h +++ b/keyboards/alpha/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 @@ -13,15 +12,10 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* number of backlight levels */ - #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 3 #endif -/* 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 |