ergogen/test/footprints/choc.yaml
2022-12-03 21:23:45 +01:00

45 lines
No EOL
667 B
YAML

points.zones.matrix:
pcbs.pcb.footprints:
# base
- what: choc
nets:
from: from
to: to
# keycap visualization
- what: choc
nets:
from: from
to: to
params:
keycaps: true
adjust.shift: [50, 0]
# reverse
- what: choc
nets:
from: from
to: to
params:
reverse: true
adjust.shift: [100, 0]
# hotswap
- what: choc
nets:
from: from
to: to
params:
hotswap: true
adjust.shift: [150, 0]
# both reverse and hotswap
- what: choc
nets:
from: from
to: to
params:
reverse: true
hotswap: true
adjust.shift: [200, 0]