digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

Joystick/Mouse: add correct handling of Set_Idle 0 #135

Closed seife closed 3 years ago

seife commented 3 years ago

See https://www.usb.org/sites/default/files/hid1_11.pdf, idle_rate of 0 means "only report if a change is detected in the report data". Without this, DigiMouse will continuously report zero movements, inhibiting e.g. screen savers on Windows hosts.

ArminJo commented 3 years ago

@seife This repo is abandoned, I merged your PR in the new one https://github.com/ArminJo/DigistumpArduino. Please close this pull request.

seife commented 3 years ago

Ok, did not notice that (but also did not do thorough research ;-) Thanks!