2019-06-22 17:36:05 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-06-22 17:36:05 +02:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = yes # USB 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
|
|
|
|
AUDIO_ENABLE = no
|
2019-09-19 18:55:03 +02:00
|
|
|
RGBLIGHT_ENABLE = no
|
|
|
|
|
|
|
|
# Project specific files
|
|
|
|
SRC += dynamic_macro.c
|