rules.mk 438 B

123456789101112131415161718
  1. TAP_DANCE_ENABLE = yes
  2. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  3. COMMAND_ENABLE = yes # Commands for debug and configuration
  4. ifeq ("$(KEYBOARD)","ergodox_ez")
  5. RGBLIGHT_ENABLE = yes
  6. RGB_MATRIX_ENABLE = no
  7. endif
  8. CONSOLE_ENABLE = no
  9. BOOTMAGIC_ENABLE = yes
  10. UNICODE_ENABLE = no
  11. UNICDOEMAP_ENABLE = yes
  12. MACROS_ENABLED = no
  13. INDICATOR_LIGHTS = no
  14. ifdef RGBLIGHT_ENABLE
  15. RGBLIGHT_TWINKLE = yes
  16. endif