tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.98k stars 1.7k forks source link

Extended Mouse Descriptor #693

Closed tmk closed 3 years ago

tmk commented 3 years ago

This add Extended Mouse Descriptor, which uses 16-bit data for X and Y axis of mouse report, instead of 8-bit.

This change based on: https://github.com/tmk/tmk_keyboard/pull/692

TODO:

tmk commented 3 years ago

Superseded by #694