ergogen/test/footprints/trrs.yaml

33 lines
442 B
YAML
Raw Normal View History

2022-12-03 21:23:45 +01:00
points.zones.matrix:
pcbs.pcb.footprints:
# basic
- what: trrs
nets:
A: A
B: B
C: C
D: D
# reversible
- what: trrs
nets:
A: A
B: B
C: C
D: D
params:
reverse: true
adjust.shift: [50, 0]
# reversible + symmetric
- what: trrs
nets:
A: A
B: B
C: C
D: D
params:
reverse: true
symmetric: true
adjust.shift: [100, 0]