-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Layer Lock #52
Comments
Current layer lock is not supported in ZMK, see zmkfirmware/zmk#1299. Opposite layer lock can still be used. |
Layer lock for current and opposite layers has been added. See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features. |
Layer lock and other Additional Features now require a double tap to activate to prevent accidental activation. |
@manna-harbour can you point me to the source code for the layer lock activation I'm trying to implement this in my own keymap thank you!!! |
@maxesser1776 Double tap to activate is a tap dance. The Miryoku ZMK Implementation is here: https://github.com/manna-harbour/miryoku_zmk/blob/master/miryoku/miryoku_double_tap_guard.dtsi, https://github.com/manna-harbour/miryoku_zmk/blob/master/miryoku/miryoku_double_tap_guard.h. That implementation is very indirect. For your own keymap refer to the docs and just use the behavior directly without any For the layer lock itself see https://github.com/manna-harbour/miryoku_zmk?tab=readme-ov-file#no-current-layer-lock. |
See #15 for the original discussion.
The text was updated successfully, but these errors were encountered: