the-via / app

GNU General Public License v3.0
816 stars 186 forks source link

Feature Request: Mouse speed settings #116

Closed developomp closed 1 year ago

developomp commented 1 year ago

Add a new tab to sidebar for changing cursor movement mode and related values such as max movement speed.

QMK docs: https://docs.qmk.fm/#/feature_mouse_keys

wilba commented 1 year ago

All the settings for mouse keys are compiled into the firmware. Changing them to be runtime configurable would require changing a lot of the QMK core code. If you are interested in changing the settings for mouse keys, you can build VIA compatible firmware with different mouse key settings, it will work in VIA as usual.