qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.31k stars 39.45k forks source link

[Bug] Mouse Reports are sent twice if shared EP is enabled #10978

Open drashna opened 4 years ago

drashna commented 4 years ago

Describe the Bug

If you use a tool like Spy++ on Windows, you can see it clearly, but when the shared EP stuff is enabled, the mouse reports are double sent. Which can be problematic for scrolling, for instance.

Disabling the shared endpoint fixes the issue outright, but on limited boards, that's not a good solution.

System Information

drashna commented 3 years ago

when you have a chance, @abrasive any insights on this?