make SYS combo 3 key instead of 4
This commit is contained in:
parent
dc4de1f3fd
commit
68bf8d06f9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
combo_sys {
|
combo_sys {
|
||||||
timeout-ms = <25>;
|
timeout-ms = <25>;
|
||||||
key-positions = <0 1 2 3>;
|
key-positions = <0 1 2>;
|
||||||
bindings = <&to SYS>;
|
bindings = <&to SYS>;
|
||||||
};
|
};
|
||||||
combo_menu {
|
combo_menu {
|
||||||
|
|
Loading…
Add table
Reference in a new issue