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

33 lines
No EOL
442 B
YAML

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]