2018-02-23 18:16:10 +00:00
|
|
|
# Set the LFK87 hardware version.
|
|
|
|
#
|
|
|
|
# RevA - Green PCB. at90usb1286 Only 3 exist
|
|
|
|
# RevB - We don't talk about RevB
|
|
|
|
# RevC - Black PCB. at90usb646 First public release
|
|
|
|
#
|
|
|
|
# Set to A or C
|
|
|
|
LFK_REV = C
|
|
|
|
|
2019-09-19 16:55:03 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
2018-02-23 18:16:10 +00:00
|
|
|
OPT_DEFS += -DLFK_TKL_REV_$(LFK_REV)
|
|
|
|
|
2019-01-18 00:25:03 +00:00
|
|
|
# Extra source files for IS3731 lighting
|
|
|
|
SRC = TWIlib.c issi.c lighting.c
|
2018-02-23 18:16:10 +00:00
|
|
|
|
2020-01-30 23:44:40 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
|
|
|
BACKLIGHT_DRIVER = custom
|