forked from mirrors/qmk_userspace
Complete RGB Matrix support for IS31FL3218 (#22004)
This commit is contained in:
parent
32126dc4f0
commit
1ea54a2d8d
9 changed files with 178 additions and 33 deletions
|
@ -24,7 +24,9 @@
|
|||
#include "color.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
#ifdef IS31FL3731
|
||||
#if defined(IS31FL3218)
|
||||
# include "is31fl3218.h"
|
||||
#elif defined(IS31FL3731)
|
||||
# include "is31fl3731.h"
|
||||
#elif defined(IS31FL3733)
|
||||
# include "is31fl3733.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue