logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

rules.mk (816B)


  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 += -DLED_ANIMATIONS
  14. endif
  15. ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
  16. OPT_DEFS += -DIOS_DEVICE_ENABLE
  17. endif
  18. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend