Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)

This commit is contained in:
Drashna Jaelre
2022-10-15 09:55:53 -07:00
committed by GitHub
parent c8e998ccad
commit f0da486fab
292 changed files with 2282 additions and 1174 deletions

View File

@@ -2,7 +2,6 @@
# RGB Options
RGBLIGHT_ENABLE = no # Enable global lighting effects. Do not enable with RGB Matrix
RGBLIGHT_ANIMATIONS = no # LED animations
LED_MIRRORED = no # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
RGB_MATRIX_ENABLE = yes # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
FULLHAND_ENABLE = no # Enables the additional 24 Full Hand LEDs
@@ -23,4 +22,3 @@ endif
# Do not edit past here
include keyboards/$(KEYBOARD)/post_rules.mk