2019-10-13 09:57:57 +11:00
|
|
|
# MCU name
|
2019-01-11 19:44:06 -06:00
|
|
|
MCU = atmega32u4
|
2019-10-13 09:57:57 +11:00
|
|
|
|
|
|
|
# Bootloader selection
|
2019-01-11 19:44:06 -06:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
2021-12-13 13:05:37 +11:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2019-01-11 19:44:06 -06:00
|
|
|
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-26 17:24:00 -07:00
|
|
|
|
2021-08-09 19:46:18 +01:00
|
|
|
DEBOUNCE_TYPE = sym_eager_pr
|
2019-10-13 09:57:57 +11:00
|
|
|
SRC += matrix.c
|
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|