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
I wanted to implement the HomeRow mod, which essentially uses mod-tap on the asdf and jkl; keys, binding Super, Alt, Shift, and Ctrl to them. However, since there isn’t a feature similar to Rollover/Timing protection like in QMK Firmware, the default behavior is messy and unreliable, even after adjusting the activation time and tick rate.
The Documentation on how QMK does it can be found here
Also, ZMK has a great documentation on the required logic for this feature to work well.
The text was updated successfully, but these errors were encountered:
I wanted to implement the HomeRow mod, which essentially uses mod-tap on the
asdf
andjkl;
keys, binding Super, Alt, Shift, and Ctrl to them. However, since there isn’t a feature similar to Rollover/Timing protection like in QMK Firmware, the default behavior is messy and unreliable, even after adjusting the activation time and tick rate.The Documentation on how QMK does it can be found here
Also, ZMK has a great documentation on the required logic for this feature to work well.
The text was updated successfully, but these errors were encountered: