2019-02-06 22:41:17 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-24 20:50:13 +00:00
|
|
|
# Processor frequency
|
2019-02-06 22:41:17 +00:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
2019-10-24 20:50:13 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2019-02-06 22:41:17 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-07 23:40:26 +00:00
|
|
|
# change yes to no to disable
|
2019-02-06 22:41:17 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 18:47:48 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-02-06 22:41:17 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
#BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
KEY_LOCK_ENABLE = no
|
|
|
|
|
2021-09-12 15:22:03 +00:00
|
|
|
BLUETOOTH_ENABLE = yes
|
|
|
|
BLUETOOTH_DRIVER = AdafruitBLE
|