blob: fb6d9147a6d0ccadfacd4c4726e2fd8c334bfbfc (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | description: |
  Allows defining a keymap composed of multiple layers
compatible: "zmk,keymap"
child-binding:
  description: "A layer to be used in a keymap"
  properties:
    bindings:
      type: phandle-array
      required: true
    sensor-bindings:
      type: phandle-array
      required: false
 |