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
Failed to generate hash of commit
13 changed files with 1779 additions and 4 deletions

View file

@ -27,6 +27,8 @@
#ifdef IS31FL3731
# include "is31fl3731-simple.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#endif
#ifdef IS31FL3733
# include "is31fl3733-simple.h"