Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Feb 4, 2024
1 parent 10c7bf9 commit 027781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_34/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
td_sqt: tap_dance_mods {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <TD_TAPPING_TERM_MS>;
tapping-term-ms = <LT_TAPPING_TERM_MS>;
bindings = <&kp SQT>, <&kp DQT>;
};

/*
td: tap_dance_mods {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <2>;
#binding-cells = <0>;
tapping-term-ms = <TD_TAPPING_TERM_MS>;
bindings = <&kp>, <&kp>;
};
Expand Down

0 comments on commit 027781c

Please sign in to comment.