mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 21:15:19 -05:00
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
|