summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix_drivers.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-01 12:40:35 +1100
committerGitHub <noreply@github.com>2024-01-01 12:40:35 +1100
commite1c0bd8a7c8d86ca573b430d5a914cf649c8d9b2 (patch)
treeb433888c667a12fab56be926a620e902ec22343a /quantum/led_matrix/led_matrix_drivers.h
parent709d07aebc38e6edd4e0f41d80792a7230c5180f (diff)
LED drivers: extract IS31FL3742A from IS31COMMON (#22620)
Diffstat (limited to 'quantum/led_matrix/led_matrix_drivers.h')
-rw-r--r--quantum/led_matrix/led_matrix_drivers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/led_matrix/led_matrix_drivers.h b/quantum/led_matrix/led_matrix_drivers.h
index b0ef3dfafc..88ceebc04b 100644
--- a/quantum/led_matrix/led_matrix_drivers.h
+++ b/quantum/led_matrix/led_matrix_drivers.h
@@ -17,6 +17,8 @@
# include "is31fl3737-simple.h"
#elif defined(LED_MATRIX_IS31FL3741)
# include "is31fl3741-simple.h"
+#elif defined(LED_MATRIX_IS31FL3742A)
+# include "is31fl3742a-simple.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(LED_MATRIX_SNLED27351)