1
0
Fork 0

Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745, IS31FL3746A (#14989)

Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
This commit is contained in:
MasterSpoon 2022-02-07 03:04:43 +10:00 committed by GitHub
parent e036c19d06
commit 0452ad9479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1779 additions and 4 deletions

View file

@ -32,6 +32,8 @@
# include "is31fl3737.h"
#elif defined(IS31FL3741)
# include "is31fl3741.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(CKLED2001)
# include "ckled2001.h"
#elif defined(AW20216)