What do you use to reset Tap layer to Base layer? #335
-
I use corne with Miryoku ZMK, i cannot find documentation on how to come back from Tap mode to Base, basically reset. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features:
All keys on Tap should behave as regular single action keys without any delay. So it's not possible to add tap-hold, tap dance, combos etc. by default as they will all add delays to the tap. If that is not an issue in your case you can add one of those, including substituting a custom layer with #85 if required. If you have unused keys on your keyboard (e.g. a 6-column Corne) you can instead substitute a custom mapping as above. For Miryoku ZMK, the binding that needs to be added is |
Beta Was this translation helpful? Give feedback.
See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features:
All keys on Tap should behave as regular single action keys without any delay. So it's not possible to add tap-hold, tap dance, combos etc. by default as they will all add delays to the tap. If that is not an issue in your case you can add one of those, including substituting a custom layer with #85 if required. If you have unused keys on your keyboard (e.g. a 6-column Corne) you can instead substitute a custom mapping as above.
For Miryoku ZMK, the binding that needs to be added is
&u_to_U_BASE
. In general, it can be found by lo…