summaryrefslogtreecommitdiff
path: root/src/usb_hid.h
blob: 4b55688e6d3b3814ee6ea20052eb23e66957f0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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