host interface for pjrc
This commit is contained in:
9
hhkb/led.c
Normal file
9
hhkb/led.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdint.h"
|
||||
#include "led.h"
|
||||
|
||||
|
||||
/* HHKB has no LEDs */
|
||||
void led_set(uint8_t usb_led)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user