2019-09-24 03:18:18 +02:00
|
|
|
# MCU name
|
2019-07-31 00:24:11 +02:00
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-09-24 09:59:17 +02:00
|
|
|
# Bootloader selection
|
2019-07-31 00:24:11 +02:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 03:05:37 +01:00
|
|
|
# change yes to no to disable
|
2019-07-31 00:24:11 +02:00
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 18:51:25 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2020-09-20 21:54:16 +02:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-01-29 18:51:25 +01:00
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-07-31 00:24:11 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2019-07-31 00:24:11 +02: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.
|