tmk_keyboard/hhkb/led.c

10 líneas
97 B
C
Original Vista normal Histórico

2011-02-12 15:15:51 +00:00
#include "stdint.h"
#include "led.h"
/* HHKB has no LEDs */
void led_set(uint8_t usb_led)
{
}