rules.mk 330 B

12345678910111213
  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. RGBLIGHT_ENABLE = yes
  5. MIDI_ENABLE = no
  6. CONSOLE_ENABLE = no
  7. NKRO_ENABLE = yes
  8. EXTRAFLAGS = -flto
  9. ifndef QUANTUM_DIR
  10. include ../../../../Makefile
  11. endif