summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix_drivers.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-01 19:31:44 +1100
committerGitHub <noreply@github.com>2024-01-01 19:31:44 +1100
commita88dd675bf3e1dedac2ceb7df779e0fb6931948a (patch)
tree1a6242f63cebd0b4c3e39a35594b05227eeded67 /quantum/led_matrix/led_matrix_drivers.h
parentae2d5e2e5a170fa49e25b324c63e8650e6c872f9 (diff)
LED drivers: extract IS31FL3745 from IS31COMMON (#22636)
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 dc52dd460d..01821a83c4 100644
--- a/quantum/led_matrix/led_matrix_drivers.h
+++ b/quantum/led_matrix/led_matrix_drivers.h
@@ -21,6 +21,8 @@
# include "is31fl3742a-simple.h"
#elif defined(LED_MATRIX_IS31FL3743A)
# include "is31fl3743a-simple.h"
+#elif defined(LED_MATRIX_IS31FL3745)
+# include "is31fl3745-simple.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#elif defined(LED_MATRIX_SNLED27351)