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/hog.h | |
parent | f1afbb8e49383d429096bc84fc5855c3929acc50 (diff) |
Implement a basic set of consumer page keycodes.
Diffstat (limited to 'include/zmk/hog.h')
-rw-r--r-- | include/zmk/hog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zmk/hog.h b/include/zmk/hog.h index a48fa98..e2f976a 100644 --- a/include/zmk/hog.h +++ b/include/zmk/hog.h @@ -6,4 +6,5 @@ int zmk_hog_init(); -int zmk_hog_send_report(struct zmk_hid_report *report); +int zmk_hog_send_keypad_report(struct zmk_hid_keypad_report_body *body); +int zmk_hog_send_consumer_report(struct zmk_hid_consumer_report_body *body); |