format code according to conventions [skip ci]
parent
86c4c4e91d
commit
812d80efbd
|
@ -660,10 +660,7 @@ static void rgblight_layers_write(void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
__attribute__((weak))
|
||||
void rgblight_call_driver(LED_TYPE *start_led, uint8_t num_leds) {
|
||||
ws2812_setleds(start_led, num_leds);
|
||||
}
|
||||
__attribute__((weak)) void rgblight_call_driver(LED_TYPE *start_led, uint8_t num_leds) { ws2812_setleds(start_led, num_leds); }
|
||||
|
||||
#ifndef RGBLIGHT_CUSTOM_DRIVER
|
||||
void rgblight_set(void) {
|
||||
|
|
Loading…
Reference in New Issue