2021-12-25 02:18:27 +01:00
|
|
|
# The custom RGB Matrix driver combines IS31FL3733 and WS2812; things that are
|
|
|
|
# normally done by common_features.mk for both of these drivers need to be done
|
|
|
|
# here manually.
|
|
|
|
COMMON_VPATH += $(DRIVER_PATH)/led/issi
|
|
|
|
SRC += is31fl3733.c
|
2023-10-13 08:25:32 +02:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2021-12-25 02:18:27 +01:00
|
|
|
WS2812_DRIVER_REQUIRED = yes
|