diff options
Diffstat (limited to 'config/includes/common.h')
-rw-r--r-- | config/includes/common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/includes/common.h b/config/includes/common.h index 79528c8..4a2daac 100644 --- a/config/includes/common.h +++ b/config/includes/common.h @@ -33,8 +33,8 @@ label = "kp_mo_tap"; #binding-cells = <2>; flavor = "tap-preferred"; - tapping-term-ms = <200>; - quick-tap-ms = <200>; + tapping-term-ms = <175>; + quick-tap-ms = <175>; //require-prior-idle-ms = <140>; bindings = <&mo>, <&kp>; }; @@ -43,8 +43,8 @@ label = "kp_mo_hold"; #binding-cells = <2>; flavor = "hold-preferred"; - tapping-term-ms = <200>; - quick-tap-ms = <200>; + tapping-term-ms = <175>; + quick-tap-ms = <175>; //require-prior-idle-ms = <140>; bindings = <&mo>, <&kp>; }; |