keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Removed support for horizontal scroll wheel #26

Closed gedankenexperimenter closed 6 years ago

gedankenexperimenter commented 6 years ago

The horizontal scroll wheel was causing the mouse HID descriptor to be non-functional on macOS; mouse movement and button click keys didn't result in any input to the host.

This is certainly not what should be done about this bug, but it is a change that can be applied for the moment by people who want a temporary fix for the mouse movement and button keys not working on macOS (see #25).

gedankenexperimenter commented 6 years ago

The correct fix is in #27