zmk_mf68/app/dts/behaviors/layer_tap.dtsi

19 lines
334 B
Text
Raw Normal View History

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
2020-09-01 22:37:37 +10:00
/ {
behaviors {
/omit-if-no-ref/ lt: behavior_layer_tap {
2020-09-01 22:37:37 +10:00
compatible = "zmk,behavior-hold-tap";
label = "LAYER_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
2020-09-01 22:37:37 +10:00
bindings = <&mo>, <&kp>;
};
};
};