summaryrefslogtreecommitdiff
path: root/usbkeyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbkeyboard.c')
-rw-r--r--usbkeyboard.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/usbkeyboard.c b/usbkeyboard.c
new file mode 100644
index 0000000..436610c
--- /dev/null
+++ b/usbkeyboard.c
@@ -0,0 +1,15 @@
+void usbkeyboard_send_char(uint32_t ch) {
+}
+
+char
+
+enum {
+ IFACE_KEYBOARD = 0
+};
+
+void usbkeyboard_task(void) {
+ if (tud_hid_n_ready(0)) {
+ uint8_t keycode[6]
+ }
+}
+