Use hold-trigger-on-release PR
This commit is contained in:
parent
d3b02851bd
commit
54bb4f82fa
2 changed files with 12 additions and 10 deletions
|
@ -75,6 +75,7 @@ ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
|
|||
global-quick-tap-ms = <150>;
|
||||
bindings = <&kp>, <&kp>;
|
||||
hold-trigger-key-positions = <KEYS_R THUMBS>;
|
||||
hold-trigger-on-release; // requires PR #1423
|
||||
)
|
||||
|
||||
ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs
|
||||
|
@ -84,6 +85,7 @@ ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs
|
|||
global-quick-tap-ms = <150>;
|
||||
bindings = <&kp>, <&kp>;
|
||||
hold-trigger-key-positions = <KEYS_L THUMBS>;
|
||||
hold-trigger-on-release; // requires PR #1423
|
||||
)
|
||||
|
||||
/* custom keys and macros */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue