rules.mk 739 B

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