Files
kicad-project-template-acti…/.hooks/config.json
2025-12-31 02:25:00 +13:00

18 lines
748 B
JSON

{
"kicad_project_search_path": "hardware/",
"schematic_output_path": "docs/",
"bom_csv_output_path": "docs/BOM/",
"bom_report_output_path": "docs/BOM/",
"production_file_output_path": "pcbs/",
"schematic_output_name": "_schematic",
"bom_csv_output_name": "_bill_of_materials",
"bom_report_output_name": "_bom_report",
"production_file_output_name": "_gerber",
"template_paths" : {
"bom": ".github/report_templates/bom_report_template.mustache",
"erc_report": ".github/report_templates/erc_report_template.mustache",
"drc_report": ".github/report_templates/drc_report_template.mustache",
"readme": ".github/report_templates/readme.mustache"
},
"dynamic_read_me": true
}