2018-04-19 17:31:50 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
2019-09-19 18:55:03 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
2018-04-19 17:31:50 +02:00
|
|
|
|
|
|
|
# Build Options
|
2021-08-13 21:30:38 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2020-01-29 18:51:25 +01:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-08-13 21:30:38 +02:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2018-04-19 17:31:50 +02:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2021-08-13 21:30:38 +02:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|