summaryrefslogtreecommitdiff
path: root/src/class/hid/hid.h
AgeCommit message (Collapse)Author
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, ↵hathach
consumer, syscontrol, gamepad
2018-07-31fix hid warning, move report descriptor template to hid.hhathach
2018-07-28fix hid generic various errorhathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-23enhance device hidhathach
- add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait()
2018-07-23reworking device hid class driverhathach
2018-06-18rename subfolder source to srchathach