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