summaryrefslogtreecommitdiff
path: root/keyboards/wuque/creek70/config.h
diff options
context:
space:
mode:
authorspbgzh <72414103+spbgzh@users.noreply.github.com>2023-03-22 03:07:47 +0800
committerGitHub <noreply@github.com>2023-03-21 12:07:47 -0700
commit0bb9eada83d75f967d29a3381315ea0dcab22cdf (patch)
treee5b7b59dba2c19d7d2a29269c6a540ead475705f /keyboards/wuque/creek70/config.h
parentac7524213236dd09a99da2d97004dec1c288596c (diff)
[Keyboard] update creek70 change rgb num (#20196)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/wuque/creek70/config.h')
-rw-r--r--keyboards/wuque/creek70/config.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/keyboards/wuque/creek70/config.h b/keyboards/wuque/creek70/config.h
index 1048387aa2..4f17871ab0 100644
--- a/keyboards/wuque/creek70/config.h
+++ b/keyboards/wuque/creek70/config.h
@@ -18,14 +18,20 @@
#define RGB_DI_PIN D0
#ifdef RGB_DI_PIN
- #define RGBLED_NUM 1
- #define RGBLIGHT_HUE_STEP 8
- #define RGBLIGHT_SAT_STEP 8
- #define RGBLIGHT_VAL_STEP 8
- #define RGBLIGHT_LIMIT_VAL 200 /* The maximum brightness level */
- #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
-/*======= RGB function=======*/
-#define RGBLIGHT_EFFECT_BREATHING
-#define RGBLIGHT_EFFECT_RAINBOW_MOOD
-#define RGBLIGHT_EFFECT_STATIC_GRADIENT
+# define RGBLED_NUM 7
+# define RGBLIGHT_HUE_STEP 8
+# define RGBLIGHT_SAT_STEP 8
+# define RGBLIGHT_VAL_STEP 8
+# define RGBLIGHT_LIMIT_VAL 200 /* The maximum brightness level */
+# define RGBLIGHT_SLEEP
+# define RGBLIGHT_EFFECT_BREATHING
+# define RGBLIGHT_EFFECT_RAINBOW_MOOD
+# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+# define RGBLIGHT_EFFECT_SNAKE
+# define RGBLIGHT_EFFECT_KNIGHT
+# define RGBLIGHT_EFFECT_CHRISTMAS
+# define RGBLIGHT_EFFECT_STATIC_GRADIENT
+# define RGBLIGHT_EFFECT_RGB_TEST
+# define RGBLIGHT_EFFECT_ALTERNATING
+# define RGBLIGHT_EFFECT_TWINKLE
#endif