1751470785
* Allows "gaps" for keyboards like Kyra. * Allows keyboards with matrixes that don't map the logical key locations to have normal looking keymaps when defined.
17 lines
255 B
YAML
17 lines
255 B
YAML
description: |
|
|
Allows defining a keymap composed of multiple layers
|
|
|
|
compatible: "zmk,keymap"
|
|
|
|
properties:
|
|
transform:
|
|
type: phandle
|
|
required: false
|
|
|
|
label:
|
|
type: string
|
|
required: true
|
|
|
|
layers:
|
|
type: phandles
|
|
required: true
|