summaryrefslogtreecommitdiff
path: root/app/dts/bindings/zmk,layers.yaml
blob: 1a3592e9e512d05bd105802b239492196872c92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    sensor-bindings:
      type: phandle-array
      required: false