JCL-debug.kicad_dbl 533 B

123456789101112131415161718192021222324
  1. {
  2. "meta": {
  3. "version": 0
  4. },
  5. "name": "JCL",
  6. "description": "A database of synth components",
  7. "source": {
  8. "type": "odbc",
  9. "dsn": "KiCAD",
  10. "username": "",
  11. "password": "",
  12. "timeout_seconds": 2,
  13. "connection_string": ""
  14. },
  15. "libraries": [
  16. {
  17. "name": "Resistors",
  18. "table": "kicad_resistors",
  19. "key": "internal_pn",
  20. "symbols": "kicad_symbol",
  21. "footprints": "kicad_footprint"
  22. }
  23. ]
  24. }