From a16de5152a7aa497af5f1d696f675d02c0251d87 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Fri, 8 Apr 2022 16:10:41 +0300
Subject: [PATCH] Fix Conn_RCA_Jack according to KLC

---
 fab.kicad_sym | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/fab.kicad_sym b/fab.kicad_sym
index 4a3352c..49c756a 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -2978,8 +2978,8 @@
     (property "Reference" "J" (id 0) (at 0 3.81 0)
       (effects (font (size 1.27 1.27)))
     )
-    (property "Value" "Conn_RCA_Jack" (id 1) (at 0.635 -3.175 0)
-      (effects (font (size 1.27 1.27)) (justify left))
+    (property "Value" "Conn_RCA_Jack" (id 1) (at 0 -3.81 0)
+      (effects (font (size 1.27 1.27)))
     )
     (property "Footprint" "fab:Conn_RCA_Jack_CUI_RCJ-011-SMT-TR" (id 2) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
@@ -2987,26 +2987,32 @@
     (property "Datasheet" "https://www.cuidevices.com/product/resource/rcj-01x-smt.pdf" (id 3) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
-    (property "ki_keywords" "RCA, jack, connector, barrel" (id 4) (at 0 0 0)
+    (property "ki_keywords" "RCA jack connector barrel" (id 4) (at 0 0 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "ki_description" "RCA jack barrel connector" (id 5) (at 0 0 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "ki_fp_filters" "*RCA*Jack*" (id 6) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
     (symbol "Conn_RCA_Jack_0_1"
-      (circle (center 0 0) (radius 0.635)
+      (circle (center 0 0) (radius 1.27)
         (stroke (width 0) (type default) (color 0 0 0 0))
         (fill (type none))
       )
-      (circle (center 0 0) (radius 1.905)
-        (stroke (width 0) (type default) (color 0 0 0 0))
-        (fill (type none))
+      (circle (center 0 0) (radius 2.54)
+        (stroke (width 0.254) (type default) (color 0 0 0 0))
+        (fill (type background))
       )
     )
     (symbol "Conn_RCA_Jack_1_1"
-      (pin passive line (at 0 -4.445 90) (length 2.54)
-        (name "GND" (effects (font (size 1.27 1.27))))
+      (pin passive line (at 5.08 0 180) (length 2.54)
+        (name "" (effects (font (size 1.27 1.27))))
         (number "1" (effects (font (size 1.27 1.27))))
       )
-      (pin passive line (at -5.715 0 0) (length 5.08)
-        (name "SIG" (effects (font (size 1.27 1.27))))
+      (pin passive line (at -5.08 0 0) (length 3.81)
+        (name "" (effects (font (size 1.27 1.27))))
         (number "2" (effects (font (size 1.27 1.27))))
       )
     )
-- 
GitLab