diff options
Diffstat (limited to 'keyboards/wuque/creek70')
-rw-r--r-- | keyboards/wuque/creek70/config.h | 2 | ||||
-rw-r--r-- | keyboards/wuque/creek70/info.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/wuque/creek70/config.h b/keyboards/wuque/creek70/config.h index d33ee006aa..d4bc94ce44 100644 --- a/keyboards/wuque/creek70/config.h +++ b/keyboards/wuque/creek70/config.h @@ -16,11 +16,9 @@ #pragma once -# define RGBLED_NUM 7 # define RGBLIGHT_HUE_STEP 8 # define RGBLIGHT_SAT_STEP 8 # define RGBLIGHT_VAL_STEP 8 -# define RGBLIGHT_SLEEP # define RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_RAINBOW_MOOD # define RGBLIGHT_EFFECT_RAINBOW_SWIRL diff --git a/keyboards/wuque/creek70/info.json b/keyboards/wuque/creek70/info.json index 5e54c694ed..003077e651 100644 --- a/keyboards/wuque/creek70/info.json +++ b/keyboards/wuque/creek70/info.json @@ -30,7 +30,9 @@ "pin": "D0" }, "rgblight": { - "max_brightness": 200 + "led_count": 7, + "max_brightness": 200, + "sleep": true }, "layouts": { "LAYOUT": { |