adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
449 stars 119 forks source link

How should I be compatible when encountering unsupported USB devices? For example, a mouse? #425

Closed FBMNBAWA closed 1 month ago

FBMNBAWA commented 1 month ago

I recently encountered an issue where my mouse inserted into rp2040 can output hid data and corresponding coordinates normally. However, the data is incomplete and lacks scroll values. I believe it is a compatibility issue, but I have not found a solution, so I want to obtain the original data and analyze it myself to make it compatible