zmk_mf68/app/dts/bindings/zmk,keymap.yaml
Pete Johanson b3f3362b50 feat(display): Initial widget/status screen work.
* Battery and output status widgets
* Built in status screen combining them.
* Ability to define a custom status screen factory
  function.
2020-12-02 16:04:56 -05:00

19 lines
357 B
YAML

description: |
Allows defining a keymap composed of multiple layers
compatible: "zmk,keymap"
child-binding:
description: "A layer to be used in a keymap"
properties:
label:
type: string
required: false
bindings:
type: phandle-array
required: true
sensor-bindings:
type: phandle-array
required: false