forked from kofal.net/zmk
Some initial work on behavior bindings for keymaps
This commit is contained in:
15
app/dts/bindings/behaviors/two_param.yaml
Normal file
15
app/dts/bindings/behaviors/two_param.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
properties:
|
||||
label:
|
||||
type: string
|
||||
required: true
|
||||
"#binding-cells":
|
||||
type: int
|
||||
required: true
|
||||
const: 2
|
||||
|
||||
binding-cells:
|
||||
- param1
|
||||
- param2
|
||||
Reference in New Issue
Block a user