rules.mk 287 B

12345678910111213
  1. TAP_DANCE_ENABLE = yes
  2. COMMAND_ENABLE = no # Commands for debug and configuration
  3. RGBLIGHT_ENABLE = yes
  4. MIDI_ENABLE = no
  5. CONSOLE_ENABLE = no
  6. NKRO_ENABLE = yes
  7. MOUSEKEY_ENABLE = no
  8. EXTRAFLAGS = -flto
  9. ifndef QUANTUM_DIR
  10. include ../../../../Makefile
  11. endif