zmk/app/dts/behaviors/mod_tap.dtsi
Harry Herring f8a7fee9f6 Revert "Merge branch 'main' into main"
This reverts commit ba1ab1ab35, reversing
changes made to 9134fdcfab.
2020-12-01 18:55:04 +00:00

12 lines
228 B
Text

/ {
behaviors {
mt: behavior_mod_tap {
compatible = "zmk,behavior-hold-tap";
label = "MOD_TAP";
#binding-cells = <2>;
flavor = "hold-preferred";
tapping_term_ms = <200>;
bindings = <&kp>, <&kp>;
};
};
};