2017-06-20 00:19:15 +00:00
|
|
|
# MCU name
|
2017-10-14 21:32:19 +00:00
|
|
|
MCU = atmega32u4
|
2017-06-20 00:19:15 +00:00
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
2017-11-28 04:08:21 +00:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-08-15 23:34:46 +00:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
2017-06-20 00:19:15 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 17:51:25 +00:00
|
|
|
#MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
#CONSOLE_ENABLE = yes # Console for debug
|
2019-02-04 23:10:11 +00:00
|
|
|
#COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
|
|
|
#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
|
|
|
|
#BACKLIGHT_ENABLE = yes
|
|
|
|
USB_HID_ENABLE = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
2017-06-20 00:19:15 +00:00
|
|
|
|
2019-02-04 23:10:11 +00:00
|
|
|
SRC = custom_matrix.cpp
|
2019-10-05 18:09:35 +00:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = converter/usb_usb/hasu
|