simoninns / SmallyMouse2

Universal USB to quadrature mouse adapter
100 stars 31 forks source link

Spurious button presses on Acorn BBC Master #1

Closed simoninns closed 7 years ago

simoninns commented 7 years ago

The device initialises with all three mouse buttons in the 'low' state. Once the first USB report is received the buttons go into the 'high' state (since the mouse buttons are active low). This causes multiple button presses to be received until the mouse is moved for the first time. The initial state of the button signals should be high to prevent this.

simoninns commented 7 years ago

Fixed and tested in last commit.