zmk_mf68/app/dts/behaviors/mod_tap.dtsi
2020-06-30 15:23:21 -04:00

10 lines
141 B
Plaintext

/ {
behaviors {
mt: behavior_mod_tap {
compatible = "zmk,behavior-mod-tap";
label = "MOD_TAP";
#binding-cells = <2>;
};
};
};