16 lines
305 B
YAML
16 lines
305 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:
|
||
|
bindings:
|
||
|
type: phandle-array
|
||
|
required: true
|
||
|
sensor-bindings:
|
||
|
type: phandle-array
|
||
|
required: false
|