Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

usb_hid.h 153B

12345678910
  1. #ifndef USB_HID_H
  2. #define USB_HID_H
  3. #include "report.h"
  4. extern report_keyboard_t usb_hid_keyboard_report;
  5. extern uint16_t usb_hid_time_stamp;
  6. #endif