You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like mouse emulation development is moving along and the community has consoledated their efforts into a single pull request: Mouse keys/button/scroll
This PR is by pete johanson (creator of zmk) and combines the work of several other PRs and his own together and all of the authors are contributing to a single branch. The keycodes have changed and this has made the mouse emulation feature on the keymap editor no longer function and builds no longer compile until the user goes and manually edits their keymap to the new values.
Yeah this is kind of what I wanted to avoid. It's good to know that the official implementation has nailed down its interface but my concern right now is that I have no insight into how many people are dropping other forks in favor of this one.
I think for everyone's sake what I'll do is add all of the relevant behaviors/codes and make sure to make users aware of the differences.
Thank you for pointing me to this documentation, I haven't been able to keep up with a lot of these things lately!
Pushed some changes and added a note to the wiki. It's not ideal but that's kind of the nature of this feature (trying to support things not in he main ZMK branch) anyway.
Feel free to re-open if something still isn't working.
It looks like mouse emulation development is moving along and the community has consoledated their efforts into a single pull request: Mouse keys/button/scroll
This PR is by pete johanson (creator of zmk) and combines the work of several other PRs and his own together and all of the authors are contributing to a single branch. The keycodes have changed and this has made the mouse emulation feature on the keymap editor no longer function and builds no longer compile until the user goes and manually edits their keymap to the new values.
Here is the documentation for the feature that details all the new keycodes: https://github.com/petejohanson/zmk/blob/feat/pointers-move-scroll/docs/docs/behaviors/mouse-emulation.md
In summary, these are the current codes and the values they need to be changed to:
These are going to be the final values for the eventual release, so there wont be any additional changes moving forwards.
The text was updated successfully, but these errors were encountered: