#How do I disable quick-release when using a sticky layer?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
https://zmk.dev/docs/behaviors/sticky-layer does not mention how to disable it... any ideas?
I think (but haven't tried) you'd use something like:
&sl {
/delete-property/ quick-release;
};