diff options
Diffstat (limited to 'src/usb_hid.h')
-rw-r--r-- | src/usb_hid.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/usb_hid.h b/src/usb_hid.h deleted file mode 100644 index 4b55688..0000000 --- a/src/usb_hid.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef ZMK_USB_HID -#define ZMK_USB_HID - -#include <usb/usb_device.h> -#include <usb/class/usb_hid.h> - -#include "keys.h" -#include "hid.h" - -int zmk_usb_hid_init(); - -int zmk_usb_hid_send_report(const struct zmk_hid_report *report); - -#endif |