aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/vusb/vusb.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-11-26 22:50:21 +1100
committerGitHub <noreply@github.com>2023-11-26 22:50:21 +1100
commitcbf538aaaae837971a5b54aaddb9f92b3ac0a8c0 (patch)
tree0cf64edc522a0bd989da29369924449dd9bc7a93 /tmk_core/protocol/vusb/vusb.h
parent3a74fa5bf7f8dd26f240cbed14ce76049c0f613f (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.h1
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);