Skip to content

Commit

Permalink
Rename global-quick-tap-ms to require-prior-idle-ms
Browse files Browse the repository at this point in the history
The pull request introducing the global quick tap
functionality has been merged: zmkfirmware/zmk#1387

Hold tap behaviour now supports it via the
`require-prior-idle-ms` option
  • Loading branch information
kucera-lukas committed Dec 31, 2024
1 parent 4adddef commit cff237b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miryoku/homerow_mods.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <U_QUICK_TAP_MS>;
global-quick-tap-ms = <150>; // requires PR #1387
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_R THUMBS>;
hold-trigger-on-release; // requires PR #1423
Expand All @@ -32,7 +32,7 @@
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <U_QUICK_TAP_MS>;
global-quick-tap-ms = <150>; // requires PR #1387
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_L THUMBS>;
hold-trigger-on-release; // requires PR #1423
Expand Down

0 comments on commit cff237b

Please sign in to comment.