mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-09 20:00:24 +01:00
test
This commit is contained in:
parent
c1cde0223e
commit
0a44805f3a
1 changed files with 4 additions and 4 deletions
|
@ -54,16 +54,16 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
|||
#binding-cells = <0>;
|
||||
wait-ms = <5>;
|
||||
tap-ms = <5>;
|
||||
bindings = <¯o_tap &kp T &kp O &kp K &kp I>
|
||||
;
|
||||
bindings = <¯o_tap &kp T &kp O &kp K &kp I>;
|
||||
};
|
||||
};
|
||||
|
||||
// home row key positions are 10 11 12 13 -- 16 17 18 19
|
||||
combos {
|
||||
compatible = "zmk,combos";
|
||||
combo_toki_a {
|
||||
key-positions = <5 6>;
|
||||
bindings = <&word_test>;
|
||||
key-positions = <10 11>;
|
||||
bindings = <¯o_tap &kp T &kp O &kp K &kp I>;
|
||||
// slow-release;
|
||||
layers = <TOKI>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue