2019-10-13 00:57:57 +02:00
|
|
|
# MCU name
|
2019-01-12 02:44:06 +01:00
|
|
|
MCU = atmega32u4
|
2019-10-13 00:57:57 +02:00
|
|
|
|
|
|
|
# Bootloader selection
|
2019-01-12 02:44:06 +01:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
2021-12-13 03:05:37 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2019-01-12 02:44:06 +01:00
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-04-27 02:24:00 +02:00
|
|
|
|
2021-08-09 20:46:18 +02:00
|
|
|
DEBOUNCE_TYPE = sym_eager_pr
|
2019-10-13 00:57:57 +02:00
|
|
|
SRC += matrix.c
|
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|