mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
15 lines
232 B
YAML
15 lines
232 B
YAML
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
|
|
keys:
|
|
type: array
|
|
|