From bb05064f195ad1715c88de4b2578f85ead25a8d8 Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Sun, 17 Sep 2023 10:26:56 +1000 Subject: [PATCH] sweep: tap dance --- config/cradio.keymap | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 70bd488..39c1e4d 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -51,6 +51,13 @@ quick-tap-ms = <180>; bindings = <&kp>, <&kp>; }; + td0: td_0 { + compatible = "zmk,behavior-tap-dance"; + label = "GUI_BACKTICK"; + #binding-cells = <0>; + tapping-term-ms = <300>; + bindings = <&mt LGUI GRAVE>; + }; }; keymap { @@ -102,7 +109,7 @@ config { bindings = < //+--------+-------+------------+-------------+--------------+/**/+--------+-------+-------+-------+-----+ - &none &none &none &none &none /**/&none &none &none &none &none + &td0 &none &none &none &none /**/&none &none &none &none &none //+--------+-------+------------+-------------+--------------+/**/+--------+-------+-------+-------+-----+ &kp CAPS &none &none &none &none /**/&none &none &none &none &none //+--------+-------+------------+-------------+--------------+/**/+--------+-------+-------+-------+-----+