summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite/src/usb_descriptors.h
AgeCommit message (Collapse)Author
2024-12-23add hid stylus pen device.Jay
this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2021-02-09tud_hid_report_complete_cb() APIhathach
update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible.
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
- Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR.
2021-02-01add consumer control to hid_composite exampleshathach
both no OS and freeRTOS
2019-09-11added new example hid_compositehathach