mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-01 05:53:22 +00:00
Merge pull request #261 from a0-c/master
__attribute__ ((weak)) added to led_set
This commit is contained in:
commit
f1fdeddad3
@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__attribute__ ((weak))
|
||||||
void led_set(uint8_t usb_led)
|
void led_set(uint8_t usb_led)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user