1
0
Fork 0

LED drivers: extract IS31FL3746A from IS31COMMON (#22637)

This commit is contained in:
Ryan 2024-01-01 21:44:18 +11:00 committed by GitHub
parent a88dd675bf
commit 0a6913b682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 828 additions and 207 deletions

View file

@ -414,10 +414,9 @@ ifeq ($(strip $(LED_MATRIX_ENABLE)), yes)
endif
ifeq ($(strip $(LED_MATRIX_DRIVER)), is31fl3746a)
OPT_DEFS += -DIS31FLCOMMON
I2C_DRIVER_REQUIRED = yes
COMMON_VPATH += $(DRIVER_PATH)/led/issi
SRC += is31flcommon.c
SRC += is31fl3746a-simple.c
endif
ifeq ($(strip $(LED_MATRIX_DRIVER)), snled27351)
@ -518,10 +517,9 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
endif
ifeq ($(strip $(RGB_MATRIX_DRIVER)), is31fl3746a)
OPT_DEFS += -DIS31FLCOMMON
I2C_DRIVER_REQUIRED = yes
COMMON_VPATH += $(DRIVER_PATH)/led/issi
SRC += is31flcommon.c
SRC += is31fl3746a.c
endif
ifeq ($(strip $(RGB_MATRIX_DRIVER)), snled27351)