mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-04 16:33:31 +00:00
8 lines
73 B
C
8 lines
73 B
C
#include "stdint.h"
|
|
#include "led.h"
|
|
|
|
|
|
void led_set(uint8_t usb_led)
|
|
{
|
|
}
|