2017-10-28 05:33:32 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# Bootloader selection
|
2017-11-28 05:08:21 +01:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-10-28 05:33:32 +02:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 18:51:25 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-10-28 05:33:32 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
|
|
|
|
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# project specific files
|
2021-02-05 23:20:48 +01:00
|
|
|
SRC += matrix.c serial_uart.c
|