From 694d1028be0d933eddbe008a821c4e3b8b8c143b Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Sun, 10 Dec 2023 20:52:27 -0400
Subject: [PATCH] add some LCSC values

---
 automotive-transceiver.kicad_pcb | 3 ++-
 automotive-transceiver.kicad_sch | 2 +-
 gps.kicad_sch                    | 7 +++++--
 power.kicad_sch                  | 3 +++
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/automotive-transceiver.kicad_pcb b/automotive-transceiver.kicad_pcb
index 795168f..dad0460 100644
--- a/automotive-transceiver.kicad_pcb
+++ b/automotive-transceiver.kicad_pcb
@@ -304,6 +304,7 @@
     (at 129 90.58 180)
     (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
     (tags "Through hole pin header THT 1x04 2.54mm single row")
+    (property "LCSC" "C2905435")
     (property "Sheetfile" "gps.kicad_sch")
     (property "Sheetname" "GPS")
     (property "ki_description" "Generic connector, single row, 01x04, script generated")
@@ -314,7 +315,7 @@
         (effects (font (size 1 1) (thickness 0.15)))
       (tstamp 9662806f-be58-4af6-a0cc-55ee10de9889)
     )
-    (fp_text value "Conn_01x04_Pin" (at 0 9.95) (layer "F.Fab")
+    (fp_text value "~" (at 0 9.95) (layer "F.Fab")
         (effects (font (size 1 1) (thickness 0.15)))
       (tstamp 82398b26-e2b9-4fa8-be3d-1b3b10bad1a0)
     )
diff --git a/automotive-transceiver.kicad_sch b/automotive-transceiver.kicad_sch
index 4057cd0..c6ca84c 100644
--- a/automotive-transceiver.kicad_sch
+++ b/automotive-transceiver.kicad_sch
@@ -4946,7 +4946,7 @@
     (property "Reference" "U4" (at 206.6641 117.7757 0)
       (effects (font (size 1.27 1.27)) (justify left))
     )
-    (property "Value" "SP3485CN" (at 206.6641 120.1999 0)
+    (property "Value" "SP3485CN DNP" (at 206.6641 120.1999 0)
       (effects (font (size 1.27 1.27)) (justify left))
     )
     (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 231.14 138.43 0)
diff --git a/gps.kicad_sch b/gps.kicad_sch
index baef90a..e9867d1 100644
--- a/gps.kicad_sch
+++ b/gps.kicad_sch
@@ -525,10 +525,10 @@
   (symbol (lib_id "Connector:Conn_01x04_Pin") (at 135.89 40.64 180) (unit 1)
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
     (uuid 01506a36-aa4e-4e26-baf3-ecabc7e8d3aa)
-    (property "Reference" "J6" (at 136.6012 38.1579 0)
+    (property "Reference" "J6" (at 136.6012 39.37 0)
       (effects (font (size 1.27 1.27)) (justify right))
     )
-    (property "Value" "Conn_01x04_Pin" (at 136.6012 40.5821 0)
+    (property "Value" "~" (at 136.6012 40.5821 0)
       (effects (font (size 1.27 1.27)) (justify right))
     )
     (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (at 135.89 40.64 0)
@@ -537,6 +537,9 @@
     (property "Datasheet" "~" (at 135.89 40.64 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C2905435" (at 135.89 40.64 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 322c2797-5457-4e34-8e92-3aad73fd6ff5))
     (pin "2" (uuid 516e8f44-3a05-4a04-b96b-92cf76efdbb0))
     (pin "3" (uuid 3dcd392c-2622-413f-ae88-1a567a16a777))
diff --git a/power.kicad_sch b/power.kicad_sch
index 1fb71a7..a99dc54 100644
--- a/power.kicad_sch
+++ b/power.kicad_sch
@@ -1597,6 +1597,9 @@
     (property "Datasheet" "~" (at 49.53 96.52 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C2927393" (at 49.53 96.52 90)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid bf0b1c3f-c80f-4cc6-8d34-e3d76ee7b120))
     (pin "2" (uuid 17dd270f-eb39-47e4-af06-30f6abbb3b56))
     (instances
-- 
GitLab