2019-05-16 10:09:36 +06: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-25 03:53:58 +06:00
|
|
|
NO_SUSPEND_POWER_DOWN = yes
|
2019-05-16 10:09:36 +06:00
|
|
|
|
|
|
|
CIE1931_CURVE = yes
|
2024-04-23 08:59:58 +06:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2019-05-16 10:09:36 +06:00
|
|
|
|
2019-11-15 08:25:40 +06:00
|
|
|
# project specific files
|
|
|
|
SRC = keyboards/wilba_tech/wt_main.c \
|
|
|
|
keyboards/wilba_tech/wt_rgb_backlight.c \
|
2021-07-31 19:31:09 +06:00
|
|
|
drivers/led/issi/is31fl3733.c \
|
2023-10-13 12:25:32 +06:00
|
|
|
quantum/color.c
|
2023-03-10 19:34:34 +06:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = novelkeys/nk65/base
|