| 123456789101112131415161718192021222324 |
- {
- "meta": {
- "version": 0
- },
- "name": "JCL",
- "description": "A database of synth components",
- "source": {
- "type": "odbc",
- "dsn": "KiCAD",
- "username": "",
- "password": "",
- "timeout_seconds": 2,
- "connection_string": ""
- },
- "libraries": [
- {
- "name": "Resistors",
- "table": "kicad_resistors",
- "key": "internal_pn",
- "symbols": "kicad_symbol",
- "footprints": "kicad_footprint"
- }
- ]
- }
|