Add a binding for a behavior with a third parameter
This commit is contained in:
parent
d7fc83b0d3
commit
3051da30f4
1 changed files with 17 additions and 0 deletions
17
app/dts/bindings/behaviors/three_param.yaml
Normal file
17
app/dts/bindings/behaviors/three_param.yaml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue