diff options
author | Kevin <chenkevinh11@gmail.com> | 2020-09-02 17:37:39 -0700 |
---|---|---|
committer | Kevin <chenkevinh11@gmail.com> | 2020-09-02 17:37:39 -0700 |
commit | 5b493ef334c32a7074e29b68f779f81cbdf6596c (patch) | |
tree | 193a6ebf7e0820a3fbb54f2f42487991b8321144 /app/dts/behaviors/mod_tap.dtsi | |
parent | 068626d1a74d3883a8ccb2cd514a217098e99420 (diff) | |
parent | d53a8e36ca17f988b7b1df754478baf2e87597e6 (diff) |
Merge branch 'main' into docs/encoders
Sync with upstream
Diffstat (limited to 'app/dts/behaviors/mod_tap.dtsi')
-rw-r--r-- | app/dts/behaviors/mod_tap.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/dts/behaviors/mod_tap.dtsi b/app/dts/behaviors/mod_tap.dtsi index 8e3b4e9..4ce732b 100644 --- a/app/dts/behaviors/mod_tap.dtsi +++ b/app/dts/behaviors/mod_tap.dtsi @@ -1,9 +1,12 @@ / { behaviors { mt: behavior_mod_tap { - compatible = "zmk,behavior-mod-tap"; + compatible = "zmk,behavior-hold-tap"; label = "MOD_TAP"; #binding-cells = <2>; + flavor = "hold-preferred"; + tapping_term_ms = <200>; + bindings = <&kp>, <&kp>; }; }; }; |