aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix_drivers.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-01 17:04:51 +1100
committerGitHub <noreply@github.com>2024-01-01 17:04:51 +1100
commitae2d5e2e5a170fa49e25b324c63e8650e6c872f9 (patch)
tree02d48af5d0659e6dbe73032c4411068e04b6dd5f /quantum/rgb_matrix/rgb_matrix_drivers.h
parent0ea32032050962cae1852cf75620185254c199a5 (diff)
LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
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 298167e6ed..90fde67bdc 100644
--- a/quantum/rgb_matrix/rgb_matrix_drivers.h
+++ b/quantum/rgb_matrix/rgb_matrix_drivers.h
@@ -21,6 +21,8 @@
# include "is31fl3741.h"
#elif defined(RGB_MATRIX_IS31FL3742A)
# include "is31fl3742a.h"
+#elif defined(RGB_MATRIX_IS31FL3743A)
+# include "is31fl3743a.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(RGB_MATRIX_SNLED27351)