]> git.gir.st - tmk_keyboard.git/blob - tmk_core/protocol/usb_hid/usb_hid.h
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
[tmk_keyboard.git] / tmk_core / protocol / usb_hid / usb_hid.h
1 #ifndef USB_HID_H
2 #define USB_HID_H
3
4 #include "report.h"
5
6
7 extern report_keyboard_t usb_hid_keyboard_report;
8 extern uint16_t usb_hid_time_stamp;
9
10 #endif
Imprint / Impressum