summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix_drivers.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-02 16:26:01 +1100
committerGitHub <noreply@github.com>2024-01-02 16:26:01 +1100
commitf583d2fef01372f55057dcf44569252e3582d0f5 (patch)
treed0bae839665ef64e5620b0c151735e16d226264d /quantum/led_matrix/led_matrix_drivers.h
parent8a6b7003f70a2d7947236849d46753cbc91440a3 (diff)
Remove IS31FLCOMMON code (#22800)
Diffstat (limited to 'quantum/led_matrix/led_matrix_drivers.h')
-rw-r--r--quantum/led_matrix/led_matrix_drivers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/led_matrix/led_matrix_drivers.h b/quantum/led_matrix/led_matrix_drivers.h
index 4eab0ac748..79d3cebead 100644
--- a/quantum/led_matrix/led_matrix_drivers.h
+++ b/quantum/led_matrix/led_matrix_drivers.h
@@ -25,8 +25,6 @@
# include "is31fl3745-simple.h"
#elif defined(LED_MATRIX_IS31FL3746A)
# include "is31fl3746a-simple.h"
-#elif defined(IS31FLCOMMON)
-# include "is31flcommon.h"
#elif defined(LED_MATRIX_SNLED27351)
# include "snled27351-simple.h"
#endif