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