2017-03-23 19:42:32 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-21 01:51:37 +06:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2017-03-23 19:42:32 +06:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-08 05:40:26 +06:00
|
|
|
# change yes to no to disable
|
2017-03-23 19:42:32 +06:00
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-09-30 20:48:36 +06:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-07-01 02:09:52 +06:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2017-07-01 02:09:52 +06:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 16:04:03 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2018-10-22 21:57:37 +06:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|