diff options
| author | xengineering <me@xengineering.eu> | 2025-02-15 13:26:08 +0100 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-02-15 14:03:18 +0100 | 
| commit | eab2bac5267657142a7ab78ebbf458cccc09ee1a (patch) | |
| tree | b779307127083b451a28e8ffe034f39d4d59e6ea /pcb/iot-contact.kicad_pro | |
| parent | 202839676977e4cbaadb23fb67ae13f7b250a47f (diff) | |
| download | iot-contact-eab2bac5267657142a7ab78ebbf458cccc09ee1a.tar iot-contact-eab2bac5267657142a7ab78ebbf458cccc09ee1a.tar.zst iot-contact-eab2bac5267657142a7ab78ebbf458cccc09ee1a.zip  | |
pcb: J1: Add JTAG connector
Diffstat (limited to 'pcb/iot-contact.kicad_pro')
| -rw-r--r-- | pcb/iot-contact.kicad_pro | 44 | 
1 files changed, 34 insertions, 10 deletions
diff --git a/pcb/iot-contact.kicad_pro b/pcb/iot-contact.kicad_pro index 5c30dce..cf89982 100644 --- a/pcb/iot-contact.kicad_pro +++ b/pcb/iot-contact.kicad_pro @@ -307,15 +307,15 @@            "show": true          },          { -          "group_by": true, -          "label": "Value", -          "name": "Value", +          "group_by": false, +          "label": "Description", +          "name": "Description",            "show": true          },          { -          "group_by": false, -          "label": "Datasheet", -          "name": "Datasheet", +          "group_by": true, +          "label": "Value", +          "name": "Value",            "show": true          },          { @@ -328,19 +328,43 @@            "group_by": false,            "label": "Qty",            "name": "${QUANTITY}", -          "show": true +          "show": false          },          {            "group_by": true,            "label": "DNP",            "name": "${DNP}", +          "show": false +        }, +        { +          "group_by": false, +          "label": "#", +          "name": "${ITEM_NUMBER}", +          "show": false +        }, +        { +          "group_by": false, +          "label": "Manufacturer", +          "name": "Manufacturer", +          "show": true +        }, +        { +          "group_by": false, +          "label": "MPN", +          "name": "MPN", +          "show": true +        }, +        { +          "group_by": false, +          "label": "Datasheet", +          "name": "Datasheet",            "show": true          }        ],        "filter_string": "", -      "group_symbols": true, -      "name": "Grouped By Value", -      "sort_asc": true, +      "group_symbols": false, +      "name": "", +      "sort_asc": false,        "sort_field": "Reference"      },      "connection_grid_size": 50.0,  | 
