vial-kb / vial-gui

Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
https://get.vial.today
GNU General Public License v2.0
911 stars 174 forks source link

Mouse key settings missing from QMK settings in v0,4.2. Feature regression? #84

Closed ujl123 closed 2 years ago

ujl123 commented 2 years ago

https://get.vial.today/changelog/release-0.4.html#mouse-keys

The docs lists the mouse-keys settings but with the newest version, I do not see this option anywhere. My version also doesn't include the "Firmware updater". Both the windows installer version and the windows portable v.0,4,2 don't have it.

image

xyzz commented 2 years ago

Mouse keys tab missing indicates the firmware was compiled without qmk mousekey support.

Firmware updater tab is missing because that's only included for keyboards utilizing the vibl protocol, which gmmk pro isn't using.

ujl123 commented 2 years ago

Mouse keys tab missing indicates the firmware was compiled without qmk mousekey support.

Firmware updater tab is missing because that's only included for keyboards utilizing the vibl protocol, which gmmk pro isn't using.

Thank you for the confirmation!