mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
__attribute__ ((weak)) added to led_set
__attribute__ ((weak)) added to led_set
This commit is contained in:
parent
a67d425f4d
commit
90289aa53f
|
@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) {
|
|||
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void led_set(uint8_t usb_led)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue