rules.mk 407 B

1234567891011121314151617
  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. ifdef KEYBOARD_ergodox_ez
  5. RGBLIGHT_ENABLE = yes
  6. endif
  7. CONSOLE_ENABLE = no
  8. BOOTMAGIC_ENABLE = yes
  9. UNICODE_ENABLE = no
  10. UNICDOEMAP_ENABLE = yes
  11. MACROS_ENABLED = no
  12. INDICATOR_LIGHTS = no
  13. ifdef RGBLIGHT_ENABLE
  14. RGBLIGHT_TWINKLE = yes
  15. endif