summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/layer_tap.dtsi
blob: af7319b325abc0299c31c4ecc0a416418ea7ad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/ {
	behaviors {
		lt: behavior_layer_tap {
			compatible = "zmk,behavior-hold-tap";
			label = "LAYER_TAP";
			#binding-cells = <2>;
			flavor = "tap-preferred";
			tapping_term_ms = <200>;
			bindings = <&mo>, <&kp>;
		};
	};
};