blob: 34cbb9544e2c2bfaefac136cadf988813577d080 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | description: |
  Allows defining the various keymap layers for use.
compatible: "zmk,layers"
child-binding:
  description: "A layer to be used in a keymap"
  properties:
    label:
      type: string
      required: true
    bindings:
      type: phandle-array
      required: true
 |