1
0
ergogen/test/footprints/mx.yaml

52 lines
803 B
YAML
Raw Permalink Normal View History

2022-12-03 12:23:45 -08:00
points.zones.matrix:
pcbs.pcb.footprints:
# base
- what: mx
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
from: from
to: to
# keycap visualization
- what: mx
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
from: from
to: to
keycaps: true
adjust.shift: [50, 0]
# reverse
- what: mx
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
from: from
to: to
reverse: true
adjust.shift: [100, 0]
# hotswap
- what: mx
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
from: from
to: to
hotswap: true
adjust.shift: [150, 0]
# both reverse and hotswap
- what: mx
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
from: from
to: to
reverse: true
hotswap: true
adjust.shift: [200, 0]
# all of keycaps, reverse and hotswap
- what: mx
params:
from: from
to: to
keycaps: true
reverse: true
hotswap: true
adjust.shift: [250, 0]