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