2020-06-16 07:03:34 +10:00
|
|
|
description: |
|
|
|
|
Defines a mapping from keymap logical positions to matrix physical positions
|
|
|
|
|
2020-06-17 11:35:44 +10:00
|
|
|
compatible: "zmk,matrix-transform"
|
2020-06-16 07:03:34 +10:00
|
|
|
|
|
|
|
properties:
|
2020-06-27 14:16:15 +10:00
|
|
|
columns:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
rows:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
col-offset:
|
|
|
|
type: int
|
|
|
|
default: 0
|
2020-06-16 07:03:34 +10:00
|
|
|
map:
|
|
|
|
type: array
|
|
|
|
required: true
|