This commit is contained in:
keymap-editor[bot] 2024-06-27 14:33:09 +00:00 committed by GitHub
parent 8a434e0cad
commit b49a7a04f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
>; >;
}; };