]> git.gir.st - tmk_keyboard.git/blob - hhkb/led.c
host interface for pjrc
[tmk_keyboard.git] / hhkb / led.c
1 #include "stdint.h"
2 #include "led.h"
3
4
5 /* HHKB has no LEDs */
6 void led_set(uint8_t usb_led)
7 {
8 }
9
Imprint / Impressum