~ruther/qmk_firmware

90289aa53fe06a867c773d447c6d3a950575d69a — a0-c 9 years ago a67d425
__attribute__ ((weak)) added to led_set

__attribute__ ((weak)) added to led_set
1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/led.c
M quantum/led.c => quantum/led.c +1 -0
@@ 24,6 24,7 @@ void led_set_kb(uint8_t usb_led) {

}

__attribute__ ((weak))
void led_set(uint8_t usb_led)
{