2019-10-26 03:32:18 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
2020-03-03 16:00:34 +01:00
|
|
|
BOOTLOADER = caterina
|
2019-10-26 03:32:18 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 20:13:49 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-10-26 03:32:18 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
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 on B7 by default
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
|
|
|
|
#UNICODEMAP_ENABLE = yes # for emoji user
|
|
|
|
#RGBLIGHT_ENABLE = yes # uncomment if you want addressable led strips
|
2019-10-28 20:05:27 +01:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = namecard2x4/rev2
|