Skip to content

Commit

Permalink
Update behaviors.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Incblob committed Nov 4, 2024
1 parent 57bad87 commit 625a375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/horizon/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ behaviors {
compatible = "zmk,behavior-hold-tap";
label = "R_LAYER";
#binding-cells = <2>;
tapping_term_ms = <160>;
tapping_term_ms = <120>;
// quick_tap_ms = <0>;
flavor = "tap-preferred";
bindings = <&mo>, <&kp>;
Expand Down Expand Up @@ -89,7 +89,7 @@ behaviors {
td_r: td_r{
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <165>;
tapping-term-ms = <175>;
bindings = <&lt_r l_L R>
, <&kp LS(R)>;
};
Expand Down

0 comments on commit 625a375

Please sign in to comment.