diff options
| author | Ryan | 2023-11-26 12:50:21 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-26 12:50:21 +0100 |
| commit | cbf538aaaae837971a5b54aaddb9f92b3ac0a8c0 (patch) | |
| tree | 0cf64edc522a0bd989da29369924449dd9bc7a93 /tmk_core/protocol/vusb/vusb.h | |
| parent | 3a74fa5bf7f8dd26f240cbed14ce76049c0f613f (diff) | |
V-USB: Add generic `send_report()` function (#22323)
Diffstat (limited to 'tmk_core/protocol/vusb/vusb.h')
| -rw-r--r-- | tmk_core/protocol/vusb/vusb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/vusb.h b/tmk_core/protocol/vusb/vusb.h index c5cb27ded6..ae17e5e014 100644 --- a/tmk_core/protocol/vusb/vusb.h +++ b/tmk_core/protocol/vusb/vusb.h @@ -121,4 +121,3 @@ typedef struct usbConfigurationDescriptor { extern bool vusb_suspended; host_driver_t *vusb_driver(void); -void vusb_transfer_keyboard(void); |