Better variable names
This commit is contained in:
parent
0ea43b1f84
commit
817742f954
1 changed files with 3 additions and 3 deletions
|
@ -72,8 +72,8 @@ TODOs and ISSUES
|
|||
};
|
||||
|
||||
// Make sticky shift cancel capsword. Alternatively: mod-morph ss_cw into DUMMY
|
||||
// to cancel capsword with triggering sticky-shift when capsword is active.
|
||||
ss_cancel: ss_cancel {
|
||||
// to cancel capsword without triggering sticky-shift when capsword is active.
|
||||
sticky_shift: sticky_shift {
|
||||
wait-ms = <0>;
|
||||
tap-ms = <1>;
|
||||
compatible = "zmk,behavior-macro";
|
||||
|
@ -138,7 +138,7 @@ TODOs and ISSUES
|
|||
label = "STICKY_SHIFT_CAPSWORD";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&ss_cancel>, <&caps_word>, <DUMMY>;
|
||||
bindings = <&sticky_shift>, <&caps_word>, <DUMMY>;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue