Adaptative key/magic key/alternate repeat key/... behaviour?
That is not something easily reproducible using existing features in ZMK. Someone recently shared a fork containing their implementation for a similar feature on Discord: https://gitlab.com/voidyourwarranty/zmk-yackboard-3.2/-/tree/devel-adaptive
That is not something easily reproducible using existing features in ZMK. Someone recently shared a fork containing their implementation for a similar feature on Discord: https://gitlab.com/voidyourwarranty/zmk-yackboard-3.2/-/tree/devel-adaptive
oh i see, i guess i will just make each key put a layer on top then, like i did in kmonad.
btw do you know a way to mix keypresses with layer actions, right now is soo limited
I'd be interested in something like this as well.
There is a PR on Github for this now: #2042
oh i see, i guess i will just make each key put a layer on top then, like i did in kmonad.
btw do you know a way to mix keypresses with layer actions, right now is soo limited
I do this in my keymap here with macros that press the key you want, tap a Sticky Layer behavior, then release the key when you life/release. I chain these to create state machines that implement features like detecting the end of a sentence and automatically capitalizing the next letter. I wrote a bunch of preprocessor macros to help with setting this up because otherwise it's an immense amount of boilerplate.
I would love to see something like the alternate repeat/antecedent morph key in ZMK.