Removed errant +
parent
748181dccd
commit
b8e74c378b
|
@ -370,7 +370,7 @@ void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b) {
|
||||||
rgblight_set();
|
rgblight_set();
|
||||||
}
|
}
|
||||||
|
|
||||||
+__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
void rgblight_set(void) {
|
void rgblight_set(void) {
|
||||||
if (rgblight_config.enable) {
|
if (rgblight_config.enable) {
|
||||||
#ifdef RGBW
|
#ifdef RGBW
|
||||||
|
|
Loading…
Reference in New Issue