rules.mk 386 B

123456789101112
  1. # If your custom treadstone32 pcb, you can rewrite to yes.
  2. RGBLIGHT_ENABLE = yes # LED underglow (Enable WS2812 RGB underlight.)
  3. # Other selectable option
  4. IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
  5. ifeq ($(strip $(LED_ANIMATIONS)), yes)
  6. OPT_DEFS += -DLED_ANIMATIONS
  7. endif
  8. ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
  9. OPT_DEFS += -DIOS_DEVICE_ENABLE
  10. endif