blob: e48941c949f1f40e2eb9c5bbd274ca9a8ef568e6 (
plain)
1
2
3
4
5
6
7
8
|
# Build Options
# change yes to no to disable
#
BACKLIGHT_DRIVER = custom
# TODO: These boards need to be converted to RGB Matrix
VPATH += keyboards/lfkeyboards
SRC = TWIlib.c issi.c lighting.c
|