Skip to content

Commit

Permalink
sweep: tap dance
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Sep 17, 2023
1 parent b0c78b5 commit bb05064
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
//+--------+-------+------------+-------------+--------------+/**/+--------+-------+-------+-------+-----+
Expand Down

0 comments on commit bb05064

Please sign in to comment.