2021-03-25 12:04:02 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2021-09-10 03:35:46 +00:00
|
|
|
# Bootloader selection
|
2021-03-25 12:04:02 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-03-25 12:04:02 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-09-17 20:48:14 +00:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-03-25 12:04:02 +00:00
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
2021-09-17 20:48:14 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-03-25 12:04:02 +00:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
LTO_ENABLE = yes
|
2021-09-17 20:48:14 +00:00
|
|
|
|
|
|
|
LAYOUTS = tkl_ansi tkl_iso
|