summaryrefslogtreecommitdiff
path: root/include/zmk/hog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zmk/hog.h')
-rw-r--r--include/zmk/hog.h3
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);