From 4a6853b83cd9010cd661ce74d35102ea45b80f2e Mon Sep 17 00:00:00 2001 From: aidanbrzezinski Date: Sun, 1 Mar 2026 21:47:01 -0500 Subject: [PATCH] lib: add shared KiCad library as submodule --- .gitmodules | 3 +++ lib/shared | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/shared diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..04c78b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/shared"] + path = lib/shared + url = https://git.lokislair.com/aidanbrzezinski/KiCad_Library.git diff --git a/lib/shared b/lib/shared new file mode 160000 index 0000000..2da0c3c --- /dev/null +++ b/lib/shared @@ -0,0 +1 @@ +Subproject commit 2da0c3ca792151c51e20fba03701b09d80b49191