summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-10-03 01:09:20 +1100
committerGitHub <noreply@github.com>2023-10-03 01:09:20 +1100
commitbd5860de4ed50ee306cee2ef54c7ff4f751a6168 (patch)
treeb64ac52a33a54fe8e1e60541d4d2fe4255d2ec84 /quantum/led_matrix/led_matrix.h
parent6e3f770d0d26230381a57b43843c074508a850e8 (diff)
is31fl3737/3741: add LED Matrix support (#22163)
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index 316585b1fe..47803d2423 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -36,6 +36,12 @@
#ifdef LED_MATRIX_IS31FL3736
# include "is31fl3736-simple.h"
#endif
+#ifdef LED_MATRIX_IS31FL3737
+# include "is31fl3737-simple.h"
+#endif
+#ifdef LED_MATRIX_IS31FL3741
+# include "is31fl3741-simple.h"
+#endif
#if defined(IS31FLCOMMON)
# include "is31flcommon.h"
#endif