diff options
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r-- | quantum/rgblight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 6e335a483..52a09817a 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
@@ -370,6 +370,7 @@ void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b) { | |||
370 | rgblight_set(); | 370 | rgblight_set(); |
371 | } | 371 | } |
372 | 372 | ||
373 | __attribute__ ((weak)) | ||
373 | void rgblight_set(void) { | 374 | void rgblight_set(void) { |
374 | if (rgblight_config.enable) { | 375 | if (rgblight_config.enable) { |
375 | #ifdef RGBW | 376 | #ifdef RGBW |