2017-06-20 02:19:15 +02:00
|
|
|
# MCU name
|
2017-10-14 23:32:19 +02:00
|
|
|
MCU = atmega32u4
|
2017-06-20 02:19:15 +02:00
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# Bootloader selection
|
2017-11-28 05:08:21 +01:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-08-16 01:34:46 +02:00
|
|
|
# Build Options
|
2021-12-13 03:05:37 +01:00
|
|
|
# change yes to no to disable
|
2017-06-20 02:19:15 +02:00
|
|
|
#
|
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
|
2019-02-05 00:10:11 +01:00
|
|
|
#COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2019-02-05 00:10:11 +01:00
|
|
|
#BACKLIGHT_ENABLE = yes
|
|
|
|
USB_HID_ENABLE = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
2017-06-20 02:19:15 +02:00
|
|
|
|
2019-02-05 00:10:11 +01:00
|
|
|
SRC = custom_matrix.cpp
|
2019-10-05 20:09:35 +02:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = converter/usb_usb/hasu
|