Skip to content

Commit

Permalink
add priore idle ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dudicoco committed Mar 4, 2024
1 parent fb925cb commit 26b908c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
&lt {
flavor = "hold-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <500>;
quick-tap-ms = <175>;
require-prior-idle-ms = <230>;
};

&mt {
flavor = "hold-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <500>;
quick-tap-ms = <175>;
require-prior-idle-ms = <230>;
};

/ {
Expand Down

0 comments on commit 26b908c

Please sign in to comment.