mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
9 lines
97 B
C
9 lines
97 B
C
#include "stdint.h"
|
|
#include "led.h"
|
|
|
|
|
|
/* HHKB has no LEDs */
|
|
void led_set(uint8_t usb_led)
|
|
{
|
|
}
|
|
|