From 3051da30f4ad75affb947f42c5d72418049d5f8d Mon Sep 17 00:00:00 2001 From: Phillip Tennen Date: Wed, 13 Mar 2024 12:01:52 +0000 Subject: [PATCH] Add a binding for a behavior with a third parameter --- app/dts/bindings/behaviors/three_param.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/dts/bindings/behaviors/three_param.yaml diff --git a/app/dts/bindings/behaviors/three_param.yaml b/app/dts/bindings/behaviors/three_param.yaml new file mode 100644 index 00000000..c60f662d --- /dev/null +++ b/app/dts/bindings/behaviors/three_param.yaml @@ -0,0 +1,17 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +properties: + label: + type: string + required: false + deprecated: true + "#binding-cells": + type: int + required: true + const: 3 + +binding-cells: + - param1 + - param2 + - param3