Behaviors: Add 'ignore-modifiers' option to sticky keys
To combine multiple sticky modifiers, the sticky keys must ignore other (sticky) modifier keypresses. This behavior is important for "callum-style mods", where all modifiers are sticky mods. Fixes #829
This commit is contained in:
parent
c18c3d9106
commit
cfd0d3d81a
6 changed files with 63 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#binding-cells = <1>;
|
||||
release-after-ms = <1000>;
|
||||
bindings = <&kp>;
|
||||
ignore-modifiers;
|
||||
};
|
||||
/omit-if-no-ref/ sl: behavior_sticky_layer {
|
||||
compatible = "zmk,behavior-sticky-key";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue