aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xbows/knight/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xbows/knight/config.h')
-rw-r--r--keyboards/xbows/knight/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/xbows/knight/config.h b/keyboards/xbows/knight/config.h
index 6dc32db48..1e561642f 100644
--- a/keyboards/xbows/knight/config.h
+++ b/keyboards/xbows/knight/config.h
@@ -24,8 +24,10 @@
24/* number of backlight levels */ 24/* number of backlight levels */
25// #define BACKLIGHT_LEVELS 3 25// #define BACKLIGHT_LEVELS 3
26#define BACKLIGHT_PIN B7 26#define BACKLIGHT_PIN B7
27#ifdef BACKLIGHT_PIN
27#define BACKLIGHT_BREATHING 28#define BACKLIGHT_BREATHING
28#define BACKLIGHT_LEVELS 3 29#define BACKLIGHT_LEVELS 3
30#endif
29/* Set 0 if debouncing isn't needed */ 31/* Set 0 if debouncing isn't needed */
30#define DEBOUNCE 5 32#define DEBOUNCE 5
31 33