Skip to content

Commit

Permalink
Set differantial pair gap, width for USB data, add netclasses to 3v3,…
Browse files Browse the repository at this point in the history
… USB_D*
  • Loading branch information
jcxldn committed Aug 9, 2023
1 parent 51d7fc0 commit 653728c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions genoswitch-rp2040/genoswitch-rp2040.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,16 @@
{
"bus_width": 12,
"clearance": 0.1524,
"diff_pair_gap": 0.25,
"diff_pair_gap": 0.1524,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"diff_pair_width": 0.8,
"line_style": 0,
"microvia_diameter": 0.508,
"microvia_drill": 0.254,
"name": "USB Data",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.8,
"track_width": 0.1524,
"via_diameter": 0.254,
"via_drill": 0.508,
"wire_width": 6
Expand All @@ -470,7 +470,16 @@
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
"netclass_patterns": [
{
"netclass": "USB Data",
"pattern": "/USB_D*"
},
{
"netclass": "Power (1A)",
"pattern": "+3V3"
}
]
},
"pcbnew": {
"last_paths": {
Expand Down

0 comments on commit 653728c

Please sign in to comment.