]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/usb_hid/usb_hid.h
usb_hid: Fix timer size uint16_t to uint32_t;
[tmk_firmware.git] / protocol / usb_hid / usb_hid.h
diff --git a/protocol/usb_hid/usb_hid.h b/protocol/usb_hid/usb_hid.h
new file mode 100644 (file)
index 0000000..083b68d
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef USB_HID_H
+#define USB_HID_H
+
+#include "report.h"
+
+
+extern report_keyboard_t usb_hid_keyboard_report;
+extern uint16_t usb_hid_time_stamp;
+
+#endif