Skip to content

Commit

Permalink
kicad-v2: fix USB (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 15, 2024
1 parent 798b6af commit 75316a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kicad-v2/main.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@
(gr_text "ON" (at 51.9375 42.24 90) (layer "F.SilkS" knockout) (tstamp 20aa8175-efac-499d-b552-37637dfff6cd)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "D-" (at 111.87 48.895) (layer "F.SilkS") (tstamp 24fc4946-5485-46c5-9186-e717265d2788)
(gr_text "D+" (at 111.87 48.895) (layer "F.SilkS") (tstamp 24fc4946-5485-46c5-9186-e717265d2788)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(gr_text "RX" (at 77.47 49.53) (layer "F.SilkS") (tstamp 2a9bdc8b-6b9b-4b33-aa10-9a4795f6613b)
Expand Down Expand Up @@ -2781,7 +2781,7 @@
(gr_text "SCK" (at 116.84 64.77) (layer "F.SilkS") (tstamp 914b62c0-a361-4ac4-98ca-4e2be8122004)
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify right))
)
(gr_text "D+" (at 114.41 48.895) (layer "F.SilkS") (tstamp 965bef42-35ba-4ff6-853f-4f4c2d0f6a26)
(gr_text "D-" (at 114.41 48.895) (layer "F.SilkS") (tstamp 965bef42-35ba-4ff6-853f-4f4c2d0f6a26)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(gr_text "MOSI (SDA)" (at 116.84 67.31) (layer "F.SilkS") (tstamp 9f8024e0-0596-4289-b662-1db7a43501a3)
Expand All @@ -2790,7 +2790,7 @@
(gr_text "14" (at 95.25 41.91) (layer "F.SilkS") (tstamp a6bd7e52-7d1d-414d-bb54-5cf07f151751)
(effects (font (size 0.9 0.9) (thickness 0.15)))
)
(gr_text "+5V" (at 109.33 48.895) (layer "F.SilkS") (tstamp b7d5c5e7-11c8-4339-bc25-3bd3c0642adc)
(gr_text "+5V" (at 116.84 48.895) (layer "F.SilkS") (tstamp b7d5c5e7-11c8-4339-bc25-3bd3c0642adc)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(gr_text "21" (at 95.25 49.53) (layer "F.SilkS") (tstamp c3926b51-1f0f-4966-9b9c-4fe1844fdcfc)
Expand All @@ -2805,7 +2805,7 @@
(gr_text "3V3" (at 80.01 42.545) (layer "F.SilkS") (tstamp df63da56-2a5e-4e9e-baa1-6b6655f2b461)
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify bottom))
)
(gr_text "GND" (at 116.95 48.895) (layer "F.SilkS") (tstamp f27d123b-313c-412b-97ee-76668a8e6eb2)
(gr_text "GND" (at 109.22 48.895) (layer "F.SilkS") (tstamp f27d123b-313c-412b-97ee-76668a8e6eb2)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(gr_text "~{CS}" (at 116.84 74.93) (layer "F.SilkS") (tstamp f337ae74-2f9a-4597-93cc-0088dc685c83)
Expand Down
2 changes: 1 addition & 1 deletion kicad-v2/symbols/connector.kicad_sym
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
(property "Value" "" (at -1.27 7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at -1.27 7.62 0)
(property "Footprint" "Connectors:USB_2.0_PCB" (at -1.27 7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at -1.27 7.62 0)
Expand Down

0 comments on commit 75316a4

Please sign in to comment.