tmk_keyboard/hhkb/led.c

10 lines
97 B
C
Raw Normal View History

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