2019-10-05 18:09:35 +00:00
|
|
|
# MCU name
|
2018-02-10 22:47:15 +00:00
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
2020-01-30 23:44:40 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
|
|
|
BACKLIGHT_DRIVER = custom
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
SRC = ../lfkeyboards/TWIlib.c ../lfkeyboards/issi.c ../lfkeyboards/lighting.c
|