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