summaryrefslogtreecommitdiff
path: root/hhkb/led.c
diff options
context:
space:
mode:
authortmk2011-02-13 00:15:51 +0900
committertmk2011-02-22 03:09:05 +0900
commit9a938eecbd2b70c970992583b5c16da717d8e254 (patch)
tree22ac37491f88aa60d917a18696c93f61a429d43c /hhkb/led.c
parent2b8cd88ab142068eed0a3f230a3de79deb567536 (diff)
host interface for pjrc
Diffstat (limited to 'hhkb/led.c')
-rw-r--r--hhkb/led.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/hhkb/led.c b/hhkb/led.c
new file mode 100644
index 000000000..a96176859
--- /dev/null
+++ b/hhkb/led.c
@@ -0,0 +1,9 @@
+#include "stdint.h"
+#include "led.h"
+
+
+/* HHKB has no LEDs */
+void led_set(uint8_t usb_led)
+{
+}
+