Empty templates and libraries

This commit is contained in:
2025-10-06 11:54:42 +11:00
parent 46a43db357
commit 8a1bd1c385
7 changed files with 846 additions and 3 deletions

13
Partdb.kicad_httplib Normal file
View File

@@ -0,0 +1,13 @@
{
"meta": {
"version": 1.0
},
"name": "Part-DB library",
"description": "This KiCAD library fetches information externally from my home server",
"source": {
"type": "REST_API",
"api_version": "v1",
"root_url": "https://partdb.neutronservices.duckdns.org/en/kicad-api/",
"token": "tcp_967681c489a7460a516b6bd186e42d7b67d821537959b44b58ad69ddf4d610b7"
}
}