From 3228459faf716d3b339fdaa00c2c95e88c92aa96 Mon Sep 17 00:00:00 2001
From: Benjamin Koch <bbbsnowball@gmail.com>
Date: Sun, 23 Apr 2023 00:39:42 +0200
Subject: [PATCH] add LCSC part numbers for all parts, fix package of 1uF
 capacitor on DCDC board

The JLC BOM tool sometimes doesn't choose the right part, e.g. extended
instead of basic or even the wrong one.
---
 c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_pcb |  4 +-
 c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_sch |  8 +-
 c3pb-heizung/c3pb-heizung.kicad_pcb           | 63 ++++++++++++++-
 c3pb-heizung/c3pb-heizung.kicad_sch           | 77 ++++++++++++++++++-
 c3pb-heizung/heaters.kicad_sch                | 45 +++++++++++
 c3pb-heizung/power.kicad_sch                  |  4 +-
 c3pb-heizung/protection.kicad_sch             | 45 +++++++++++
 7 files changed, 237 insertions(+), 9 deletions(-)

diff --git a/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_pcb b/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_pcb
index dcabfcb..919bc52 100644
--- a/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_pcb
+++ b/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_pcb
@@ -448,6 +448,7 @@
     (at 158.6992 95.8088)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25790")
     (property "Sheetfile" "c3pb-heizung-dcdc.kicad_sch")
     (property "Sheetname" "")
     (path "/19701675-d140-4096-8504-0c6bcaf382b0")
@@ -490,6 +491,7 @@
     (at 160.7312 97.0788)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C174268")
     (property "Sheetfile" "c3pb-heizung-dcdc.kicad_sch")
     (property "Sheetname" "")
     (path "/98d60772-e73d-4414-a50c-b1f454566aca")
