blob: 2bbb02319bc90fac2628163f222cb60bc750e900 (
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
    keys:
      type: array
    bindings:
      type: phandle-array
 |