summaryrefslogtreecommitdiff
path: root/keyboards/neokeys
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-10-15 09:55:40 -0700
committerGitHub <noreply@github.com>2022-10-15 09:55:40 -0700
commitc8e998ccaddc6157ee5d406e277e973dd4796f37 (patch)
tree4f81e7fb8f1444ceae824362a4cccc064473af79 /keyboards/neokeys
parent55b9a4d06e12df08564d3b6261f9ed81f75e07ec (diff)
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Diffstat (limited to 'keyboards/neokeys')
-rw-r--r--keyboards/neokeys/g67/hotswap/config.h22
-rw-r--r--keyboards/neokeys/g67/soldered/config.h22
2 files changed, 20 insertions, 24 deletions
diff --git a/keyboards/neokeys/g67/hotswap/config.h b/keyboards/neokeys/g67/hotswap/config.h
index 5c45f7ef94..f15552acda 100644
--- a/keyboards/neokeys/g67/hotswap/config.h
+++ b/keyboards/neokeys/g67/hotswap/config.h
@@ -45,16 +45,14 @@
45 #define RGBLIGHT_VAL_STEP 8 45 #define RGBLIGHT_VAL_STEP 8
46 #define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */ 46 #define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */
47 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ 47 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
48/*== all animations enable ==*/ 48#define RGBLIGHT_EFFECT_BREATHING
49 #define RGBLIGHT_ANIMATIONS 49#define RGBLIGHT_EFFECT_RAINBOW_MOOD
50// /*== or choose animations ==*/ 50#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
51// #define RGBLIGHT_EFFECT_BREATHING 51#define RGBLIGHT_EFFECT_SNAKE
52// #define RGBLIGHT_EFFECT_RAINBOW_MOOD 52#define RGBLIGHT_EFFECT_KNIGHT
53// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL 53#define RGBLIGHT_EFFECT_CHRISTMAS
54// #define RGBLIGHT_EFFECT_SNAKE 54#define RGBLIGHT_EFFECT_STATIC_GRADIENT
55// #define RGBLIGHT_EFFECT_KNIGHT 55#define RGBLIGHT_EFFECT_RGB_TEST
56// #define RGBLIGHT_EFFECT_CHRISTMAS 56#define RGBLIGHT_EFFECT_ALTERNATING
57// #define RGBLIGHT_EFFECT_STATIC_GRADIENT 57#define RGBLIGHT_EFFECT_TWINKLE
58// #define RGBLIGHT_EFFECT_RGB_TEST
59// #define RGBLIGHT_EFFECT_ALTERNATING
60#endif 58#endif
diff --git a/keyboards/neokeys/g67/soldered/config.h b/keyboards/neokeys/g67/soldered/config.h
index 9ea69bd3fe..c2ec4a1b07 100644
--- a/keyboards/neokeys/g67/soldered/config.h
+++ b/keyboards/neokeys/g67/soldered/config.h
@@ -49,16 +49,14 @@
49 #define RGBLIGHT_VAL_STEP 8 49 #define RGBLIGHT_VAL_STEP 8
50 #define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */ 50 #define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */
51 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ 51 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
52/*== all animations enable ==*/ 52#define RGBLIGHT_EFFECT_BREATHING
53 #define RGBLIGHT_ANIMATIONS 53#define RGBLIGHT_EFFECT_RAINBOW_MOOD
54// /*== or choose animations ==*/ 54#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
55// #define RGBLIGHT_EFFECT_BREATHING 55#define RGBLIGHT_EFFECT_SNAKE
56// #define RGBLIGHT_EFFECT_RAINBOW_MOOD 56#define RGBLIGHT_EFFECT_KNIGHT
57// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL 57#define RGBLIGHT_EFFECT_CHRISTMAS
58// #define RGBLIGHT_EFFECT_SNAKE 58#define RGBLIGHT_EFFECT_STATIC_GRADIENT
59// #define RGBLIGHT_EFFECT_KNIGHT 59#define RGBLIGHT_EFFECT_RGB_TEST
60// #define RGBLIGHT_EFFECT_CHRISTMAS 60#define RGBLIGHT_EFFECT_ALTERNATING
61// #define RGBLIGHT_EFFECT_STATIC_GRADIENT 61#define RGBLIGHT_EFFECT_TWINKLE
62// #define RGBLIGHT_EFFECT_RGB_TEST
63// #define RGBLIGHT_EFFECT_ALTERNATING
64#endif 62#endif