Skip to content

Commit

Permalink
HRM false positives KinesisCorporation#6 (mod fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahia-saleh committed Jan 5, 2025
1 parent 61cae3a commit c1a9738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/includes/mods.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ hmr: homerow_mods_right {
quick-tap-ms = <175>;
require-prior-idle-ms = <HM_PRIOR_IDLE>;

hold-trigger-key-positions = <KEYS_R KEYS_T>;
hold-trigger-key-positions = <KEYS_R THUMBS_RIGHT>;
// hold-trigger-on-release;
};

Expand All @@ -73,7 +73,7 @@ hmr: homerow_mods_right {
quick-tap-ms = <175>;
require-prior-idle-ms = <HM_PRIOR_IDLE>;

hold-trigger-key-positions = <KEYS_L KEYS_T>;
hold-trigger-key-positions = <KEYS_L THUMBS_LEFT>;
// hold-trigger-on-release;
};

Expand Down

0 comments on commit c1a9738

Please sign in to comment.