blob: c9b462a146083e4a19b870e6b9ee8bd6dcba7a17 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | 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
 |