aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dz60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dz60/config.h')
-rw-r--r--keyboards/dz60/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/dz60/config.h b/keyboards/dz60/config.h
index d121d997b..63794d027 100644
--- a/keyboards/dz60/config.h
+++ b/keyboards/dz60/config.h
@@ -25,8 +25,9 @@
25 25
26/* number of backlight levels */ 26/* number of backlight levels */
27#define BACKLIGHT_PIN B6 27#define BACKLIGHT_PIN B6
28#ifdef BACKLIGHT_PIN
28#define BACKLIGHT_LEVELS 5 29#define BACKLIGHT_LEVELS 5
29 30#endif
30/* Set 0 if debouncing isn't needed */ 31/* Set 0 if debouncing isn't needed */
31#define DEBOUNCE 5 32#define DEBOUNCE 5
32 33
@@ -35,12 +36,13 @@
35 36
36/* Locking resynchronize hack */ 37/* Locking resynchronize hack */
37#define LOCKING_RESYNC_ENABLE 38#define LOCKING_RESYNC_ENABLE
38
39#define RGB_DI_PIN E2 39#define RGB_DI_PIN E2
40#ifdef RGB_DI_PIN
40#define RGBLIGHT_ANIMATIONS 41#define RGBLIGHT_ANIMATIONS
41#define RGBLED_NUM 16 42#define RGBLED_NUM 16
42#define RGBLIGHT_HUE_STEP 8 43#define RGBLIGHT_HUE_STEP 8
43#define RGBLIGHT_SAT_STEP 8 44#define RGBLIGHT_SAT_STEP 8
44#define RGBLIGHT_VAL_STEP 8 45#define RGBLIGHT_VAL_STEP 8
45 46#define RGBLIGHT_SLEEP
47#endif
46#endif \ No newline at end of file 48#endif \ No newline at end of file