2019-09-25 22:06:57 +02:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-05 09:18:36 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-10-31 20:56:08 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-10-31 20:56:08 +01:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-09-25 22:06:57 +02:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2020-10-31 20:56:08 +01:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-09-25 22:06:57 +02:00
|
|
|
|
2021-01-30 22:08:58 +01:00
|
|
|
# Disable unsupported hardware
|
|
|
|
RGBLIGHT_SUPPORTED = no
|
|
|
|
AUDIO_SUPPORTED = no
|