zmk/app/dts/behaviors/base_layer.dtsi
2023-11-05 11:27:27 +04:00

15 lines
300 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
/omit-if-no-ref/ base: behavior_base_layer {
compatible = "zmk,behavior-base-layer";
label = "BASE_LAYER";
#binding-cells = <1>;
};
};
};