2017-07-10 20:15:08 -04:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-25 07:50:13 +11:00
|
|
|
# Bootloader selection
|
2017-11-27 23:08:21 -05:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-07-10 20:15:08 -04:00
|
|
|
# Build Options
|
2020-01-29 22:33:15 +00:00
|
|
|
# change yes to no to disable
|
2017-07-10 20:15:08 -04:00
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 22:33:15 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2017-07-10 20:15:08 -04:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
2020-01-29 22:33:15 +00:00
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 20:04:03 +10:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-07-10 20:15:08 -04:00
|
|
|
|
2020-01-29 22:33:15 +00:00
|
|
|
SPLIT_KEYBOARD = yes
|
2017-10-14 11:32:19 -10:00
|
|
|
|
2019-07-16 17:26:38 +10:00
|
|
|
DEFAULT_FOLDER = minidox/rev1
|