diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-02 11:23:22 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-02 11:23:22 -0400 |
commit | 8de6c85b7464fdc3518648242ce16142e30ed73d (patch) | |
tree | 22fb6a1b87520e8472142003d093edfab7db616b /include/zmk/usb_hid.h | |
parent | f1afbb8e49383d429096bc84fc5855c3929acc50 (diff) |
Implement a basic set of consumer page keycodes.
Diffstat (limited to 'include/zmk/usb_hid.h')
-rw-r--r-- | include/zmk/usb_hid.h | 2 |
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 |