Skip to content

Commit

Permalink
Reduced require-prior-idle on home row mods to 175
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 29, 2025
1 parent 78382bf commit 6409dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
tapping-term-ms = <280>;
hold-trigger-on-release;
quick-tap-ms = <200>;
require-prior-idle-ms = <200>;
require-prior-idle-ms = <175>;
};

hrmr: hrmr { // urob's home row mods right
Expand All @@ -219,7 +219,7 @@
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33>; // left-side + thumbs
hold-trigger-on-release;
quick-tap-ms = <200>;
require-prior-idle-ms = <200>;
require-prior-idle-ms = <175>;
};

// Customized balanced layer-tap
Expand All @@ -235,7 +235,7 @@
tapping-term-ms = <280>;
hold-trigger-on-release;
quick-tap-ms = <200>;
require-prior-idle-ms = <200>;
require-prior-idle-ms = <175>;
};

};
Expand Down

0 comments on commit 6409dfd

Please sign in to comment.