rules.mk 737 B

1234567891011121314
  1. ifndef QUANTUM_DIR
  2. include ../../../../Makefile
  3. endif
  4. STENO_ENABLE = no # Additional protocols for Stenography(+1700), requires VIRTSER
  5. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  6. EXTRAKEY_ENABLE = no # Audio control and System control(+450)
  7. CONSOLE_ENABLE = no # Console for debug(+400)
  8. COMMAND_ENABLE = no # Commands for debug and configuration
  9. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  10. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  11. AUDIO_ENABLE = no # Enable audio output from keyboard
  12. RGBLIGHT_ENABLE = yes # Enable RBG light strips
  13. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality