diff --git a/config/include/behaviors.dtsi b/config/include/behaviors.dtsi index 7402a04..765cbe9 100644 --- a/config/include/behaviors.dtsi +++ b/config/include/behaviors.dtsi @@ -38,9 +38,9 @@ }; < { - tapping-term-ms = <220>; - quick-tap-ms = <150>; - require-prior-idle-ms = <100>; + tapping-term-ms = ; + quick-tap-ms = ; + require-prior-idle-ms = ; }; &sk { @@ -50,6 +50,6 @@ &mt { flavor = "tap-preferred"; - tapping-term-ms = <220>; - quick-tap-ms = <220>; + tapping-term-ms = ; + quick-tap-ms = ; };