2019-05-08 05:15:01 +00:00
|
|
|
# MCU name
|
2020-06-18 20:14:09 +00:00
|
|
|
MCU = atmega32u2
|
2019-05-08 05:15:01 +00:00
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
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
|
2020-01-30 19:13:49 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-05-08 05:15:01 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
# 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-20 06:51:00 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-05-08 05:15:01 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-05-08 05:15:01 +00:00
|
|
|
|
2019-07-16 07:26:38 +00:00
|
|
|
LAYOUTS = ortho_6x4
|