diff options
Diffstat (limited to 'app/include/zmk/hog.h')
-rw-r--r-- | app/include/zmk/hog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/hog.h b/app/include/zmk/hog.h index a7dda51..7523fb6 100644 --- a/app/include/zmk/hog.h +++ b/app/include/zmk/hog.h @@ -11,5 +11,5 @@ int zmk_hog_init(); -int zmk_hog_send_keypad_report(struct zmk_hid_keypad_report_body *body); +int zmk_hog_send_keyboard_report(struct zmk_hid_keyboard_report_body *body); int zmk_hog_send_consumer_report(struct zmk_hid_consumer_report_body *body); |