rules.mk 1003 B

12345678910111213141516171819202122232425
  1. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  2. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  3. CONSOLE_ENABLE = no # Console for debug(+400)
  4. COMMAND_ENABLE = yes # Commands for debug and configuration
  5. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  6. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  7. UNICODE_ENABLE = no # Unicode
  8. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  9. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
  10. AUDIO_ENABLE = yes
  11. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  12. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  13. COMBO_ENABLE = yes
  14. ifeq ($(strip $(KEYBOARD)), planck/rev4)
  15. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  16. MIDI_ENABLE = no
  17. else
  18. MOUSEKEY_ENABLE = yes
  19. MIDI_ENABLE = yes
  20. endif