mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-21 17:40:25 +01:00
fix left compact combo
This commit is contained in:
parent
378b71326e
commit
cdaf4dbd66
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
toggle_left_compact {
|
toggle_left_compact {
|
||||||
timeout-ms = <50>;
|
timeout-ms = <50>;
|
||||||
key-positions = <5 6 7 8>;
|
key-positions = <10 11 12 13>;
|
||||||
bindings = <&tog LEFT_COMPACT>;
|
bindings = <&tog LEFT_COMPACT>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue