Shove components and traces to provide 0.4mm clearance around board
[hw/chaoskey] / Makefile
1 # name of project, also used for PCB file
2 PROJECT=chaoskey
3
4 # list of schematic files that make up this design
5 SCHEMATICS=chaoskey.sch
6
7 # number of PCB layers
8 LAYERS=2
9
10 # sides with silkscreen, can be none|top|bottom|both
11 SILK=both
12
13 SEEED_EXTRA=\
14         ChaosKey-Test-Plan.doc\
15         ChaosKey-DFM.xlsx
16
17 include ../altusmetrum/pcb.mk