diff options
| author | Ryan <fauxpark@gmail.com> | 2024-01-02 16:26:01 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 16:26:01 +1100 |
| commit | f583d2fef01372f55057dcf44569252e3582d0f5 (patch) | |
| tree | d0bae839665ef64e5620b0c151735e16d226264d /quantum/led_matrix | |
| parent | 8a6b7003f70a2d7947236849d46753cbc91440a3 (diff) | |
Remove IS31FLCOMMON code (#22800)
Diffstat (limited to 'quantum/led_matrix')
| -rw-r--r-- | quantum/led_matrix/led_matrix_drivers.c | 8 | ||||
| -rw-r--r-- | quantum/led_matrix/led_matrix_drivers.h | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/quantum/led_matrix/led_matrix_drivers.c b/quantum/led_matrix/led_matrix_drivers.c index 73e2513a11..b866383481 100644 --- a/quantum/led_matrix/led_matrix_drivers.c +++ b/quantum/led_matrix/led_matrix_drivers.c | |||
| @@ -105,14 +105,6 @@ const led_matrix_driver_t led_matrix_driver = { | |||
| 105 | .set_value_all = is31fl3746a_set_value_all, | 105 | .set_value_all = is31fl3746a_set_value_all, |
| 106 | }; | 106 | }; |
| 107 | 107 | ||
| 108 | #elif defined(IS31FLCOMMON) | ||
| 109 | const led_matrix_driver_t led_matrix_driver = { | ||
| 110 | .init = IS31FL_simple_init_drivers, | ||
| 111 | .flush = IS31FL_common_flush, | ||
| 112 | .set_value = IS31FL_simple_set_brightness, | ||
| 113 | .set_value_all = IS31FL_simple_set_brigntness_all, | ||
| 114 | }; | ||
| 115 | |||
| 116 | #elif defined(LED_MATRIX_SNLED27351) | 108 | #elif defined(LED_MATRIX_SNLED27351) |
| 117 | const led_matrix_driver_t led_matrix_driver = { | 109 | const led_matrix_driver_t led_matrix_driver = { |
| 118 | .init = snled27351_init_drivers, | 110 | .init = snled27351_init_drivers, |
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 @@ | |||
| 25 | # include "is31fl3745-simple.h" | 25 | # include "is31fl3745-simple.h" |
| 26 | #elif defined(LED_MATRIX_IS31FL3746A) | 26 | #elif defined(LED_MATRIX_IS31FL3746A) |
| 27 | # include "is31fl3746a-simple.h" | 27 | # include "is31fl3746a-simple.h" |
| 28 | #elif defined(IS31FLCOMMON) | ||
| 29 | # include "is31flcommon.h" | ||
| 30 | #elif defined(LED_MATRIX_SNLED27351) | 28 | #elif defined(LED_MATRIX_SNLED27351) |
| 31 | # include "snled27351-simple.h" | 29 | # include "snled27351-simple.h" |
| 32 | #endif | 30 | #endif |
