From b49a7a04f296a6e831657715f27bf9d10fe2602b Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:33:09 +0000 Subject: [PATCH] no combo --- config/ninepad.keymap | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/config/ninepad.keymap b/config/ninepad.keymap index d171324..ee71728 100644 --- a/config/ninepad.keymap +++ b/config/ninepad.keymap @@ -19,14 +19,7 @@ }; }; - combos { - compatible = "zmk,combos"; - - test { - bindings = <&hi_hello>; - key-positions = <5 4 3>; - }; - }; + combos { compatible = "zmk,combos"; }; macros { hi_hello: test { @@ -54,7 +47,7 @@ bindings = < &kp K_PREVIOUS &kp K_VOL_UP &kp RS(K_NEXT) &kp K_PLAY_PAUSE &kp K_VOL_DN &trans -&to 0 &trans &trans +&to 0 &hi_hello &hi_hello >; };