summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-27 14:37:06 +1000
committerGitHub <noreply@github.com>2023-09-27 14:37:06 +1000
commit288c2313fe3b705a07166971210e91a33bb1add4 (patch)
tree37b6666738313d98dcc04aa7c21b4104035563c1 /quantum/led_matrix/led_matrix.h
parent18bc541694c99f86ce27a23f44246597c3ba91f2 (diff)
is31fl3218: Add LED Matrix support (#22126)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index 2b41f11bbf..cdc90097bb 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -25,7 +25,9 @@
#include "led_matrix_types.h"
#include "keyboard.h"
-#ifdef LED_MATRIX_IS31FL3731
+#if defined(LED_MATRIX_IS31FL3218)
+# include "is31fl3218-simple.h"
+#elif defined(LED_MATRIX_IS31FL3731)
# include "is31fl3731-simple.h"
#endif
#ifdef LED_MATRIX_IS31FL3733