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
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2017-11-28 05:08:21 +01:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-08-16 01:34:46 +02:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
2017-06-20 02:19:15 +02:00
|
|
|
#
|
2020-01-29 18:51:25 +01:00
|
|
|
#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
#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
|
|
|
|
#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 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
|