summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix_drivers.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-01 21:44:18 +1100
committerGitHub <noreply@github.com>2024-01-01 21:44:18 +1100
commit0a6913b68274c03302b09466a79b99efffd35e59 (patch)
tree60c1075ded48a51727f2d2e13a1450f34d370951 /quantum/rgb_matrix/rgb_matrix_drivers.h
parenta88dd675bf3e1dedac2ceb7df779e0fb6931948a (diff)
LED drivers: extract IS31FL3746A from IS31COMMON (#22637)
Diffstat (limited to 'quantum/rgb_matrix/rgb_matrix_drivers.h')
-rw-r--r--quantum/rgb_matrix/rgb_matrix_drivers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix_drivers.h b/quantum/rgb_matrix/rgb_matrix_drivers.h
index 786f2fa37a..07d376dfd7 100644
--- a/quantum/rgb_matrix/rgb_matrix_drivers.h
+++ b/quantum/rgb_matrix/rgb_matrix_drivers.h
@@ -25,6 +25,8 @@
# include "is31fl3743a.h"
#elif defined(RGB_MATRIX_IS31FL3745)
# include "is31fl3745.h"
+#elif defined(RGB_MATRIX_IS31FL3746A)
+# include "is31fl3746a.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(RGB_MATRIX_SNLED27351)