Skip to content

Commit

Permalink
rename tap dance
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzschatz committed Oct 29, 2024
1 parent 1a9e791 commit f3202b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
td0: tap_dance_0 {

td_ques_excl: tap_dance_question_mark_exclamation_mark {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
tapping-term-ms = <180>;
bindings = <&kp DE_QUES>, <&kp DE_EXCL>;
};
};
Expand Down Expand Up @@ -183,7 +184,7 @@
bindings = <
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp C_MUTE &mo 4 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&trans &kp DE_AT &kp DE_LCBR &kp DE_RCBR &kp DE_QUOT &kp DE_PLUS &trans &trans &kp RA(BSPC) &kp HOME &kp END &kp BSPC &trans &kp F12
&trans &td0 &kp DE_LPRN &kp DE_RPRN &kp DE_SLSH &kp DE_EQL &trans &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &td_ques_excl &kp DE_LPRN &kp DE_RPRN &kp DE_SLSH &kp DE_EQL &trans &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &kp DE_PIPE &kp DE_LABK &kp DE_RABK &kp DE_LBRC &kp DE_RBRC &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &kp LA(BSPC) &kp LA(DEL) &trans &trans &trans &trans &trans &trans &trans &trans
>;
Expand Down

0 comments on commit f3202b8

Please sign in to comment.