aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/config.h')
-rw-r--r--keyboards/helix/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/helix/config.h b/keyboards/helix/config.h
index fbfbd3280..b79093d87 100644
--- a/keyboards/helix/config.h
+++ b/keyboards/helix/config.h
@@ -48,4 +48,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48 #define DISABLE_LEADER 48 #define DISABLE_LEADER
49#endif // USE_Link_Time_Optimization 49#endif // USE_Link_Time_Optimization
50 50
51#if defined(LED_ANIMATIONS) || defined(RGBLIGHT_ANIMATIONS)
52 #undef RGBLIGHT_ANIMATIONS
53 #define RGBLIGHT_EFFECT_BREATHING
54 #define RGBLIGHT_EFFECT_RAINBOW_MOOD
55 #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
56 #define RGBLIGHT_EFFECT_SNAKE
57 #define RGBLIGHT_EFFECT_KNIGHT
58 #define RGBLIGHT_EFFECT_CHRISTMAS
59 #define RGBLIGHT_EFFECT_STATIC_GRADIENT
60 #define RGBLIGHT_EFFECT_RGB_TEST
61 #define RGBLIGHT_EFFECT_ALTERNATING
62#endif
63
51#endif /* CONFIG_H */ 64#endif /* CONFIG_H */