index
:
qmk_firmware.git
master
forked from https://github.com/qmk/qmk_firmware
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
macway
/
led.c
blob: bdc838d4982682bd02ceccd5a543374f7f05194d (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"stdint.h"
#include
"led.h"
void
led_set
(
uint8_t
usb_led
)
{
}