2018-10-27 01:14:29 +02:00
|
|
|
# Do not put the microcontroller into power saving mode
|
|
|
|
# when we get USB suspend event. We want it to keep updating
|
|
|
|
# backlight effects.
|
|
|
|
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
|
|
|
|
|
2019-01-07 02:22:19 +01:00
|
|
|
CIE1931_CURVE = yes
|
2019-07-30 07:53:15 +02:00
|
|
|
|
2019-11-15 03:25:40 +01:00
|
|
|
# project specific files
|
|
|
|
SRC = keyboards/wilba_tech/wt_main.c \
|
|
|
|
keyboards/wilba_tech/wt_rgb_backlight.c \
|
2021-07-31 15:31:09 +02:00
|
|
|
drivers/led/issi/is31fl3733.c \
|
2023-10-13 08:25:32 +02:00
|
|
|
quantum/color.c
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|