rules.mk 220 B

1234567891011
  1. CONSOLE_ENABLE = no
  2. TAP_DANCE_ENABLE = no
  3. RGBLIGHT_ENABLE = yes
  4. AUDIO_ENABLE = no
  5. MOUSEKEY_ENABLE = no
  6. NKRO_ENABLE = yes
  7. FAUXCLICKY_ENABLE = yes
  8. ifndef QUANTUM_DIR
  9. include ../../../../Makefile
  10. endif