rules.mk 1.1 KB

123456789101112131415161718192021222324
  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. #
  5. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  6. MOUSEKEY_ENABLE = yes # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. NKRO_ENABLE = no # Nkey Rollover
  11. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  12. MIDI_ENABLE = no # MIDI controls
  13. AUDIO_ENABLE = no # Audio output on port C6
  14. UNICODE_ENABLE = no # Unicode
  15. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  16. ifeq ($(strip $(KEYBOARD)), handwired/ms_sculpt_mobile/8x18_arm)
  17. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  18. endif
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. #enable RAW in keymap config, since it can hang machines
  21. RAW_ENABLE = no
  22. # virtual serial port
  23. VIRTSER_ENABLE = yes