diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-16 02:49:13 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-16 02:49:13 -0600 |
commit | 93f054683dd5fc5b79541f4922cb34a38cb5c341 (patch) | |
tree | 5fed989181dbf1c7714c6c4fe7b910344e8ba30d /usbkeyboard.c | |
parent | 7c30fe0be98a3028964d437f5c31cc968fbf9755 (diff) |
keyboard hello world?
Diffstat (limited to 'usbkeyboard.c')
-rw-r--r-- | usbkeyboard.c | 15 |
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] - } -} - |