2019-10-20 21:51:37 +02:00
|
|
|
# MCU name
|
2017-05-26 20:35:31 +02:00
|
|
|
MCU = atmega32u4
|
2019-10-20 21:51:37 +02:00
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
|
|
|
|
|
|
|
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-09-30 16:48:36 +02:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-06-30 22:09:52 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
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-05-26 20:35:31 +02:00
|
|
|
|
2017-06-30 22:09:52 +02:00
|
|
|
PS2_MOUSE_ENABLE = yes
|
|
|
|
PS2_USE_USART = yes
|