2016-08-07 16:04:39 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
2019-09-19 18:55:03 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
2016-08-07 16:04:39 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 19:47:48 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-06-30 22:09:52 +02:00
|
|
|
COMMAND_ENABLE = no
|
2016-08-07 16:04:39 +02:00
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2017-06-30 22:09:52 +02:00
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
2021-09-20 08:51:00 +02:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-10-14 23:32:19 +02:00
|
|
|
|
2019-07-16 09:26:38 +02:00
|
|
|
DEFAULT_FOLDER = kinesis/alvicstep
|