rules.mk 856 B

1234567891011121314151617181920212223242526
  1. # Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  6. TAP_DANCE_ENABLE = yes
  7. # If your custom treadstone32 pcb, you can rewrite to yes.
  8. RGBLIGHT_ENABLE = yes # LED underglow (Enable WS2812 RGB underlight.)
  9. LED_ANIMATIONS = yes # LED animations
  10. # Other selectable option
  11. IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
  12. ifeq ($(strip $(LED_ANIMATIONS)), yes)
  13. # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
  14. OPT_DEFS += -DLED_ANIMATIONS
  15. endif
  16. ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
  17. OPT_DEFS += -DIOS_DEVICE_ENABLE
  18. endif
  19. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  20. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend