17 lines
268 B
YAML
17 lines
268 B
YAML
# 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
|