| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "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_str",
- "symbols": "kicad_symbol",
- "footprints": "kicad_footprint",
- "fields": [
- {
- "column": "internal_pn_str",
- "name": "IPN",
- "visible_on_add": false,
- "visible_in_chooser": true,
- "show_name": true,
- "inherit_properties": false
- },
- {
- "column": "value_str",
- "name": "Value",
- "visible_on_add": true,
- "visible_in_chooser": true,
- "show_name": false
- }
- ],
- "properties": {
- "description": "description",
- "footprint_filters": "footprint_filters",
- "keywords": "keywords",
- "exclude_from_bom": "exclude_from_bom",
- "exclude_from_board": "exclude_from_board"
- }
- }
- ]
- }
|