1
0
Fork 0

RGBLight/Backlight: add prefixed driver defines (#22089)

This commit is contained in:
Ryan 2023-09-21 15:50:01 +10:00 committed by GitHub
parent 3062c98093
commit f8cea06be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 7 deletions

View file

@ -901,7 +901,7 @@ __attribute__((weak)) void rgblight_call_driver(rgb_led_t *start_led, uint8_t nu
ws2812_setleds(start_led, num_leds);
}
#ifndef RGBLIGHT_CUSTOM_DRIVER
#ifndef RGBLIGHT_CUSTOM
void rgblight_set(void) {
rgb_led_t *start_led;