2019-09-17 19:17:03 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
2019-09-19 18:55:03 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
2019-09-17 19:17:03 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change to no to disable the options.
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2019-09-17 19:17:03 +02:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug(+400)
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
|
|
|
UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer.
|
|
|
|
COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once.
|
|
|
|
TAP_DANCE_ENABLE = no # Enable use multiple tap
|
|
|
|
NKRO_ENABLE = yes
|
2019-12-13 15:39:10 +01:00
|
|
|
BACKLIGHT_ENABLE = yes
|