1
0
Fork 0

LED drivers: extract IS31FL3743A from IS31COMMON (#22635)

This commit is contained in:
Ryan 2024-01-01 17:04:51 +11:00 committed by GitHub
parent 0ea3203205
commit ae2d5e2e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 883 additions and 94 deletions

View file

@ -21,6 +21,8 @@
# include "is31fl3741.h"
#elif defined(RGB_MATRIX_IS31FL3742A)
# include "is31fl3742a.h"
#elif defined(RGB_MATRIX_IS31FL3743A)
# include "is31fl3743a.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(RGB_MATRIX_SNLED27351)