summaryrefslogtreecommitdiff
path: root/keyboards/helix/config.h
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-09-30 02:40:54 +0900
committerDrashna Jaelre <drashna@live.com>2018-09-29 10:40:54 -0700
commitcd215209efb0e236b691b51c3397495d4449623b (patch)
tree18889dc90a6d78f09299bd97350efe4ac7ecda01 /keyboards/helix/config.h
parent4f6495108087da13d7ee44c1f6ced03ebdfb934d (diff)
Helix led_test keymap reduce size (#4023)
* Helix: make rgblight modes selectable. No change in build result. * edit the comment of helix/rev2/keymaps/default/keymap.c * Helix led_test keymap: reduced the size.
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 fbfbd32804..b79093d871 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/>.
#define DISABLE_LEADER
#endif // USE_Link_Time_Optimization
+#if defined(LED_ANIMATIONS) || defined(RGBLIGHT_ANIMATIONS)
+ #undef RGBLIGHT_ANIMATIONS
+ #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
+#endif
+
#endif /* CONFIG_H */