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