2017-06-11 01:04:16 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-28 19:08:00 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-06-11 01:04:16 +00:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 19:13:49 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2017-06-11 01:04:16 +00:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
2017-06-30 20:09:52 +00:00
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-06-30 20:09:52 +00:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable RGB light
|
2019-01-05 05:47:13 +00:00
|
|
|
|
|
|
|
LAYOUTS = 65_ansi 65_iso
|