Skip to content

Commit

Permalink
Fixing tapping term and quick tap term ms
Browse files Browse the repository at this point in the history
attempting to get rid of accidental holds
  • Loading branch information
bendalton authored Jun 19, 2024
1 parent 8c13286 commit 0e7c89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick_tap_ms = <350>;
tapping-term-ms = <250>;
quick_tap_ms = <150>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
Expand Down

0 comments on commit 0e7c89d

Please sign in to comment.