/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

/ {
	behaviors {
		/omit-if-no-ref/ ext_power: behavior_ext_power {
			compatible = "zmk,behavior-ext-power";
			label = "EXT_POWER_BEHAVIOR";
			#binding-cells = <1>;
		};
	};
};