mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +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>;
|
#binding-cells = <0>;
|
||||||
wait-ms = <5>;
|
wait-ms = <5>;
|
||||||
tap-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 {
|
combos {
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
combo_toki_a {
|
combo_toki_a {
|
||||||
key-positions = <5 6>;
|
key-positions = <10 11>;
|
||||||
bindings = <&word_test>;
|
bindings = <¯o_tap &kp T &kp O &kp K &kp I>;
|
||||||
// slow-release;
|
// slow-release;
|
||||||
layers = <TOKI>;
|
layers = <TOKI>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue