You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
357 B
18 lines
357 B
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
|
|
|