2018-05-22 21:19:55 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
2018-05-22 21:19:55 +00:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 17:51:25 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2018-05-22 21:19:55 +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
|
2018-05-22 21:19:55 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
|
|
|
|
AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
|
|
|
|
RGBLIGHT_ENABLE = yes # This can be enabled if a ws2812 strip is connected to the expansion port.
|
|
|
|
|