rules.mk 388 B

1234567891011121314151617181920
  1. TAP_DANCE_ENABLE = yes
  2. EXTRAKEY_ENABLE = yes
  3. BACKLIGHT_ENABLE = no
  4. COMMAND_ENABLE = no
  5. BOOTMAGIC_ENABLE = no
  6. MOUSEKEY_ENABLE = no
  7. AUDIO_ENABLE = no
  8. CONSOLE_ENABLE = no
  9. NKRO_ENABLE = no
  10. SRC += stanrc85.c
  11. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  12. # Include my fancy rgb functions source here
  13. SRC += layer_rgb.c
  14. endif
  15. ifeq ($(strip $(KEYBOARD)), hs60/v2)
  16. SRC += rgb_backlight.c
  17. endif