1
0
Fork 0

LED drivers: extract IS31FL3745 from IS31COMMON (#22636)

This commit is contained in:
Ryan 2024-01-01 19:31:44 +11:00 committed by GitHub
parent ae2d5e2e5a
commit a88dd675bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 820 additions and 92 deletions

View file

@ -23,6 +23,8 @@
# include "is31fl3742a.h"
#elif defined(RGB_MATRIX_IS31FL3743A)
# include "is31fl3743a.h"
#elif defined(RGB_MATRIX_IS31FL3745)
# include "is31fl3745.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(RGB_MATRIX_SNLED27351)