Skip to content

Commit

Permalink
Experimenting with the removal of hold-trigger-on-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 30, 2025
1 parent 6409dfd commit e3b727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33>; // right-side + thumbs
flavor = "balanced";
tapping-term-ms = <280>;
hold-trigger-on-release;
\\ hold-trigger-on-release;
quick-tap-ms = <200>;
require-prior-idle-ms = <175>;
};
Expand All @@ -217,7 +217,7 @@
flavor = "balanced";
tapping-term-ms = <280>;
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;
\\ hold-trigger-on-release;
quick-tap-ms = <200>;
require-prior-idle-ms = <175>;
};
Expand Down

0 comments on commit e3b727f

Please sign in to comment.