Skip to content

Commit

Permalink
increased tapdance delay again
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-eden committed May 14, 2024
1 parent 51cd6a3 commit 5691b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
td0: tap_dance_nordic_top {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <180>;
tapping-term-ms = <200>;
bindings = <&kp FSLH>, <&kp LBKT>;
};
td1: tap_dance_nordic_lower {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <180>;
tapping-term-ms = <200>;
bindings = <&ht LGUI SEMI>, <&kp SQT>;
};
};
Expand Down

0 comments on commit 5691b7d

Please sign in to comment.