forked from mirrors/qmk_userspace
[Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
This commit is contained in:
parent
0d9e37d638
commit
6a619e6403
13 changed files with 155 additions and 36 deletions
|
@ -28,6 +28,8 @@
|
|||
# include "is31fl3731.h"
|
||||
#elif defined(IS31FL3733)
|
||||
# include "is31fl3733.h"
|
||||
#elif defined(IS31FL3736)
|
||||
# include "is31fl3736.h"
|
||||
#elif defined(IS31FL3737)
|
||||
# include "is31fl3737.h"
|
||||
#elif defined(IS31FL3741)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue