blob: 4c675d212376345fd71bd58b47555b430e0f463d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
description: |
Allows defining a keymap composed of multiple layers
compatible: "zmk,keymap"
child-binding:
description: "A layer to be used in a keymap"
properties:
display-name:
type: string
required: false
description: The name of this layer to show on displays
bindings:
type: phandle-array
required: true
sensor-bindings:
type: phandle-array
required: false
label:
type: string
required: false
deprecated: true
description: Deprecated. Use "name" instead.
|