From: a0-c Date: Sun, 17 Apr 2016 16:51:39 +0000 (-1000) Subject: __attribute__ ((weak)) added to led_set X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=90289aa53fe06a867c773d447c6d3a950575d69a;p=qmk_firmware.git __attribute__ ((weak)) added to led_set __attribute__ ((weak)) added to led_set --- 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) { } +__attribute__ ((weak)) void led_set(uint8_t usb_led) {