1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/macway/led.c
2011-02-22 03:09:21 +09:00

8 lines
73 B
C

#include "stdint.h"
#include "led.h"
void led_set(uint8_t usb_led)
{
}