forked from kofal.net/zmk
Move Zephyr app into subdirectory.
This commit is contained in:
14
app/include/zmk/usb_hid.h
Normal file
14
app/include/zmk/usb_hid.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ZMK_USB_HID
|
||||
#define ZMK_USB_HID
|
||||
|
||||
#include <usb/usb_device.h>
|
||||
#include <usb/class/usb_hid.h>
|
||||
|
||||
#include <zmk/keys.h>
|
||||
#include <zmk/hid.h>
|
||||
|
||||
int zmk_usb_hid_init();
|
||||
|
||||
int zmk_usb_hid_send_report(u8_t *report, size_t len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user