From c9ba78d0c737689818439a9343d0367d551be2c4 Mon Sep 17 00:00:00 2001
From: Ricardo Marques <RicardoJCMarques@Gmail.com>
Date: Sun, 23 Feb 2025 16:25:00 +0000
Subject: [PATCH 1/2] Adding variable first creates relative paths for symbols
 and footprints

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 711aa43..1f0d5b7 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ This library includes all the electronics components listed in the official [Fab
 1. Clone or download this repository. You may rename the directory to `fab`.
 2. Store it in a safe place such as `~/kicad/libraries` or `C:/kicad/libraries`.
 3. Run KiCad or open a KiCad `.pro` file.
-4. Go to "Preferences / Manage Symbol Libraries" and add `fab.kicad_sym` as symbol library.
-5. Go to "Preferences / Manage Footprint Libraries" and add `fab.pretty` as footprint library.
-6. Go to "Preferences / Configure Paths" and add new environment variable "FAB" that points to location of the fab library on your drive, e.g. `~/kicad/libraries/fab`. This is needed for the 3D models to load correctly.
+4. Go to "Preferences / Configure Paths" and add new environment variable "FAB" that points to location of the fab library on your drive, e.g. `~/kicad/libraries/fab`. This is needed for the 3D models to load correctly.
+5. Go to "Preferences / Manage Symbol Libraries" and add `fab.kicad_sym` as symbol library.
+6. Go to "Preferences / Manage Footprint Libraries" and add `fab.pretty` as footprint library.
 
 ## Note on modules
 
-- 
GitLab


From c1950090d49e138cbfc923ca69b52b766fbe89af Mon Sep 17 00:00:00 2001
From: Ricardo Marques <RicardoJCMarques@Gmail.com>
Date: Sun, 23 Feb 2025 16:26:35 +0000
Subject: [PATCH 2/2] Fixed XIAO SAMD21 discription from rp2040 duplicate

---
 fab.kicad_sym | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fab.kicad_sym b/fab.kicad_sym
index d80dfb4..81e0ebf 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -31649,7 +31649,7 @@
 				(hide yes)
 			)
 		)
-		(property "Description" "RP2040 XIAO RP2040 - ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board"
+		(property "Description" "RP2040 XIAO RP2040 - ARM® Dual-Core Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board"
 			(at 0 0 0)
 			(effects
 				(font
@@ -32090,7 +32090,7 @@
 				(hide yes)
 			)
 		)
-		(property "Description" "RP2040 XIAO RP2040 - ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board"
+		(property "Description" "SAMD21 XIAO SAMD21 - ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board"
 			(at 0 0 0)
 			(effects
 				(font
-- 
GitLab