]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - hhkb/led.c
fixed: not to send key if fn_keycode is modifier
[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