mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Removed errant +
This commit is contained in:
parent
748181dccd
commit
b8e74c378b
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b) {
|
|||
rgblight_set();
|
||||
}
|
||||
|
||||
+__attribute__ ((weak))
|
||||
__attribute__ ((weak))
|
||||
void rgblight_set(void) {
|
||||
if (rgblight_config.enable) {
|
||||
#ifdef RGBW
|
||||
|
|
Loading…
Reference in a new issue