summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-27 10:18:07 +1000
committerGitHub <noreply@github.com>2023-09-27 01:18:07 +0100
commit32de27bb20071e4e8614b0fd1f2d289e016ca5a1 (patch)
treedf4394b3a03d8dc83ec9bdd57774453bccc74a99 /quantum/led_matrix/led_matrix.h
parent5da3604ec37fadbc737978d2d8ab77492da478eb (diff)
is31fl3736: extract single-color API (#22133)
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index d654fd5757..2b41f11bbf 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -27,12 +27,16 @@
#ifdef LED_MATRIX_IS31FL3731
# include "is31fl3731-simple.h"
-#elif defined(IS31FLCOMMON)
-# include "is31flcommon.h"
#endif
#ifdef LED_MATRIX_IS31FL3733
# include "is31fl3733-simple.h"
#endif
+#ifdef LED_MATRIX_IS31FL3736
+# include "is31fl3736-simple.h"
+#endif
+#if defined(IS31FLCOMMON)
+# include "is31flcommon.h"
+#endif
#ifdef LED_MATRIX_CKLED2001
# include "ckled2001-simple.h"
#endif