aboutsummaryrefslogtreecommitdiff
path: root/quantum/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led.c')
-rw-r--r--quantum/led.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c
index 208e348f3..2634ab2f6 100644
--- a/quantum/led.c
+++ b/quantum/led.c
@@ -25,6 +25,12 @@ void led_set_kb(uint8_t usb_led) {
25} 25}
26 26
27__attribute__ ((weak)) 27__attribute__ ((weak))
28void led_init_ports(void)
29{
30
31}
32
33__attribute__ ((weak))
28void led_set(uint8_t usb_led) 34void led_set(uint8_t usb_led)
29{ 35{
30 36