diff options
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led.c b/quantum/led.c index 3e30b1a5a..8f0eccf55 100644 --- a/quantum/led.c +++ b/quantum/led.c | |||
@@ -134,4 +134,4 @@ __attribute__((weak)) void led_set(uint8_t usb_led) { | |||
134 | 134 | ||
135 | led_set_kb(usb_led); | 135 | led_set_kb(usb_led); |
136 | led_update_kb((led_t)usb_led); | 136 | led_update_kb((led_t)usb_led); |
137 | } \ No newline at end of file | 137 | } |