2019-02-06 04:56:17 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-29 01:08:00 +06:00
|
|
|
# Bootloader selection
|
2019-02-07 02:41:14 +06:00
|
|
|
BOOTLOADER = atmel-dfu
|
2019-02-06 04:56:17 +06:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-05 03:18:09 +06:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-31 01:13:49 +06:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-02-06 04:56:17 +06:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-05-31 02:14:59 +06:00
|
|
|
AUDIO_ENABLE = yes # Audio output
|
2019-02-06 04:56:17 +06:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera
|
2021-12-02 07:05:40 +06:00
|
|
|
LTO_ENABLE = yes
|