1
0
该仓库已被归档。您可以查看文件和克隆它,但不能推送、创建工单或合并请求。
tmk_keyboard_custom/protocol/usb_hid/usb_hid.h

11 行
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