mirror of
https://github.com/averymd/sofle-v2-oled-zmk.git
synced 2026-01-09 00:02:00 +00:00
Reduce tapping-term and req-prior-idle to reduce false negatives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user