16 lines
220 B
YAML
16 lines
220 B
YAML
points.zones.matrix:
|
|
pcbs.pcb.footprints:
|
|
|
|
# front
|
|
- what: button
|
|
params:
|
|
from: from
|
|
to: to
|
|
|
|
# back
|
|
- what: button
|
|
params:
|
|
from: from
|
|
to: to
|
|
side: B
|
|
adjust.shift: [50, 0] |