diff options
Diffstat (limited to 'keyboards/kmini/config.h')
-rwxr-xr-x | keyboards/kmini/config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/kmini/config.h b/keyboards/kmini/config.h index 7138b158a6..3c92c89423 100755 --- a/keyboards/kmini/config.h +++ b/keyboards/kmini/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -32,11 +31,3 @@ /* COL2ROW, ROW2COL*/ //#define DIODE_DIRECTION - -/* number of backlight levels */ -//#define BACKLIGHT_LEVELS 3 -// #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |