From 73bea6218e6681c62a4cbe32f6dd1394f242fa66 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 15 May 2020 09:41:06 -0400 Subject: Some initial BEL HoG support. --- src/usb_hid.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/usb_hid.h') diff --git a/src/usb_hid.h b/src/usb_hid.h index 1f331cd..4b55688 100644 --- a/src/usb_hid.h +++ b/src/usb_hid.h @@ -5,12 +5,10 @@ #include #include "keys.h" +#include "hid.h" int zmk_usb_hid_init(); -// TODO: Modifiers! - -int zmk_usb_hid_press_key(zmk_key key); -int zmk_usb_hid_release_key(zmk_key key); +int zmk_usb_hid_send_report(const struct zmk_hid_report *report); #endif -- cgit v1.2.3