diff options
author | xengineering <me@xengineering.eu> | 2024-12-17 21:14:06 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-17 21:14:06 +0100 |
commit | b7016daa43fbe90f1c88b124a6342d7c2e6d3257 (patch) | |
tree | b8d90e880910459dece62dbf8deda22227da4137 /pcb/soundbox.kicad_pro | |
parent | 03d41e8069623b5d627dfb298c471a16c380c91d (diff) | |
download | soundbox-b7016daa43fbe90f1c88b124a6342d7c2e6d3257.tar soundbox-b7016daa43fbe90f1c88b124a6342d7c2e6d3257.tar.zst soundbox-b7016daa43fbe90f1c88b124a6342d7c2e6d3257.zip |
pcb: Create KiCad project
Diffstat (limited to 'pcb/soundbox.kicad_pro')
-rw-r--r-- | pcb/soundbox.kicad_pro | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/pcb/soundbox.kicad_pro b/pcb/soundbox.kicad_pro new file mode 100644 index 0000000..3fc9792 --- /dev/null +++ b/pcb/soundbox.kicad_pro @@ -0,0 +1,81 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": {}, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "rules": {}, + "track_widths": [], + "via_dimensions": [] + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "soundbox.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.2, + "via_diameter": 0.6, + "via_drill": 0.3, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "legacy_lib_dir": "", + "legacy_lib_list": [] + }, + "sheets": [], + "text_variables": {} +} |