]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - hhkb/led.c
PS/2: request to resend when error is occured.
[max/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