2021-06-15 21:43:18 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-06-15 21:43:18 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-09-20 06:51:00 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-06-15 21:43:18 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-06-15 21:43:18 +00:00
|
|
|
ENCODER_ENABLE = no # Enable support for EC11 Rotary Encoder
|