no combo
This commit is contained in:
parent
8a434e0cad
commit
b49a7a04f2
1 changed files with 2 additions and 9 deletions
|
|
@ -19,14 +19,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
combos {
|
combos { compatible = "zmk,combos"; };
|
||||||
compatible = "zmk,combos";
|
|
||||||
|
|
||||||
test {
|
|
||||||
bindings = <&hi_hello>;
|
|
||||||
key-positions = <5 4 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
macros {
|
macros {
|
||||||
hi_hello: test {
|
hi_hello: test {
|
||||||
|
|
@ -54,7 +47,7 @@
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp K_PREVIOUS &kp K_VOL_UP &kp RS(K_NEXT)
|
&kp K_PREVIOUS &kp K_VOL_UP &kp RS(K_NEXT)
|
||||||
&kp K_PLAY_PAUSE &kp K_VOL_DN &trans
|
&kp K_PLAY_PAUSE &kp K_VOL_DN &trans
|
||||||
&to 0 &trans &trans
|
&to 0 &hi_hello &hi_hello
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue