rules.mk 241 B

123456789
  1. RGBLIGHT_ENABLE = yes
  2. # If your custom naked60 pcb, you can rewrite to yes.
  3. LED_ANIMATIONS = yes # LED animations
  4. ifeq ($(strip $(LED_ANIMATIONS)), yes)
  5. # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
  6. OPT_DEFS += -DLED_ANIMATIONS
  7. endif