2021-06-15 21:28:17 -07:00
|
|
|
# This board uses the older unsafe 6k version of lufa-ms
|
|
|
|
BOOTLOADER_SIZE = 6144
|
|
|
|
|
2018-07-07 11:47:24 -07:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 10:47:48 -08:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-07-07 11:47:24 -07:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2019-11-08 18:30:44 -08:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable RGB underglow
|
2021-09-21 03:04:03 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|