2019-10-12 22:57:57 +00:00
|
|
|
# MCU name
|
2019-01-12 01:44:06 +00:00
|
|
|
MCU = atmega32u4
|
2019-10-12 22:57:57 +00:00
|
|
|
|
|
|
|
# Bootloader selection
|
2019-01-12 01:44:06 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-04-27 00:24:00 +00:00
|
|
|
|
2021-08-09 18:46:18 +00:00
|
|
|
DEBOUNCE_TYPE = sym_eager_pr
|
2019-10-12 22:57:57 +00:00
|
|
|
SRC += matrix.c
|
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|