Complete RGB Matrix support for IS31FL3218 (#22004)

This commit is contained in:
Ryan 2023-09-17 22:11:16 +10:00 committed by GitHub
parent 32126dc4f0
commit 1ea54a2d8d
Failed to generate hash of commit
9 changed files with 178 additions and 33 deletions

View file

@ -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"