179bdbc41a
Changed all code (except for layer names) which used the label property to use DEVICE_DT_NAME() instead, which uses the label if set or falls back to the full node name. This matches how Zephyr determines the node names used with device_get_binding() and allows us to start removing the deprecated label property from things.
17 lines
257 B
YAML
17 lines
257 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: 2
|
|
|
|
binding-cells:
|
|
- param1
|
|
- param2
|