diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 64185b5..d2b0fb8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "thirdparty/mcucpp"] path = thirdparty/mcucpp url = https://github.com/trygvis/mcucpp +[submodule "thirdparty/trygvis-kicad-footprints.pretty"] + path = thirdparty/trygvis-kicad-footprints.pretty + url = https://trygvis.io/git/2016/09/trygvis-kicad-footprints.pretty.git +[submodule "thirdparty/kicad-schematic-symbols"] + path = thirdparty/trygvis-kicad-schematic-symbols + url = https://trygvis.io/git/2016/08/kicad-schematic-symbols.git |