2019-09-17 17:17:03 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
2019-09-19 16:55:03 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
2019-09-17 17:17:03 +00:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change to no to disable the options.
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-09-30 14:48:36 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-09-17 17:17:03 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer.
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2019-12-13 14:39:10 +00:00
|
|
|
BACKLIGHT_ENABLE = yes
|