Corne homerow modes
How can I control the delay of tapping and holding homerow mods, right now if I tap a HRM and another key fast, non gets registered, or they get registered as a hold HRM + tap other key like shift + a.
1 Reply
It sounds like you're experiencing issues with the tap-hold behavior of your home row mods, where quick taps are either not registering or are incorrectly interpreted as holds. This is a common adjustment for ZMK firmware.
The delay for home row mods is controlled by specific settings within your ZMK keymap configuration. You'll typically find these in your
corne.keymap
file within your ZMK firmware repository. Look for properties like tapping-term
or tap-hold-interval
which define how long a key must be held to register as a hold instead of a tap.
You can learn more about customizing your keymap and these settings in the ZMK documentation on keymaps: zmk.dev/docs/features/keymaps.
After adjusting these values in your keymap file, you'll need to rebuild your firmware using GitHub Actions (as described in our firmware guide: docs.typeractive.xyz/build-guides/corne-wireless/firmware) and then reflash both halves of your keyboard.
Let me know if you have trouble finding these settings or need further assistance!