Skip to content

Commit

Permalink
chore(keymap): require-prior-idle-ms set to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Jan 17, 2024
1 parent 7365567 commit 3f07cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/include/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
flavor = "tap-preferred";
tapping-term-ms = <220>;
quick-tap-ms = <150>;
require-prior-idle-ms = <100>;
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
};
};
Expand All @@ -22,7 +22,7 @@
&lt {
tapping-term-ms = <220>;
quick-tap-ms = <150>;
require-prior-idle-ms = <100>;
require-prior-idle-ms = <150>;
};

&sk {
Expand Down

0 comments on commit 3f07cca

Please sign in to comment.