2019-04-30 00:04:56 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-26 07:32:18 +06:00
|
|
|
# Bootloader selection
|
2019-04-30 00:04:56 +06:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
2021-12-08 05:40:26 +06:00
|
|
|
# change yes to no to disable
|
2019-04-30 00:04:56 +06:00
|
|
|
#
|
2021-11-05 03:18:09 +06:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-31 01:13:49 +06:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-04-30 00:04:56 +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
|
2019-04-30 00:04:56 +06:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2020-05-31 02:14:59 +06:00
|
|
|
AUDIO_ENABLE = yes # Audio output
|
2019-04-30 00:04:56 +06:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
|
|
|
|
|
|
LAYOUTS = ortho_5x12
|
2019-08-22 14:59:37 +06:00
|
|
|
|
2020-08-22 14:21:06 +06:00
|
|
|
LTO_ENABLE = yes
|