JCL.kicad_dbl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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_str",
  20. "symbols": "kicad_symbol",
  21. "footprints": "kicad_footprint",
  22. "fields": [
  23. {
  24. "column": "internal_pn_str",
  25. "name": "IPN",
  26. "visible_on_add": false,
  27. "visible_in_chooser": true,
  28. "show_name": true,
  29. "inherit_properties": false
  30. },
  31. {
  32. "column": "value_str",
  33. "name": "Value",
  34. "visible_on_add": true,
  35. "visible_in_chooser": true,
  36. "show_name": false
  37. }
  38. ],
  39. "properties": {
  40. "description": "description",
  41. "footprint_filters": "footprint_filters",
  42. "keywords": "keywords",
  43. "exclude_from_bom": "exclude_from_bom",
  44. "exclude_from_board": "exclude_from_board"
  45. }
  46. }
  47. ]
  48. }