You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
This library can be added as a git submodule to any KiCad project that wants to use these symbols/footprints. When doing this the symbol library and footprint library paths need to be modified to point to the corresponding locations in this repository. Using project-level relative paths seems like the preferred approach since it allows to setup both the project and the libraries by simply cloning the project repo and running git submodule update --init --recursive.
This library can be added as a git submodule to any KiCad project that wants to use these symbols/footprints. When doing this the symbol library and footprint library paths need to be modified to point to the corresponding locations in this repository. Using project-level relative paths seems like the preferred approach since it allows to setup both the project and the libraries by simply cloning the project repo and running
git submodule update --init --recursive.