diff options
author | xengineering <me@xengineering.eu> | 2025-01-07 19:46:11 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-12 14:38:11 +0100 |
commit | 32889288bf149c5f28b28bd72cde6cb74999d925 (patch) | |
tree | 3dceaddbf3a2510794aed59aee0b98701c05f7e2 | |
parent | e749894fe2df4c0b65ccf50f2c31284a60ed2756 (diff) | |
download | soundbox-32889288bf149c5f28b28bd72cde6cb74999d925.tar soundbox-32889288bf149c5f28b28bd72cde6cb74999d925.tar.zst soundbox-32889288bf149c5f28b28bd72cde6cb74999d925.zip |
pcb: parts-kicad: Add submodule
This submodule will contain custom PCB symbols, footprints and
3D-models.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | pcb/parts-kicad | 0 | ||||
-rw-r--r-- | pcb/sym-lib-table | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e3ae6e6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pcb/parts-kicad"] + path = pcb/parts-kicad + url = https://cgit.xengineering.eu/parts-kicad diff --git a/pcb/parts-kicad b/pcb/parts-kicad new file mode 160000 +Subproject 49238bb381cb2071937abb12d94c457058d4311 diff --git a/pcb/sym-lib-table b/pcb/sym-lib-table new file mode 100644 index 0000000..4d6b40d --- /dev/null +++ b/pcb/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (version 7) + (lib (name "xengineering")(type "KiCad")(uri "${KIPRJMOD}/parts-kicad/xengineering.kicad_sym")(options "")(descr "")) +) |