2021-02-28 07:04:46 +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 23:53:58 +02:00
|
|
|
NO_SUSPEND_POWER_DOWN = yes
|
2021-02-28 07:04:46 +01:00
|
|
|
|
2024-04-12 05:36:31 +02:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2023-03-30 03:21:02 +02:00
|
|
|
WS2812_DRIVER_REQUIRED = yes
|
2021-02-28 07:04:46 +01:00
|
|
|
|
|
|
|
# project specific files
|
2024-04-12 05:36:31 +02:00
|
|
|
COMMON_VPATH += $(DRIVER_PATH)/issi
|
2023-03-30 03:21:02 +02:00
|
|
|
SRC += drivers/led/issi/is31fl3731.c
|