2017-09-29 21:52:37 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-20 19:51:37 +00:00
|
|
|
# Bootloader selection
|
2017-11-28 04:08:21 +00:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-09-29 21:52:37 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-01-22 16:48:27 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2020-06-15 10:06:10 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2017-09-29 21:52:37 +00:00
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2020-06-15 10:06:10 +00:00
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
2021-01-22 16:48:27 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
|
|
|
|
LAYOUTS = ortho_5x4
|