tmk_keyboard/macway/led.c

8 lines
73 B
C
Raw Permalink Normal View History

2011-02-21 09:46:08 -05:00
#include "stdint.h"
#include "led.h"
void led_set(uint8_t usb_led)
{
}