@@ -625,7 +627,7 @@
     (at 158.75 86.614 180)
     (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
-    (property "LCSC" "C1848")
+    (property "LCSC" "C15849")
     (property "Sheetfile" "c3pb-heizung-dcdc.kicad_sch")
     (property "Sheetname" "")
     (path "/e704a94e-041a-4500-8637-7fefdd3cf3bb")
diff --git a/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_sch b/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_sch
index f4553fa..f7b6d18 100644
--- a/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_sch
+++ b/c3pb-heizung-dcdc/c3pb-heizung-dcdc.kicad_sch
@@ -888,6 +888,9 @@
     (property "Datasheet" "~" (id 3) (at 99.06 90.17 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25790" (id 4) (at 99.06 90.17 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 8379533e-3a8c-4491-ba2c-3012147ea3a1))
     (pin "2" (uuid 5ed8d2bb-4b0a-4510-a4b2-9d58e234b1d0))
   )
@@ -1175,6 +1178,9 @@
     (property "Datasheet" "~" (id 3) (at 142.24 83.82 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C174268" (id 4) (at 142.24 83.82 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 50add305-7174-4317-8096-4b0a8fce825f))
     (pin "2" (uuid c17f471a-b8cd-426e-a6a1-26da266f9ef5))
   )
@@ -1314,7 +1320,7 @@
     (property "Datasheet" "~" (id 3) (at 167.64 83.82 0)
       (effects (font (size 1.27 1.27)) hide)
     )
-    (property "LCSC" "C1848" (id 4) (at 167.64 83.82 0)
+    (property "LCSC" "C15849" (id 4) (at 167.64 83.82 0)
       (effects (font (size 1.27 1.27)) hide)
     )
     (pin "1" (uuid fcdf1acd-dade-4c2a-9785-f3c68ee830b9))
diff --git a/c3pb-heizung/c3pb-heizung.kicad_pcb b/c3pb-heizung/c3pb-heizung.kicad_pcb
index 13feb1e..f025d96 100644
--- a/c3pb-heizung/c3pb-heizung.kicad_pcb
+++ b/c3pb-heizung/c3pb-heizung.kicad_pcb
@@ -219,6 +219,7 @@
     (at 121.92 108.458 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/bbfced13-d1c7-4d75-95ef-7658bc62fab0")
@@ -304,6 +305,7 @@
     (at 124.968 83.82 90)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1555")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/ce48aa05-cbeb-484f-a504-2f9086e88af8")
@@ -509,6 +511,7 @@
     (at 177.8 85.725)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/e36fc845-9c8d-4988-b920-817ef4ea922c")
@@ -714,6 +717,7 @@
     (at 154.178 73.66 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/3442c1fd-77da-4595-bf7b-d9ec44207ba5")
@@ -1161,7 +1165,7 @@
     (fp_arc (start 37.679439 33.04) (mid 36.300076 36.370077) (end 32.969999 37.74944) (layer "Dwgs.User") (width 0.05) (tstamp 7b955be2-ed47-477a-a3b9-3e75739028d1))
     (fp_arc (start -33.030001 39.04) (mid -37.272642 37.282641) (end -39.030001 33.04) (layer "Dwgs.User") (width 0.05) (tstamp 7c90f8f1-e958-41e7-a6cc-577edc42286b))
     (fp_arc (start 51.970014 -8.013787) (mid 51.67681 -7.307367) (end 50.969966 -7.015205) (layer "Dwgs.User") (width 0.05) (tstamp 7eaf185d-d1a0-4c91-be92-2757611adaaa))
-    (fp_arc (start -51.030032 9.484793) (mid -51.651086 9.268873) (end -52.00362 8.71385) (layer "Dwgs.User") (width 0.05) (tstamp 8210130c-f9c7-4b99-bdef-e1033593a138))
+    (fp_arc (start -51.030032 9.484793) (mid -51.651087 9.268873) (end -52.00362 8.71385) (layer "Dwgs.User") (width 0.05) (tstamp 8210130c-f9c7-4b99-bdef-e1033593a138))
     (fp_arc (start 36.469999 18.79) (mid 36.616446 18.436446) (end 36.969999 18.29) (layer "Dwgs.User") (width 0.05) (tstamp 838f6e4d-2e1d-4b97-80ca-3623b5293978))
     (fp_arc (start 49.471901 -9.303354) (mid 49.220962 -9.300837) (end 48.970011 -9.3) (layer "Dwgs.User") (width 0.05) (tstamp 89f80cd6-4d1f-4218-9d01-677e76e45042))
     (fp_arc (start 39.039809 33.04) (mid 37.262003 37.332003) (end 32.969999 39.10981) (layer "Dwgs.User") (width 0.05) (tstamp 8c92fd0f-af0f-4be6-b126-c982c6b99bd1))
@@ -1546,6 +1550,7 @@
     (at 150.241 92.583 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/c5c006d6-e67a-4c7b-b744-7db9da4c629c")
@@ -1633,6 +1638,7 @@
     (at 138.811 86.36 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/e6c80ec7-c0d7-4f7d-9b29-f624b74dc15e")
@@ -1675,6 +1681,7 @@
     (at 137.668 86.36 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/6589e3c9-deb6-4d82-80a8-9f02f80d395a")
@@ -1851,6 +1858,7 @@
     (at 125.73 105.41)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/c7aeddf0-47a8-48bc-8bd0-b876c73efad9")
@@ -2343,6 +2351,7 @@
     (at 162.814 76.708 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/258ce5a0-55b0-4933-a246-687466b87694")
@@ -2458,6 +2467,7 @@
     (at 186.436 68.58)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/efa043ce-62c3-4961-90b1-10a0f8075343")
@@ -2500,6 +2510,7 @@
     (at 184.404 70.102 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/639a7571-afbc-40d0-8dcf-8208c07815fb")
@@ -2841,6 +2852,7 @@
     (at 176.022 96.266 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/088ec8c7-6355-4ff2-ad44-5c3b728ce275")
@@ -2990,6 +3002,7 @@
     (at 125.73 104.394)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/0773f65a-a950-46f0-a83e-9e06f9bd57de")
@@ -3136,6 +3149,7 @@
     (at 125.73 106.426)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1523")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/6ef3acd4-b667-409a-a129-36db8736e64a")
@@ -3178,6 +3192,7 @@
     (at 134.874 77.978 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/3fbc04cb-467c-4d6b-be66-6d6cab20770e")
@@ -3306,6 +3321,7 @@
     (at 180.086 87.63)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/886eea5f-5928-4216-95ac-11a1f493a112")
@@ -3406,6 +3422,7 @@
     (at 135.128 86.36 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C149912")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/c8c3e971-8ff3-4150-8b7a-0caf23a4403d")
@@ -3491,6 +3508,7 @@
     (at 187.198 99.822 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/551f1c13-5f9b-4256-9925-7ea41ecb3d65")
@@ -3740,6 +3758,7 @@
     (at 180.086 85.725)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/ea0ae806-7fc8-4832-893d-a05d3c8b7e36")
@@ -3830,6 +3849,7 @@
     (at 147.318 84.328 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/29c782c4-abcc-4118-856a-2a4d286277be")
@@ -3872,6 +3892,7 @@
     (at 176.022 100.33 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/12527c1e-2dec-426c-941e-b8c41b674592")
@@ -4059,6 +4080,7 @@
     (at 140.843 90.17)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25741")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/760bf53b-08d7-4dc3-ada5-ebb904bf62e8")
@@ -4529,6 +4551,7 @@
     (at 151.765 85.852 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/be25b003-b3fe-4303-a615-34402f117356")
@@ -4621,6 +4644,7 @@
     (at 126.238 86.36 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C149912")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/ade1c9e1-e4a1-4ad5-a4c8-e525f7b57bfb")
@@ -4815,6 +4839,7 @@
     (at 120.904 108.458 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/2a2c21c2-25ce-49a3-9797-c4ea5510a46c")
@@ -4857,6 +4882,7 @@
     (at 124.968 86.36 -90)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1537")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/c0eefa1f-6d57-4078-84ff-7fa4f35b4049")
@@ -4986,6 +5012,7 @@
     (at 136.398 86.36 -90)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1537")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/20d9412d-86dd-4212-86d7-1187cd68ed5f")
@@ -5129,6 +5156,7 @@
     (at 176.022 93.98 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/9a155b45-3f78-4aac-b114-451092dd4745")
@@ -5494,6 +5522,7 @@
     (at 125.73 107.442 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/6834409c-1f5d-4204-9576-3af1cf786627")
@@ -5536,6 +5565,7 @@
     (at 180.086 89.027)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/796a0981-6995-4441-8067-59c86192fae3")
@@ -5621,7 +5651,7 @@
     (at 158.75 110.998)
     (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
-    (property "DNP" "PCBA")
+    (property "DNP" "1")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/c5140681-79fb-4d07-9f47-e56c2d69916e")
@@ -5750,6 +5780,7 @@
     (at 147.32 85.471 180)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1523")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/98377829-8ec4-4a30-8ad3-72c635a5537e")
@@ -5792,6 +5823,7 @@
     (at 135.128 83.82 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C149912")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/0ee01960-64c9-44a9-845a-056c33000c5c")
@@ -5834,6 +5866,7 @@
     (at 152.781 85.852 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/962587dd-ea86-4661-8e3a-176918db2e28")
@@ -5919,6 +5952,7 @@
     (at 123.698 86.36 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/4b72cc4e-9179-4c12-9fc4-9e0a02ec3d8f")
@@ -6113,6 +6147,7 @@
     (at 126.238 83.82 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C149912")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/9a1c1cbf-6765-45df-a37a-02540dbf6116")
@@ -6250,7 +6285,7 @@
     (at 148.082 89.154 90)
     (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
-    (property "LCSC" "")
+    (property "LCSC" "C22975")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/d45d4dc5-5836-430a-be2a-6e2d1c565ab7")
@@ -6357,6 +6392,7 @@
     (at 163.322 89.408 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/5f1345c8-986e-4680-9a9b-a1307966cc9d")
@@ -6457,6 +6493,7 @@
     (at 185.42 111.76 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/19872fe2-3ebc-4bbd-a4ec-9b8910effe08")
@@ -6688,7 +6725,7 @@
       (net 10 "+5V") (pinfunction "VIN/EN") (pintype "input") (tstamp 13cfb5d2-0498-45e0-b53e-823eac145ebf))
     (pad "4" smd roundrect (at 1.1375 0.95 90) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 6baabc67-6ff9-485b-9dea-922ad29eaac5))
     (pad "5" smd roundrect (at 1.1375 -0.95 90) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
-      (net 25 "+3.3V") (pinfunction "VOUT") (pintype "passive") (tstamp cee1da60-6f42-4501-aebf-fc2592e0834c))
+      (net 25 "+3.3V") (pinfunction "VOUT") (pintype "power_out") (tstamp cee1da60-6f42-4501-aebf-fc2592e0834c))
     (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl"
       (offset (xyz 0 0 0))
       (scale (xyz 1 1 1))
@@ -6701,6 +6738,7 @@
     (at 132.588 76.708 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/00adad79-5b67-4083-9024-2bf9a6e5ef17")
@@ -6743,6 +6781,7 @@
     (at 132.588 77.978 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/e2641987-b1c7-4a4c-9c02-d1b41ed1de53")
@@ -6785,6 +6824,7 @@
     (at 184.404 111.76 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/25120922-74fa-41bd-8cc5-f308ef923fb6")
@@ -6827,6 +6867,7 @@
     (at 141.224 108.712)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/fd046827-831a-49e0-83f3-c178fb9e781a")
@@ -7460,6 +7501,7 @@
     (at 177.8 87.63)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/21247cb0-389e-4b6e-b955-1d929a61cc75")
@@ -7579,6 +7621,7 @@
     (at 186.436 69.596)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/28b3bf66-87bc-4bda-afd1-10af2a12a550")
@@ -7621,6 +7664,7 @@
     (at 128.016 88.773 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/27c41285-5212-4fe7-99eb-33a476a8aca3")
@@ -7663,6 +7707,7 @@
     (at 118.872 102.362 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/057d17ff-f83a-4718-a78b-3b19782d854f")
@@ -7868,6 +7913,7 @@
     (at 125.73 112.268 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/6de1a74d-41c7-4e0a-8eed-aae4c55f2cb4")
@@ -7910,6 +7956,7 @@
     (at 176.022 98.298 -90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/d55c11a1-922b-4b9a-9353-4a5147043b3a")
@@ -7952,6 +7999,7 @@
     (at 160.782 76.454 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/51b9110c-d1aa-46cb-9eec-02635c24dcf8")
@@ -8141,6 +8189,7 @@
     (at 136.398 83.82 90)
     (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "capacitor")
+    (property "LCSC" "C1555")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/9bda76e2-7ac1-4900-ba0e-b6fd3b8a1215")
@@ -8183,6 +8232,7 @@
     (at 121.666 102.362 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25905")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/47975fc8-501f-4037-b35e-4fc28f9c2d66")
@@ -8225,6 +8275,7 @@
     (at 134.874 76.708 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C11702")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/e97dac04-5972-4d35-98f0-31642e19eb5e")
@@ -8267,6 +8318,7 @@
     (at 187.198 97.79 90)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25741")
     (property "Sheetfile" "c3pb-heizung.kicad_sch")
     (property "Sheetname" "")
     (path "/19c0571a-e2b3-4439-80e8-5360769bb045")
@@ -8366,6 +8418,7 @@
     (at 123.698 112.268 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C170280")
     (property "Sheetfile" "protection.kicad_sch")
     (property "Sheetname" "IO Protection")
     (path "/2f59c195-b3d3-4fd3-a2ef-b308811ae6e7/9c060eb0-b866-4f97-903a-3101cfc1f0b1")
@@ -8408,6 +8461,7 @@
     (at 146.939 108.712)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/c032fb2a-1849-4aa6-a626-2d4b780acb54")
@@ -8450,6 +8504,7 @@
     (at 143.254 108.712 180)
     (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
     (tags "resistor")
+    (property "LCSC" "C25744")
     (property "Sheetfile" "heaters.kicad_sch")
     (property "Sheetname" "Heaters")
     (path "/54f5266d-1777-4e02-bd31-ebf852aa6849/df86f4d1-5746-4d2c-a23c-fb642f9f2d40")
diff --git a/c3pb-heizung/c3pb-heizung.kicad_sch b/c3pb-heizung/c3pb-heizung.kicad_sch
index 0be9e90..06def57 100644
--- a/c3pb-heizung/c3pb-heizung.kicad_sch
+++ b/c3pb-heizung/c3pb-heizung.kicad_sch
@@ -4189,6 +4189,9 @@
     (property "Datasheet" "~" (id 3) (at 137.16 111.76 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 137.16 111.76 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 672b3a68-a298-4e4d-8687-4f06e42c40be))
     (pin "2" (uuid 8dd9f71f-8543-40b9-a004-48b186c20638))
   )
@@ -4272,6 +4275,9 @@
     (property "Datasheet" "~" (id 3) (at 148.59 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 148.59 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid b04f84d7-1105-4110-9d12-d5e14ae09dce))
     (pin "2" (uuid 51f8a950-f8c6-44bd-98cf-f4894ff9ab2c))
   )
@@ -4360,6 +4366,9 @@
     (property "Datasheet" "~" (id 3) (at 234.95 78.74 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 234.95 78.74 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 55e8e70a-ef9b-4ec3-9249-044bcfe90e21))
     (pin "2" (uuid 04e8c139-9020-4e67-98a6-b56ab7d09ab2))
   )
@@ -4453,6 +4462,9 @@
     (property "Datasheet" "~" (id 3) (at 269.24 33.02 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25741" (id 4) (at 269.24 33.02 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid d088b91e-aa92-4a0a-be7f-4417828645a1))
     (pin "2" (uuid 11cf8f8f-8012-45bc-8b1d-f118c788c48a))
   )
@@ -4731,6 +4743,9 @@
     (property "Datasheet" "~" (id 3) (at 27.94 44.45 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 27.94 44.45 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid c47b0392-32f3-47c5-b106-959e6c3b634d))
     (pin "2" (uuid 9eb10a42-4a0f-47e7-9fe5-6dc322b00337))
   )
@@ -4790,6 +4805,9 @@
     (property "Datasheet" "~" (id 3) (at 124.46 83.82 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 124.46 83.82 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 4e3feaf1-9f86-4ef4-9699-770af0b7850f))
     (pin "2" (uuid 8a87d93e-eb5b-4987-8fc9-ebc4af42ebad))
   )
@@ -4821,6 +4839,9 @@
     (property "Datasheet" "~" (id 3) (at 220.98 125.73 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 220.98 125.73 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid aba51227-f59d-4eda-b200-3cce4fa1bc01))
     (pin "2" (uuid 8b61fc01-c7b6-4b5b-bf39-74ae3d7f8786))
   )
@@ -4964,6 +4985,9 @@
     (property "Datasheet" "~" (id 3) (at 54.61 119.38 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 54.61 119.38 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid d9558dce-4438-443f-90f6-688533ee8a34))
     (pin "2" (uuid 1ba2fcaa-9796-4fa6-9502-c20b7bef76da))
   )
@@ -5011,6 +5035,9 @@
     (property "Datasheet" "~" (id 3) (at 137.16 116.84 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 137.16 116.84 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 27afd172-430a-4cb1-bcc9-5fb2ced9edcb))
     (pin "2" (uuid 5b63644d-f589-496c-8f6e-0afd9e0ad081))
   )
@@ -5231,6 +5258,9 @@
     (property "Datasheet" "~" (id 3) (at 130.81 86.36 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 130.81 86.36 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid f2839b34-9e94-4a35-bd52-3203590fc8b0))
     (pin "2" (uuid 2694203c-0ef1-4ed9-bd66-a81247b4f489))
   )
@@ -5280,6 +5310,9 @@
     (property "Datasheet" "~" (id 3) (at 259.08 33.02 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 259.08 33.02 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid e6bc9ae1-1d90-4c82-9b77-ac8f5d3c3c47))
     (pin "2" (uuid 1dc5b7ba-e1c2-4334-b834-b2f32314b5ae))
   )
@@ -5421,6 +5454,9 @@
     (property "Datasheet" "~" (id 3) (at 38.1 27.94 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 38.1 27.94 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 4fe43284-dd75-4bab-859c-2620d0385e30))
     (pin "2" (uuid 10e1c8e5-466e-4732-8c20-d14e54d01762))
   )
@@ -5480,6 +5516,9 @@
     (property "Datasheet" "~" (id 3) (at 173.99 142.24 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 173.99 142.24 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 5857a539-01a9-4038-a6d2-c64bd8450940))
     (pin "2" (uuid 57f1a251-2e9a-47b1-80d8-0cbc89d85087))
   )
@@ -5665,6 +5704,9 @@
     (property "Datasheet" "~" (id 3) (at 27.94 59.69 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 27.94 59.69 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 644f13bd-930a-4ab7-b428-17206748e1da))
     (pin "2" (uuid 87e16661-79a4-4698-8c9f-267935fe28e5))
   )
@@ -5869,6 +5911,9 @@
     (property "Datasheet" "~" (id 3) (at 27.94 64.77 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 27.94 64.77 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid c7718379-f1cf-4fe6-9faf-e64f2842d7d2))
     (pin "2" (uuid e063fb4a-3f8a-4709-b70a-8e313ffb19e3))
   )
@@ -6043,6 +6088,9 @@
     (property "Datasheet" "~" (id 3) (at 222.25 135.89 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 222.25 135.89 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid b812880b-1029-4a2a-85a3-4e29a4118282))
     (pin "2" (uuid 23706049-f452-4ebc-a761-942355238d69))
   )
@@ -6096,6 +6144,9 @@
     (property "Datasheet" "~" (id 3) (at 256.54 154.94 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 256.54 154.94 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid cecdd515-9178-4327-beda-5717a09c2a97))
     (pin "2" (uuid a4ec3d5c-0e63-4b35-ab8e-ba31e6e5b027))
   )
@@ -6537,6 +6588,9 @@
     (property "Datasheet" "~" (id 3) (at 217.17 133.35 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 217.17 133.35 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 16e64324-6b6a-45e2-9ec9-9f87a7a09212))
     (pin "2" (uuid 4f4d15b2-8762-4f86-b576-4c4bed1650dd))
   )
@@ -6710,6 +6764,9 @@
     (property "Datasheet" "~" (id 3) (at 167.64 74.93 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 167.64 74.93 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 69e3d0ce-bbd7-4a14-b703-f447068d2b2b))
     (pin "2" (uuid bfd7ccfa-36d8-4cf1-9dc8-7f1f3c6b4c96))
   )
@@ -6919,7 +6976,7 @@
     (property "Datasheet" "~" (id 3) (at 196.85 77.47 0)
       (effects (font (size 1.27 1.27)) hide)
     )
-    (property "LCSC" "" (id 4) (at 196.85 77.47 90)
+    (property "LCSC" "C22975" (id 4) (at 196.85 77.47 90)
       (effects (font (size 1.27 1.27)) hide)
     )
     (pin "1" (uuid 81fcf8a5-3daf-428e-8508-023bad33c5b1))
@@ -6959,6 +7016,9 @@
     (property "Datasheet" "~" (id 3) (at 143.51 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 143.51 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid a1f43802-bb02-4196-a046-3c2fe72192f8))
     (pin "2" (uuid f741b9c8-cfd0-4934-af8f-5667ba1c014e))
   )
@@ -7136,6 +7196,9 @@
     (property "Datasheet" "~" (id 3) (at 148.59 119.38 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 148.59 119.38 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid ac9130cc-ffab-4683-9027-c9f9114e7f69))
     (pin "2" (uuid d41124de-a86e-42bc-8244-3ef85c245435))
   )
@@ -7185,6 +7248,9 @@
     (property "Datasheet" "~" (id 3) (at 27.94 54.61 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 27.94 54.61 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 3c6730c6-2e89-49fd-96fa-e0b5d9cec6b5))
     (pin "2" (uuid 5ee77f93-5a07-4447-b7fc-9d8cee2c8e81))
   )
@@ -7268,6 +7334,9 @@
     (property "Datasheet" "~" (id 3) (at 143.51 114.3 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 143.51 114.3 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid ef1562ca-2e82-4762-a5e0-9df019ff61b3))
     (pin "2" (uuid ee0b20e1-df50-4a9a-991c-fca3951ff1b2))
   )
@@ -7299,6 +7368,9 @@
     (property "Datasheet" "~" (id 3) (at 27.94 49.53 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 27.94 49.53 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid b587803c-82ba-4a30-b5ec-d037fa103bba))
     (pin "2" (uuid ff963c55-31c2-43dd-982b-fa7c964db54c))
   )
@@ -7402,6 +7474,9 @@
     (property "Datasheet" "~" (id 3) (at 173.99 152.4 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 173.99 152.4 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 547d68a4-3b10-494e-a2a4-81c16683c5c1))
     (pin "2" (uuid fab3609d-2bd1-49d6-a316-db69aa463415))
   )
diff --git a/c3pb-heizung/heaters.kicad_sch b/c3pb-heizung/heaters.kicad_sch
index 7ce7fee..0fff4e6 100644
--- a/c3pb-heizung/heaters.kicad_sch
+++ b/c3pb-heizung/heaters.kicad_sch
@@ -1545,6 +1545,9 @@
     (property "Datasheet" "~" (id 3) (at 144.78 77.47 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C149912" (id 4) (at 144.78 77.47 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 6b369075-cacf-427f-85e2-164a66bd5dd9))
     (pin "2" (uuid d94da512-ad70-495e-825b-0012bc63edbf))
   )
@@ -1624,6 +1627,9 @@
     (property "Datasheet" "~" (id 3) (at 125.73 74.93 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1537" (id 4) (at 125.73 74.93 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 55535125-8216-4b04-adbf-bca5cbde4ab8))
     (pin "2" (uuid 8acea838-ea75-47f1-bfd7-37a381dbfc59))
   )
@@ -1639,6 +1645,9 @@
     (property "Datasheet" "~" (id 3) (at 113.03 121.92 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 113.03 121.92 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 32a73e59-4fb2-4b38-b772-7f0be360f6af))
     (pin "2" (uuid 45aa4ff1-2fa1-4194-ab7f-03db252f0607))
   )
@@ -1818,6 +1827,9 @@
     (property "Datasheet" "~" (id 3) (at 132.08 146.05 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 132.08 146.05 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid a5c11376-1e86-40be-93c1-2ab0455bc9f4))
     (pin "2" (uuid 42b1baa6-a666-4be8-84d6-8ad148ad7587))
   )
@@ -1911,6 +1923,9 @@
     (property "Datasheet" "~" (id 3) (at 130.81 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 130.81 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid f8ba7db1-1255-43d6-92be-7b32d3c9c5e9))
     (pin "2" (uuid 698705c3-60a2-4562-9261-2fe81ba3ca19))
   )
@@ -2075,6 +2090,9 @@
     (property "Datasheet" "~" (id 3) (at 146.05 135.89 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C149912" (id 4) (at 146.05 135.89 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid da1351a7-9358-4b49-925a-0640a14d1813))
     (pin "2" (uuid 33118e66-6a5c-43b0-a16b-8f12151763b8))
   )
@@ -2108,6 +2126,9 @@
     (property "Datasheet" "~" (id 3) (at 144.78 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1555" (id 4) (at 144.78 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid be5b6d93-d363-4ce1-9c76-dd3871011bdd))
     (pin "2" (uuid 298b688f-d479-4834-aba0-70b6be03087f))
   )
@@ -2145,6 +2166,9 @@
     (property "Datasheet" "~" (id 3) (at 118.11 133.35 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C149912" (id 4) (at 118.11 133.35 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid ab8d883e-a99c-4676-b3db-3a85a1e5422a))
     (pin "2" (uuid 293aaa73-188f-401b-93d0-d6865d63fcba))
   )
@@ -2203,6 +2227,9 @@
     (property "Datasheet" "~" (id 3) (at 38.1 68.58 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 38.1 68.58 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 68e8f520-fe36-412c-8be3-f7c2f31affff))
     (pin "2" (uuid 39721270-1e3e-47bd-9129-4298f70eb785))
   )
@@ -2222,6 +2249,9 @@
     (property "Datasheet" "~" (id 3) (at 127 133.35 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1537" (id 4) (at 127 133.35 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 54950e5c-47aa-46a7-9e26-7a1bf624ed5c))
     (pin "2" (uuid ab6efe12-54e9-4804-ab99-6d7665c189cd))
   )
@@ -2241,6 +2271,9 @@
     (property "Datasheet" "~" (id 3) (at 116.84 74.93 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C149912" (id 4) (at 116.84 74.93 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 4faa6952-2482-4f4f-9dda-406515af2cc2))
     (pin "2" (uuid f1af0296-41e6-4ba5-9d0e-c1589eb5c9e3))
   )
@@ -2298,6 +2331,9 @@
     (property "Datasheet" "~" (id 3) (at 146.05 146.05 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1555" (id 4) (at 146.05 146.05 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 42ae44cc-727e-465d-8abe-ac44e392116d))
     (pin "2" (uuid e316c483-5f22-4b4a-bd21-518dc802715f))
   )
@@ -2354,6 +2390,9 @@
     (property "Datasheet" "~" (id 3) (at 74.93 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 74.93 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 78139838-e8a3-4d88-b2f6-129d8db49241))
     (pin "2" (uuid 71ef548a-e467-4b0d-8c00-01c799ac83aa))
   )
@@ -2421,6 +2460,9 @@
     (property "Datasheet" "~" (id 3) (at 111.76 63.5 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C11702" (id 4) (at 111.76 63.5 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 95a61938-1878-4290-9818-ca4ae596a5ca))
     (pin "2" (uuid cb14d8d7-b3be-4de0-8d59-d89813785862))
   )
@@ -2529,6 +2571,9 @@
     (property "Datasheet" "~" (id 3) (at 38.1 127 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 38.1 127 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 8461f12b-72e3-4fe6-9f64-9299abb85db7))
     (pin "2" (uuid 9df67503-6c87-4418-b527-1b217bd0566b))
   )
diff --git a/c3pb-heizung/power.kicad_sch b/c3pb-heizung/power.kicad_sch
index fda6358..9d24b66 100644
--- a/c3pb-heizung/power.kicad_sch
+++ b/c3pb-heizung/power.kicad_sch
@@ -2296,8 +2296,8 @@
     (pin "1" (uuid 65ef3c57-636e-4c96-b6d2-2061f20637c5))
     (pin "2" (uuid 1aff68c1-fd69-4dc2-8352-f9bdfd856403))
     (pin "3" (uuid a980ad92-36da-4774-962b-1789cf9d3f4d))
-    (pin "5" (uuid 7c5428af-ba6a-4a8a-9be2-8262cdd251d7))
-    (pin "5" (uuid 7c5428af-ba6a-4a8a-9be2-8262cdd251d7))
+    (pin "5" (uuid 7c5428af-ba6a-4a8a-9be2-8262cdd251d8))
+    (pin "5" (uuid 7c5428af-ba6a-4a8a-9be2-8262cdd251d8))
   )
 
   (symbol (lib_id "Mechanical:MountingHole_Pad") (at 189.23 132.08 0) (unit 1)
diff --git a/c3pb-heizung/protection.kicad_sch b/c3pb-heizung/protection.kicad_sch
index 354ea08..5f7e269 100644
--- a/c3pb-heizung/protection.kicad_sch
+++ b/c3pb-heizung/protection.kicad_sch
@@ -2961,6 +2961,9 @@
     (property "Datasheet" "~" (id 3) (at 156.21 166.37 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 156.21 166.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 497cce40-7472-4dfe-923d-16ceb41b8d28))
     (pin "2" (uuid ac4efe87-4e03-4dc8-8fcb-940684d04540))
   )
@@ -3020,6 +3023,9 @@
     (property "Datasheet" "~" (id 3) (at 30.48 107.95 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 30.48 107.95 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 5f3b1700-19ca-4c9b-9041-120a000c32bc))
     (pin "2" (uuid 53bb7cfd-81d8-457c-9a9e-822e3419aeef))
   )
@@ -3105,6 +3111,9 @@
     (property "Datasheet" "~" (id 3) (at 120.65 110.49 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 120.65 110.49 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 865ec1ec-6e2c-4f3e-88d5-825a5d7142e1))
     (pin "2" (uuid b4603d77-1738-4495-a5a7-d8a116897fd2))
   )
@@ -3170,6 +3179,9 @@
     (property "Datasheet" "~" (id 3) (at 179.07 115.57 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 179.07 115.57 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid f1d1971a-a4c4-412f-91dd-fba420c6bbd0))
     (pin "2" (uuid 1956c7ee-07c1-472f-8c27-1880599b3084))
   )
@@ -3207,6 +3219,9 @@
     (property "Datasheet" "~" (id 3) (at 30.48 139.7 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 30.48 139.7 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid b4f249c8-b681-4e17-9c19-1dbb5f2c7001))
     (pin "2" (uuid 0e0bf513-74d1-4234-8fef-a47e6709c3ad))
   )
@@ -3226,6 +3241,9 @@
     (property "Datasheet" "~" (id 3) (at 105.41 166.37 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 105.41 166.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid b6774ea8-2cbc-4861-b110-c866b53b8eb4))
     (pin "2" (uuid 12ed7268-ec72-4745-aefa-0cc9930c05f2))
   )
@@ -3341,6 +3359,9 @@
     (property "Datasheet" "~" (id 3) (at 151.13 166.37 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 151.13 166.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 81fa4ecd-c675-40d9-aadb-cf2ff2aa59a2))
     (pin "2" (uuid 27927707-be8e-42d8-8d63-9bf68d7db8d5))
   )
@@ -3448,6 +3469,9 @@
     (property "Datasheet" "~" (id 3) (at 30.48 87.63 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25744" (id 4) (at 30.48 87.63 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 00a4319b-2fbc-4a36-b358-0862d4b07992))
     (pin "2" (uuid f8c5fd85-9bd9-48a9-9777-21765f37116c))
   )
@@ -3497,6 +3521,9 @@
     (property "Datasheet" "~" (id 3) (at 99.06 171.45 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 99.06 171.45 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid d8d39a62-4048-4afa-96c9-b7186ddcee31))
     (pin "2" (uuid b98a776d-7665-40d0-a147-0ba0b7404c84))
   )
@@ -3516,6 +3543,9 @@
     (property "Datasheet" "~" (id 3) (at 39.37 107.95 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1523" (id 4) (at 39.37 107.95 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid fdffc5b1-707f-4907-bdad-7b83a07b961b))
     (pin "2" (uuid 3a890b27-05f2-4ba0-83f1-3b9fece0ef18))
   )
@@ -3587,6 +3617,9 @@
     (property "Datasheet" "~" (id 3) (at 30.48 129.54 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25741" (id 4) (at 30.48 129.54 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 32ad2cda-fd36-4b01-987c-a7f0060340f8))
     (pin "2" (uuid f1dc430e-4d12-4e90-a610-4785f1e7c743))
   )
@@ -3683,6 +3716,9 @@
     (property "Datasheet" "~" (id 3) (at 39.37 139.7 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C1523" (id 4) (at 39.37 139.7 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 596da67b-f10a-4aed-87a4-d608df874235))
     (pin "2" (uuid 08709d44-1ff4-427a-9893-020b3884144d))
   )
@@ -3698,6 +3734,9 @@
     (property "Datasheet" "~" (id 3) (at 99.06 180.34 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C170280" (id 4) (at 99.06 180.34 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 21d7ad6e-432b-4794-8cf8-5b440e84d932))
     (pin "2" (uuid d93e68a8-fe34-47a5-81e8-76129e28a111))
   )
@@ -3807,6 +3846,9 @@
     (property "Datasheet" "~" (id 3) (at 110.49 166.37 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 110.49 166.37 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 1808af0a-13d9-4bf3-aca2-604061a66aee))
     (pin "2" (uuid be0ea03b-4e0d-42d6-a35e-2c98e414f2ae))
   )
@@ -3950,6 +3992,9 @@
     (property "Datasheet" "~" (id 3) (at 30.48 97.79 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (property "LCSC" "C25905" (id 4) (at 30.48 97.79 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
     (pin "1" (uuid 17259a81-2047-4178-b36e-58e6bf012426))
     (pin "2" (uuid a5cf480c-7048-4da1-9485-f05b76b3bfd5))
   )
-- 
GitLab