Skip to content

Commit

Permalink
HRM false positives KinesisCorporation#2 (Fix flavor)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahia-saleh committed Jan 5, 2025
1 parent 9775cbb commit 6e5670c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/includes/mods.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ behaviors {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS_LEFT";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <HM_TAPPING_TERM>;
flavor = "tap-preferred";
tapping-term-ms = <HM_TAPPING_TERM_FAST>;
quick-tap-ms = <175>; // repeat on tap-into-hold
require-prior-idle-ms = <HM_PRIOR_IDLE>;
bindings = <&kp>, <&kp>;
Expand All @@ -54,8 +54,8 @@ behaviors {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS_RIGHT";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <HM_TAPPING_TERM>;
flavor = "tap-preferred";
tapping-term-ms = <HM_TAPPING_TERM_FAST>;
quick-tap-ms = <175>; // repeat on tap-into-hold
require-prior-idle-ms = <HM_PRIOR_IDLE>;
bindings = <&kp>, <&kp>;
Expand Down

0 comments on commit 6e5670c

Please sign in to comment.