diff options
Diffstat (limited to 'quantum/led_matrix/led_matrix_drivers.c')
-rw-r--r-- | quantum/led_matrix/led_matrix_drivers.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/quantum/led_matrix/led_matrix_drivers.c b/quantum/led_matrix/led_matrix_drivers.c index 7a6f3c5767..f437b3ede2 100644 --- a/quantum/led_matrix/led_matrix_drivers.c +++ b/quantum/led_matrix/led_matrix_drivers.c @@ -78,7 +78,6 @@ static void init(void) { # endif # endif # endif - # elif defined(CKLED2001) # if defined(LED_DRIVER_SHUTDOWN_PIN) setPinOutput(LED_DRIVER_SHUTDOWN_PIN); @@ -148,7 +147,6 @@ static void init(void) { # endif # endif # endif - # elif defined(CKLED2001) CKLED2001_update_led_control_registers(DRIVER_ADDR_1, 0); # if defined(DRIVER_ADDR_2) @@ -225,7 +223,6 @@ const led_matrix_driver_t led_matrix_driver = { .set_value = IS31FL_simple_set_brightness, .set_value_all = IS31FL_simple_set_brigntness_all, }; - # elif defined(CKLED2001) static void flush(void) { CKLED2001_update_pwm_buffers(DRIVER_ADDR_1, 0); @@ -255,7 +252,7 @@ static void shutdown(void) { # endif # endif # endif -# endif +# endif } static void exit_shutdown(void) { @@ -272,7 +269,7 @@ static void exit_shutdown(void) { # endif # endif # endif -# endif +# endif } # endif |