2019-02-07 06:41:17 +08:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-25 04:50:13 +08:00
|
|
|
# Processor frequency
|
2019-02-07 06:41:17 +08:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
2019-10-25 04:50:13 +08:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2019-02-07 06:41:17 +08:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-08 07:40:26 +08:00
|
|
|
# change yes to no to disable
|
2019-02-07 06:41:17 +08:00
|
|
|
#
|
2021-08-07 14:59:56 +08:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-31 02:47:48 +08:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-02-07 06:41:17 +08: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 23:22:03 +08:00
|
|
|
BLUETOOTH_ENABLE = yes
|
|
|
|
BLUETOOTH_DRIVER = AdafruitBLE
|