summaryrefslogtreecommitdiffstats
path: root/protocol/usb_hid/usb_hid.h
blob: 083b68d1f5ccc2d2e89d2717fa1dabec89154a8d (plain)
1
2
3
4
5
6
7
8
9
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