summaryrefslogtreecommitdiff
path: root/include/zmk/usb_hid.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-02 11:23:22 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-02 11:23:22 -0400
commit8de6c85b7464fdc3518648242ce16142e30ed73d (patch)
tree22fb6a1b87520e8472142003d093edfab7db616b /include/zmk/usb_hid.h
parentf1afbb8e49383d429096bc84fc5855c3929acc50 (diff)
Implement a basic set of consumer page keycodes.
Diffstat (limited to 'include/zmk/usb_hid.h')
-rw-r--r--include/zmk/usb_hid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmk/usb_hid.h b/include/zmk/usb_hid.h
index 893e7e4..5d7c744 100644
--- a/include/zmk/usb_hid.h
+++ b/include/zmk/usb_hid.h
@@ -9,6 +9,6 @@
int zmk_usb_hid_init();
-int zmk_usb_hid_send_report(const struct zmk_hid_report *report);
+int zmk_usb_hid_send_report(u8_t *report, size_t len);
#endif