2
0

rules.mk 1.2 KB

1234567891011121314151617181920212223242526
  1. # Build Options:
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. BOOTMAGIC_ENABLE = no # virtual DIP switch configuration(+1000)
  5. MOUSEKEY_ENABLE = yes # 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. NKRO_ENABLE = yes # nkey rollover
  10. BACKLIGHT_ENABLE = no # enable keyboard backlight functionality
  11. MIDI_ENABLE = no # MIDI controls
  12. AUDIO_ENABLE = no # audio output on port C6
  13. UNICODE_ENABLE = no # unicode
  14. BLUETOOTH_ENABLE = no # enable Bluetooth with the Adafruit EZ-Key HID
  15. RGBLIGHT_ENABLE = no # enable WS2812 RGB underlight, do not enable this with audio at the same time.
  16. STENO_ENABLE = yes # enable TX Bolt protocol, requires VIRTSER and may not work with mouse keys
  17. # do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  18. SLEEP_LED_ENABLE = no # breathing sleep LED during USB suspend
  19. TAP_DANCE_ENABLE = yes # enable double tap completion of (),[],{}
  20. ifndef QUANTUM_DIR
  21. include ../../../../Makefile
  22. endif