zmk/app/dts/behaviors/momentary_layer_lock.dtsi
2024-02-11 13:55:49 -08:00

15 lines
319 B
Text

/*
* Copyright (c) 2023 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
/omit-if-no-ref/ molock: behavior_momentary_layer_lock {
compatible = "zmk,behavior-momentary-layer-lock";
label = "MO_LOCK";
#binding-cells = <1>;
};
};
};