Reduce tapping-term and req-prior-idle to reduce false negatives

This commit is contained in:
2025-08-12 15:11:26 -04:00
parent ce3ee20296
commit ab5d0a7ecd

View File

@@ -46,8 +46,8 @@
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
require-prior-idle-ms = <150>;
tapping-term-ms = <280>;
require-prior-idle-ms = <125>;
tapping-term-ms = <240>;
quick-tap-ms = <175>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_R THUMBS>; // List of keys on the right side of the keyboard
@@ -57,8 +57,8 @@
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
require-prior-idle-ms = <150>;
tapping-term-ms = <280>;
require-prior-idle-ms = <125>;
tapping-term-ms = <240>;
quick-tap-ms = <175>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_L THUMBS>; // List of keys on the left side of the keyboard