summaryrefslogtreecommitdiff
path: root/hhkb/led.c
diff options
context:
space:
mode:
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 0000000000..a961768598
--- /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)
+{
+}
+