mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-26 17:42:04 +01:00
a074364c37
git-subtree-dir: tmk_core git-subtree-split: 05caaccec92694bb24c8c3c3a9940b96efd4605c
11 lines
153 B
C
11 lines
153 B
C
#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
|