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
|
|
|
|
|
2022-02-09 21:02:53 +01:00
|
|
|
# TODO: These boards need to be converted to RGB Matrix
|
|
|
|
VPATH += keyboards/lfkeyboards
|
|
|
|
SRC = TWIlib.c issi.c lighting.c
|