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
Recently, I switched to the petejohanson/zmk/tree/feat/pointers-with-input-processors branch to use ZMK STUDIO. However, after switching, the encoder's scroll up and scroll down functions stopped working.
I've spent some time trying to figure out what changes might have caused this issue, but I haven't been able to identify the reason. Could someone help me understand why this is happening and how to fix it?
(Note: I apologize if my question seems basic - I'm new to programming and English isn't my first language.)
The text was updated successfully, but these errors were encountered:
eerraa
changed the title
Encoder scroll not working after switching to pointers-with-input-processors branch
Encoder scroll not working after switching branch
Nov 25, 2024
To override the speed, you need to #define ZMK_MOUSE_DEFAULT_SCRL_VAL etc. before #include <dt-bindings/zmk/mouse.h>, since they affect how SCRL_DOWN etc. are defined in the header.
Maybe in the previous branch the speed adjustment wasn't needed, but in this one the scale of scroll values are different so it is needed, not sure.
As an aside, please keep questions for features not in main branch either in ZMK Discord (#pointing-devices channel is good for this), or at least in the PR itself (#2477).
I've been using my keyboard with the following keymap code compiled on the petejohanson/zmk/tree/feat/pointers-move-scroll branch:
Recently, I switched to the petejohanson/zmk/tree/feat/pointers-with-input-processors branch to use ZMK STUDIO. However, after switching, the encoder's scroll up and scroll down functions stopped working.
I've spent some time trying to figure out what changes might have caused this issue, but I haven't been able to identify the reason. Could someone help me understand why this is happening and how to fix it?
My ZMK config repository is available at: https://github.com/eerraa/zmk-config-sofle
Thank you in advance for your help!
(Note: I apologize if my question seems basic - I'm new to programming and English isn't my first language.)
The text was updated successfully, but these errors were encountered: