diff options
Diffstat (limited to 'quantum/led.c')
| -rw-r--r-- | quantum/led.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c index 9cdb8a5c2..208e348f3 100644 --- a/quantum/led.c +++ b/quantum/led.c | |||
| @@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) { | |||
| 24 | 24 | ||
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | __attribute__ ((weak)) | ||
| 27 | void led_set(uint8_t usb_led) | 28 | void led_set(uint8_t usb_led) |
| 28 | { | 29 | { |
| 29 | 30 | ||
