2019-05-16 05:09:36 +01:00
|
|
|
# Do not put the microcontroller into power saving mode
|
|
|
|
# when we get USB suspend event. We want it to keep updating
|
|
|
|
# backlight effects.
|
2024-04-24 22:53:58 +01:00
|
|
|
NO_SUSPEND_POWER_DOWN = yes
|
2019-05-16 05:09:36 +01:00
|
|
|
|
|
|
|
CIE1931_CURVE = yes
|
2024-04-23 03:59:58 +01:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2019-05-16 05:09:36 +01:00
|
|
|
|
2019-11-15 13:25:40 +11:00
|
|
|
# project specific files
|
|
|
|
SRC = keyboards/wilba_tech/wt_main.c \
|
|
|
|
keyboards/wilba_tech/wt_rgb_backlight.c \
|
2021-07-31 14:31:09 +01:00
|
|
|
drivers/led/issi/is31fl3733.c \
|
2023-10-13 17:25:32 +11:00
|
|
|
quantum/color.c
|
2023-03-11 00:34:34 +11:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = novelkeys/nk65/base
|