mirror of https://github.com/zmkfirmware/zmk.git
refactor(drivers): Make label property optional
This commit is contained in:
parent
05925c72d7
commit
3ae9e74056
|
|
@ -6,7 +6,8 @@ compatible: "alps,ec11"
|
||||||
properties:
|
properties:
|
||||||
label:
|
label:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: false
|
||||||
|
deprecated: true
|
||||||
a-gpios:
|
a-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue