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 3e30b1a5ad..8f0eccf55d 100644 --- a/quantum/led.c +++ b/quantum/led.c @@ -134,4 +134,4 @@ __attribute__((weak)) void led_set(uint8_t usb_led) { led_set_kb(usb_led); led_update_kb((led_t)usb_led); -}
\ No newline at end of file +} |