From 8190b23df6560a2c07ce52be6f80620a2a250856 Mon Sep 17 00:00:00 2001 From: Charlotte Gaskell Date: Wed, 11 Jun 2025 01:20:58 +0100 Subject: [PATCH] Add libraries --- .gitmodules | 9 +++++++++ fp-lib-table | 2 ++ libs/Keebio-Parts.pretty | 1 + libs/daprice-keyswitches.pretty | 1 + libs/keebio-components | 1 + sym-lib-table | 4 ++++ 6 files changed, 18 insertions(+) create mode 160000 libs/Keebio-Parts.pretty create mode 160000 libs/daprice-keyswitches.pretty create mode 160000 libs/keebio-components create mode 100644 sym-lib-table diff --git a/.gitmodules b/.gitmodules index 62ae968..bade784 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule "libs/MX_V2"] path = libs/MX_V2 url = https://github.com/ai03-2725/MX_V2 +[submodule "libs/Keebio-Parts.pretty"] + path = libs/Keebio-Parts.pretty + url = https://github.com/keebio/Keebio-Parts.pretty +[submodule "libs/keebio-components"] + path = libs/keebio-components + url = https://github.com/keebio/keebio-components +[submodule "libs/daprice-keyswitches.pretty"] + path = libs/daprice-keyswitches.pretty + url = https://github.com/daprice/keyswitches.pretty diff --git a/fp-lib-table b/fp-lib-table index fde26c6..284612d 100644 --- a/fp-lib-table +++ b/fp-lib-table @@ -12,4 +12,6 @@ (lib (name "Resources")(type "KiCad")(uri "${KIPRJMOD}/libs/MX_V2/Resources")(options "")(descr "")) (lib (name "Switch_Misc")(type "KiCad")(uri "${KIPRJMOD}/libs/MX_V2/Switch_Misc.pretty")(options "")(descr "")) (lib (name "Template")(type "KiCad")(uri "${KIPRJMOD}/libs/MX_V2/Template.pretty")(options "")(descr "")) + (lib (name "Keebio-Parts")(type "KiCad")(uri "${KIPRJMOD}/libs/Keebio-Parts.pretty")(options "")(descr "")) + (lib (name "daprice-keyswitches")(type "KiCad")(uri "${KIPRJMOD}/libs/daprice-keyswitches.pretty")(options "")(descr "")) ) diff --git a/libs/Keebio-Parts.pretty b/libs/Keebio-Parts.pretty new file mode 160000 index 0000000..717b9de --- /dev/null +++ b/libs/Keebio-Parts.pretty @@ -0,0 +1 @@ +Subproject commit 717b9de1e9f87d8ff5bf88add47f05871424c0ae diff --git a/libs/daprice-keyswitches.pretty b/libs/daprice-keyswitches.pretty new file mode 160000 index 0000000..49083b8 --- /dev/null +++ b/libs/daprice-keyswitches.pretty @@ -0,0 +1 @@ +Subproject commit 49083b8f0d1c8a68a1b5c4ac9bc81b3870e9aa68 diff --git a/libs/keebio-components b/libs/keebio-components new file mode 160000 index 0000000..f453038 --- /dev/null +++ b/libs/keebio-components @@ -0,0 +1 @@ +Subproject commit f4530381e415e10941960bc9d64e0844de96c47b diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..f55ffa1 --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (version 7) + (lib (name "keebio")(type "Legacy")(uri "${KIPRJMOD}/libs/keebio-components/keebio.lib")(options "")(descr "")) +)