rules.mk 450 B

12345678910
  1. ifndef QUANTUM_DIR
  2. include ../../../../Makefile
  3. endif
  4. AUDIO_ENABLE = yes # Audio output on port C6
  5. CONSOLE_ENABLE = no # Console for debug(+400)
  6. MIDI_ENABLE = no # MIDI controls
  7. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  8. NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  9. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.