summaryrefslogtreecommitdiff
path: root/usbkeyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbkeyboard.c')
-rw-r--r--usbkeyboard.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/usbkeyboard.c b/usbkeyboard.c
deleted file mode 100644
index 436610c..0000000
--- a/usbkeyboard.c
+++ /dev/null
@@ -1,15 +0,0 @@
-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]
- }
-}
-