diff --git a/DB/altium_library/Tables/Components.sql b/DB/altium_library/Tables/Components.sql
deleted file mode 100644
index 21c0fa5b5..000000000
--- a/DB/altium_library/Tables/Components.sql
+++ /dev/null
@@ -1,351 +0,0 @@
-CREATE TABLE [dbo].[Components] (
-    [PartId]                          INT            IDENTITY (1, 1) NOT NULL,
-    [ComponentType]                   NVARCHAR (50)  NULL,
-    [ComponentSubType]                NVARCHAR (50)  NULL,
-    [Value]                           NVARCHAR (50)  NULL,
-    [Comment]                         VARCHAR (100)  NULL,
-    [MfrPartNo]                       NVARCHAR (50)  NOT NULL,
-    [Manufacturer]                    VARCHAR (100)  NULL,
-    [Description]                     VARCHAR (300)  NULL,
-    [Supplier1]                       NVARCHAR (50)  NULL,
-    [Supplier1PartNo]                 NVARCHAR (50)  NULL,
-    [FootprintRef]                    NVARCHAR (150) NOT NULL,
-    [FootprintPath]                   NVARCHAR (150) NOT NULL,
-    [SymbolRef]                       NVARCHAR (150) NOT NULL,
-    [SymbolPath]                      NVARCHAR (150) NOT NULL,
-    [ComponentLink1Description]       NVARCHAR (50)  NULL,
-    [ComponentLink1URL]               VARCHAR (500)  NULL,
-    [ComponentLink2Description]       NVARCHAR (50)  NULL,
-    [ComponentLink2URL]               VARCHAR (500)  NULL,
-    [ComponentLink3Description]       NVARCHAR (50)  NULL,
-    [ComponentLink3URL]               NVARCHAR (200) NULL,
-    [TemperatureRange]                NVARCHAR (50)  NULL,
-    [TemperatureCoefficient]          NVARCHAR (50)  NULL,
-    [Dielectric]                      NVARCHAR (50)  NULL,
-    [Tolerance]                       NVARCHAR (50)  NULL,
-    [PowerRating]                     NVARCHAR (50)  NULL,
-    [CurrentRating]                   NVARCHAR (50)  NULL,
-    [Voltage]                         NVARCHAR (50)  NULL,
-    [Frequency]                       NVARCHAR (50)  NULL,
-    [InsertionLoss]                   NVARCHAR (50)  NULL,
-    [Supplier2]                       NVARCHAR (50)  NULL,
-    [Supplier2PartNo]                 NVARCHAR (50)  NULL,
-    [FootprintRef2]                   NVARCHAR (150) NULL,
-    [FootprintPath2]                  NVARCHAR (150) NULL,
-    [FootprintRef3]                   NVARCHAR (150) NULL,
-    [FootprintPath3]                  NVARCHAR (150) NULL,
-    [Price]                           MONEY          NULL,
-    [Type]                            NVARCHAR (50)  NULL,
-    [DevicePackage]                   NVARCHAR (150) NULL,
-    [QatFrequency]                    NVARCHAR (50)  NULL,
-    [DCResistance]                    NVARCHAR (50)  NULL,
-    [Shielding]                       NVARCHAR (50)  NULL,
-    [ImpedanceAtFrequency]            NVARCHAR (50)  NULL,
-    [Colour]                          NVARCHAR (50)  NULL,
-    [Millicandela]                    NVARCHAR (50)  NULL,
-    [LensTransparency]                NVARCHAR (50)  NULL,
-    [VoltageForward]                  NVARCHAR (50)  NULL,
-    [CurrentTest]                     NVARCHAR (50)  NULL,
-    [ViewingAngle]                    NVARCHAR (50)  NULL,
-    [CurrentRectified]                NVARCHAR (50)  NULL,
-    [VoltageDcReverse]                NVARCHAR (50)  NULL,
-    [ReverseRecoveryTime]             NVARCHAR (50)  NULL,
-    [CurrentReverseLeakage]           NVARCHAR (50)  NULL,
-    [NumberOfTurns]                   NVARCHAR (50)  NULL,
-    [AdjustmentType]                  NVARCHAR (50)  NULL,
-    [RippleCurrent]                   NVARCHAR (50)  NULL,
-    [Impedance]                       NVARCHAR (50)  NULL,
-    [LifetimeAtTemp]                  NVARCHAR (50)  NULL,
-    [VoltageReverseStandoff]          NVARCHAR (50)  NULL,
-    [VoltageBreakdown]                NVARCHAR (50)  NULL,
-    [VoltageClamping]                 NVARCHAR (50)  NULL,
-    [CurrentPulsePeak]                NVARCHAR (50)  NULL,
-    [PowerPeakPulse]                  NVARCHAR (50)  NULL,
-    [CapacitanceAtFrequency]          NVARCHAR (50)  NULL,
-    [NumberOfPositions]               NVARCHAR (50)  NULL,
-    [PositionsPerLevel]               NVARCHAR (50)  NULL,
-    [NumberOfLevels]                  NVARCHAR (50)  NULL,
-    [Pitch]                           NVARCHAR (50)  NULL,
-    [Orientation]                     NVARCHAR (50)  NULL,
-    [Series]                          NVARCHAR (50)  NULL,
-    [FasteningType]                   NVARCHAR (50)  NULL,
-    [ContactFinish]                   NVARCHAR (50)  NULL,
-    [Attenuation]                     NVARCHAR (50)  NULL,
-    [NumberOfBits]                    NVARCHAR (50)  NULL,
-    [DataInterface]                   NVARCHAR (50)  NULL,
-    [NumberOfConverters]              NVARCHAR (50)  NULL,
-    [NumberOfOutputs]                 NVARCHAR (50)  NULL,
-    [CurrentSupply]                   NVARCHAR (50)  NULL,
-    [CurrentOutput]                   NVARCHAR (50)  NULL,
-    [FrequencyLower]                  NVARCHAR (50)  NULL,
-    [FrequencyUpper]                  NVARCHAR (50)  NULL,
-    [IsolationAtFrequency]            NVARCHAR (50)  NULL,
-    [InsertionLossAtFrequency]        NVARCHAR (50)  NULL,
-    [Circuit]                         NVARCHAR (50)  NULL,
-    [P1dB]                            NVARCHAR (50)  NULL,
-    [Topology]                        NVARCHAR (50)  NULL,
-    [IIP3]                            NVARCHAR (50)  NULL,
-    [InputRange]                      NVARCHAR (50)  NULL,
-    [Accuracy]                        NVARCHAR (50)  NULL,
-    [DisplayType]                     NVARCHAR (50)  NULL,
-    [DisplayMode]                     NVARCHAR (50)  NULL,
-    [Touchscreen]                     NVARCHAR (50)  NULL,
-    [ViewingArea]                     NVARCHAR (50)  NULL,
-    [Backlight]                       NVARCHAR (50)  NULL,
-    [DiagonalScreenSize]              NVARCHAR (50)  NULL,
-    [DotPixels]                       NVARCHAR (50)  NULL,
-    [GraphicsColour]                  NVARCHAR (50)  NULL,
-    [BackgroundColour]                NVARCHAR (50)  NULL,
-    [DotSize]                         NVARCHAR (50)  NULL,
-    [DotPitch]                        NVARCHAR (50)  NULL,
-    [SwitchFunction]                  NVARCHAR (50)  NULL,
-    [ContactRatingAtVoltage]          NVARCHAR (50)  NULL,
-    [ActuatorType]                    NVARCHAR (50)  NULL,
-    [ActuatorHeight]                  NVARCHAR (50)  NULL,
-    [ActuatorOrientation]             NVARCHAR (50)  NULL,
-    [Illumination]                    NVARCHAR (50)  NULL,
-    [IlluminationVoltage]             NVARCHAR (50)  NULL,
-    [IlluminationTypeColour]          NVARCHAR (50)  NULL,
-    [OperatingForce]                  NVARCHAR (50)  NULL,
-    [SwitchTravel]                    NVARCHAR (50)  NULL,
-    [MechanicalLife]                  NVARCHAR (50)  NULL,
-    [Speed]                           NVARCHAR (50)  NULL,
-    [MemoryType]                      NVARCHAR (50)  NULL,
-    [MemoryFormat]                    NVARCHAR (50)  NULL,
-    [MemorySize]                      NVARCHAR (50)  NULL,
-    [VoltageOutput]                   NVARCHAR (50)  NULL,
-    [VoltageDropout]                  NVARCHAR (50)  NULL,
-    [VoltageInput]                    NVARCHAR (50)  NULL,
-    [Features]                        VARCHAR (200)  NULL,
-    [DrainToSourceVoltage]            NVARCHAR (50)  NULL,
-    [RdsOnMax]                        NVARCHAR (50)  NULL,
-    [VgsthMax]                        NVARCHAR (50)  NULL,
-    [GateCharge]                      NVARCHAR (50)  NULL,
-    [InputCapacitance]                NVARCHAR (50)  NULL,
-    [PowerMax]                        NVARCHAR (50)  NULL,
-    [ThreadedUnthreaded]              NVARCHAR (50)  NULL,
-    [Gender]                          NVARCHAR (50)  NULL,
-    [ThreadSize]                      NVARCHAR (50)  NULL,
-    [DiameterInside]                  NVARCHAR (50)  NULL,
-    [DiameterOutside]                 NVARCHAR (50)  NULL,
-    [BetweenBoardHeight]              NVARCHAR (50)  NULL,
-    [LengthOverall]                   NVARCHAR (50)  NULL,
-    [Material]                        NVARCHAR (50)  NULL,
-    [Plating]                         NVARCHAR (50)  NULL,
-    [Shape]                           NVARCHAR (50)  NULL,
-    [NumberOfPorts]                   NVARCHAR (50)  NULL,
-    [Termination]                     NVARCHAR (50)  NULL,
-    [TabDirection]                    NVARCHAR (50)  NULL,
-    [SizeDimension]                   NVARCHAR (50)  NULL,
-    [Thickness]                       NVARCHAR (50)  NULL,
-    [Hardness]                        NVARCHAR (50)  NULL,
-    [MountingType]                    NVARCHAR (50)  NULL,
-    [LoadCapacitance]                 NVARCHAR (50)  NULL,
-    [ESR]                             NVARCHAR (50)  NULL,
-    [OperatingMode]                   NVARCHAR (50)  NULL,
-    [Capacitance]                     NVARCHAR (50)  NULL,
-    [FrequencyStability]              NVARCHAR (50)  NULL,
-    [Output]                          NVARCHAR (50)  NULL,
-    [InputType]                       NVARCHAR (50)  NULL,
-    [SamplingRate]                    NVARCHAR (50)  NULL,
-    [NumberOfInputs]                  NVARCHAR (50)  NULL,
-    [Configuration]                   NVARCHAR (50)  NULL,
-    [RatioSHADC]                      NVARCHAR (50)  NULL,
-    [NumberADConverters]              NVARCHAR (50)  NULL,
-    [Architecture]                    NVARCHAR (50)  NULL,
-    [ReferenceType]                   NVARCHAR (50)  NULL,
-    [SupplyVoltageAnalogue]           NVARCHAR (50)  NULL,
-    [OutputType]                      NVARCHAR (50)  NULL,
-    [Function]                        NVARCHAR (50)  NULL,
-    [CoreProcessor]                   NVARCHAR (50)  NULL,
-    [CoreSize]                        NVARCHAR (50)  NULL,
-    [Connectivity]                    NVARCHAR (200) NULL,
-    [Peripherals]                     NVARCHAR (200) NULL,
-    [NumberOfIO]                      NVARCHAR (50)  NULL,
-    [ProgramMemorySize]               NVARCHAR (50)  NULL,
-    [ProgramMemoryType]               NVARCHAR (50)  NULL,
-    [EepromSize]                      NVARCHAR (50)  NULL,
-    [RamSize]                         NVARCHAR (50)  NULL,
-    [DataConverters]                  NVARCHAR (50)  NULL,
-    [OscillatorType]                  NVARCHAR (50)  NULL,
-    [LedColour]                       NVARCHAR (50)  NULL,
-    [NumberOfRows]                    NVARCHAR (50)  NULL,
-    [IngressProtection]               NVARCHAR (50)  NULL,
-    [Protocol]                        NVARCHAR (50)  NULL,
-    [Standards]                       NVARCHAR (50)  NULL,
-    [ShellSize]                       NVARCHAR (50)  NULL,
-    [FlangeFeature]                   NVARCHAR (50)  NULL,
-    [ResponseTime]                    NVARCHAR (50)  NULL,
-    [HumidityRange]                   NVARCHAR (50)  NULL,
-    [ForMeasuring]                    NVARCHAR (50)  NULL,
-    [SensorType]                      NVARCHAR (50)  NULL,
-    [CurrentSensing]                  NVARCHAR (50)  NULL,
-    [Sensitivity]                     NVARCHAR (50)  NULL,
-    [Linearity]                       NVARCHAR (50)  NULL,
-    [Polarisation]                    NVARCHAR (50)  NULL,
-    [MotorTypeStepper]                NVARCHAR (50)  NULL,
-    [MotorTypeACDC]                   NVARCHAR (50)  NULL,
-    [OutputConfiguration]             NVARCHAR (50)  NULL,
-    [Interface]                       NVARCHAR (50)  NULL,
-    [Technology]                      NVARCHAR (50)  NULL,
-    [StepResolution]                  NVARCHAR (50)  NULL,
-    [BatteryChemistry]                NVARCHAR (50)  NULL,
-    [MaxOutputPower]                  NVARCHAR (50)  NULL,
-    [FeaturesLong]                    NVARCHAR (500) NULL,
-    [VoltageInputMin]                 NVARCHAR (50)  NULL,
-    [VoltageInputMax]                 NVARCHAR (50)  NULL,
-    [VoltageOutputMin]                NVARCHAR (50)  NULL,
-    [VoltageOutputMax]                NVARCHAR (50)  NULL,
-    [FrequencySwitching]              NVARCHAR (50)  NULL,
-    [SynchronousRectifier]            NVARCHAR (50)  NULL,
-    [CurrentSaturation]               NVARCHAR (50)  NULL,
-    [FrequencySelfResonant]           NVARCHAR (50)  NULL,
-    [VoltageIsolation]                NVARCHAR (50)  NULL,
-    [CurrentTransferRatioMin]         NVARCHAR (50)  NULL,
-    [CurrentTransferRatioMax]         NVARCHAR (50)  NULL,
-    [TurnOnOffTime]                   NVARCHAR (50)  NULL,
-    [VceSaturation]                   NVARCHAR (50)  NULL,
-    [CurrentDcForward]                NVARCHAR (50)  NULL,
-    [RiseFallTime]                    NVARCHAR (50)  NULL,
-    [NumberOfDriversReceivers]        NVARCHAR (50)  NULL,
-    [Duplex]                          NVARCHAR (50)  NULL,
-    [ReceiverHysteresis]              NVARCHAR (50)  NULL,
-    [DataRate]                        NVARCHAR (50)  NULL,
-    [OperatingPressure]               NVARCHAR (100) NULL,
-    [PortSize]                        NVARCHAR (50)  NULL,
-    [PortStyle]                       NVARCHAR (50)  NULL,
-    [MaximumPressure]                 NVARCHAR (50)  NULL,
-    [PressureType]                    NVARCHAR (50)  NULL,
-    [Bandwidth]                       NVARCHAR (50)  NULL,
-    [FilterType]                      NVARCHAR (50)  NULL,
-    [Ratings]                         NVARCHAR (50)  NULL,
-    [Applications]                    NVARCHAR (100) NULL,
-    [NoiseFigure]                     NVARCHAR (50)  NULL,
-    [TransistorType]                  NVARCHAR (50)  NULL,
-    [Gain]                            NVARCHAR (50)  NULL,
-    [DcCurrentGain]                   NVARCHAR (50)  NULL,
-    [CurrentCollector]                NVARCHAR (50)  NULL,
-    [PlugMatingPlugDiameter]          NVARCHAR (50)  NULL,
-    [InternalSwitches]                NVARCHAR (50)  NULL,
-    [LensStyleSize]                   NVARCHAR (50)  NULL,
-    [BatteryTypeFunction]             NVARCHAR (150) NULL,
-    [Style]                           NVARCHAR (50)  NULL,
-    [BatteryCellSize]                 NVARCHAR (50)  NULL,
-    [NumberOfCells]                   NVARCHAR (50)  NULL,
-    [BatterySeries]                   NVARCHAR (50)  NULL,
-    [TerminationStyle]                NVARCHAR (50)  NULL,
-    [SensingTemperatureLocal]         NVARCHAR (150) NULL,
-    [SensingTemperatureRemote]        NVARCHAR (50)  NULL,
-    [Resolution]                      NVARCHAR (50)  NULL,
-    [RfFamily]                        NVARCHAR (50)  NULL,
-    [Modulation]                      NVARCHAR (50)  NULL,
-    [AntennaType]                     NVARCHAR (50)  NULL,
-    [CurrentReceive]                  NVARCHAR (50)  NULL,
-    [CurrentTransmit]                 NVARCHAR (50)  NULL,
-    [IsolatedPower]                   NVARCHAR (50)  NULL,
-    [Inputs]                          NVARCHAR (50)  NULL,
-    [ChannelType]                     NVARCHAR (50)  NULL,
-    [CommonModeTransientImmunity]     NVARCHAR (50)  NULL,
-    [PropagationDelay]                NVARCHAR (50)  NULL,
-    [PulseWidthDistortion]            NVARCHAR (50)  NULL,
-    [CardType]                        NVARCHAR (50)  NULL,
-    [CardThickness]                   NVARCHAR (50)  NULL,
-    [NumberOfPositionsBayRow]         NVARCHAR (50)  NULL,
-    [GateType]                        NVARCHAR (50)  NULL,
-    [LogicVoltage]                    NVARCHAR (50)  NULL,
-    [HighSideVoltage]                 NVARCHAR (50)  NULL,
-    [UnidirectionalChannels]          NVARCHAR (50)  NULL,
-    [BidirectionalChannels]           NVARCHAR (50)  NULL,
-    [SwitchCircuit]                   VARCHAR (50)   NULL,
-    [MultiplexerDemultiplexerCircuit] VARCHAR (50)   NULL,
-    [ChannelToChannelMatching]        VARCHAR (50)   NULL,
-    [OnStateResistance]               VARCHAR (50)   NULL,
-    [VoltageSupplyDual]               VARCHAR (50)   NULL,
-    [SwitchTime]                      VARCHAR (50)   NULL,
-    [ChannelCapacitance]              VARCHAR (50)   NULL,
-    [ChannelLeakage]                  VARCHAR (50)   NULL,
-    [Crosstalk]                       VARCHAR (50)   NULL,
-    [Reset]                           VARCHAR (50)   NULL,
-    [ResetTimeout]                    VARCHAR (50)   NULL,
-    [VoltageThreshold]                VARCHAR (50)   NULL,
-    [ContactTermination]              VARCHAR (50)   NULL,
-    [ShieldTermination]               VARCHAR (50)   NULL,
-    [CableGroup]                      VARCHAR (50)   NULL,
-    [BodyMaterial]                    VARCHAR (50)   NULL,
-    [BodyFinish]                      VARCHAR (50)   NULL,
-    [CenterContactMaterial]           VARCHAR (50)   NULL,
-    [CenterContactPlating]            VARCHAR (50)   NULL,
-    [DielectricMaterial]              VARCHAR (50)   NULL,
-    [ResistanceAt25C]                 VARCHAR (50)   NULL,
-    [ResistanceTolerance]             VARCHAR (50)   NULL,
-    [BTolerance]                      VARCHAR (50)   NULL,
-    [B050]                            VARCHAR (50)   NULL,
-    [B2550]                           VARCHAR (50)   NULL,
-    [B2575]                           VARCHAR (50)   NULL,
-    [B2585]                           VARCHAR (50)   NULL,
-    [B25100]                          VARCHAR (50)   NULL,
-    [PartStatus]                      VARCHAR (200)  NULL,
-    [Axis]                            VARCHAR (50)   NULL,
-    [SensingRange]                    VARCHAR (50)   NULL,
-    [ActuatorLevel]                   VARCHAR (50)   NULL,
-    [HeightAboveBoard]                VARCHAR (50)   NULL,
-    [ElectricalLife]                  VARCHAR (50)   NULL,
-    [NumberOfWireEntries]             VARCHAR (50)   NULL,
-    [WireGauge]                       VARCHAR (50)   NULL,
-    [TopTermination]                  VARCHAR (50)   NULL,
-    [BottomTermination]               VARCHAR (50)   NULL,
-    [BarrierType]                     VARCHAR (50)   NULL,
-    [TerminalScrewMaterial]           VARCHAR (50)   NULL,
-    [TerminalScrewFinish]             VARCHAR (50)   NULL,
-    [Supplier3]                       VARCHAR (50)   NULL,
-    [Supplier3PartNo]                 VARCHAR (100)  NULL,
-    [Supplier4]                       VARCHAR (50)   NULL,
-    [Supplier4PartNo]                 VARCHAR (100)  NULL,
-    CONSTRAINT [PK_Components] PRIMARY KEY CLUSTERED ([PartId] ASC)
-);
-
-
-
-
-
-
-
-
-GO
-CREATE NONCLUSTERED INDEX [IX_ComponentType]
-    ON [dbo].[Components]([ComponentType] ASC);
-
-
-GO
-CREATE NONCLUSTERED INDEX [IX_ComponentSubType]
-    ON [dbo].[Components]([ComponentSubType] ASC);
-
-
-GO
-CREATE NONCLUSTERED INDEX [nci_wi_Components_D281E9EBCA3CD2D8D306]
-    ON [dbo].[Components]([ComponentType] ASC, [MfrPartNo] ASC, [ComponentSubType] ASC);
-
-
-GO
-CREATE NONCLUSTERED INDEX [nci_wi_Components_BCC39138A7C9CA8D2F45FD3BC6295576]
-    ON [dbo].[Components]([ComponentType] ASC, [FootprintRef3] ASC, [ComponentSubType] ASC)
-    INCLUDE([Comment], [ComponentLink1Description], [ComponentLink1URL], [ComponentLink2Description], [ComponentLink2URL], [ComponentLink3Description], [ComponentLink3URL], [CurrentRating], [DCResistance], [Description], [DevicePackage], [FootprintPath], [FootprintPath2], [FootprintPath3], [FootprintRef], [FootprintRef2], [Manufacturer], [MfrPartNo], [Price], [Supplier1], [Supplier1PartNo], [Supplier2], [Supplier2PartNo], [SymbolPath], [SymbolRef], [Type], [Value]);
-
-
-GO
-CREATE NONCLUSTERED INDEX [nci_wi_Components_9B73D0E768F07B3674AF39B80D1581A6]
-    ON [dbo].[Components]([ComponentType] ASC, [FootprintRef] ASC, [ComponentSubType] ASC)
-    INCLUDE([FootprintPath]);
-
-
-GO
-CREATE NONCLUSTERED INDEX [nci_wi_Components_8E0D0B4E158971F9D95DD487F774C8A8]
-    ON [dbo].[Components]([ComponentType] ASC, [FootprintRef2] ASC, [ComponentSubType] ASC)
-    INCLUDE([FootprintPath2]);
-
-
-GO
-CREATE NONCLUSTERED INDEX [nci_wi_Components_85A52193299A093C6264618267EE3506]
-    ON [dbo].[Components]([ComponentSubType] ASC, [ComponentType] ASC)
-    INCLUDE([Comment], [ComponentLink1Description], [ComponentLink1URL], [ComponentLink2Description], [ComponentLink2URL], [ComponentLink3Description], [ComponentLink3URL], [Description], [DevicePackage], [Dielectric], [FootprintPath], [FootprintPath2], [FootprintPath3], [FootprintRef], [FootprintRef2], [FootprintRef3], [Impedance], [LifetimeAtTemp], [Manufacturer], [MfrPartNo], [Price], [RippleCurrent], [Supplier1], [Supplier1PartNo], [Supplier2], [Supplier2PartNo], [SymbolPath], [SymbolRef], [TemperatureCoefficient], [TemperatureRange], [Tolerance], [Type], [Value], [Voltage]);
-
diff --git a/DB/altium_library/Tables/DefaultMappings.sql b/DB/altium_library/Tables/DefaultMappings.sql
deleted file mode 100644
index 4742b0e30..000000000
--- a/DB/altium_library/Tables/DefaultMappings.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:380f65056b9f746bdd3ed6931f32cf95f0fc563f42da934200e9b6de98f5893f
-size 283
diff --git a/DB/altium_library/Views/ADC - Programmable.sql b/DB/altium_library/Views/ADC - Programmable.sql
deleted file mode 100644
index f8e5c5a90..000000000
--- a/DB/altium_library/Views/ADC - Programmable.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[ADC - Programmable]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, NumberOfBits AS [Number of Bits], SamplingRate AS [Samping Rate], 
-                         NumberOfInputs AS [Number of Inputs], InputType AS [Input Type], DataInterface AS [Data Interface], Configuration, RatioSHADC AS [Ratio - S/H:ADC], NumberADConverters AS [Number of A/D Converters], 
-                         Architecture, ReferenceType AS [Reference Type], Voltage AS [Voltage - Supply, Analog], VoltageInput AS [Voltage - Supply, Digital], Features
-FROM            dbo.Components
-WHERE        (ComponentType = 'ADC') AND (ComponentSubType = 'PROG')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'ADC - Programmable';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'ADC - Programmable';
-
diff --git a/DB/altium_library/Views/Audio - Amplifier.sql b/DB/altium_library/Views/Audio - Amplifier.sql
deleted file mode 100644
index d1cb88565..000000000
--- a/DB/altium_library/Views/Audio - Amplifier.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:19bfa2ca94644ab2a3844a5fdc468f59ec7231252d6329041fbea5022d9df1fd
-size 1108
diff --git a/DB/altium_library/Views/Battery Holder.sql b/DB/altium_library/Views/Battery Holder.sql
deleted file mode 100644
index 01c7500ee..000000000
--- a/DB/altium_library/Views/Battery Holder.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7f23a03bd80754b085c09e71810b593c9f8d89d7bd17892bdca17a855f3fbb4a
-size 1172
diff --git a/DB/altium_library/Views/Button - Push.sql b/DB/altium_library/Views/Button - Push.sql
deleted file mode 100644
index 4e81ac4ae..000000000
--- a/DB/altium_library/Views/Button - Push.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:be405f04663727f0c8535bf8023173a19bafebb7652ae48affe0bad260b9ef7a
-size 1607
diff --git a/DB/altium_library/Views/Button - Slide.sql b/DB/altium_library/Views/Button - Slide.sql
deleted file mode 100644
index e09625438..000000000
--- a/DB/altium_library/Views/Button - Slide.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8f846a156f784fddde2ff50b2c60dcdfdf50743d0bd45aaa7fc34597ba4a188c
-size 1645
diff --git a/DB/altium_library/Views/Button - Tactile.sql b/DB/altium_library/Views/Button - Tactile.sql
deleted file mode 100644
index ccefb3e06..000000000
--- a/DB/altium_library/Views/Button - Tactile.sql	
+++ /dev/null
@@ -1,159 +0,0 @@
-CREATE VIEW [dbo].[Button - Tactile] AS
-SELECT TOP (100) PERCENT PartId,
-       Value,
-       COMMENT,
-       MfrPartNo AS [Part Number],
-       Manufacturer,
-       Description,
-       Supplier1 AS [Supplier 1],
-       Supplier1PartNo AS [Supplier Part Number 1],
-       FootprintRef AS [Footprint Ref],
-       FootprintPath AS [Footprint Path],
-       SymbolRef AS [Library Ref],
-       SymbolPath AS [Library Path],
-       ComponentLink1Description,
-       ComponentLink1URL,
-       ComponentLink2Description,
-       ComponentLink2URL,
-       ComponentLink3Description,
-       ComponentLink3URL,
-       Supplier2 AS [Supplier 2],
-       Supplier2PartNo AS [Supplier Part Number 2],
-       FootprintRef2 AS [Footprint Ref 2],
-       FootprintPath2 AS [Footprint Path 2],
-       FootprintRef3 AS [Footprint Ref 3],
-       FootprintPath3 AS [Footprint Path 3],
-       Price,
-       TYPE,
-       DevicePackage AS [Device Package],
-       Series,
-       Circuit,
-       SwitchFunction AS [Switch Function],
-       ContactRatingAtVoltage AS [Contact Rating @ Voltage],
-       ActuatorType AS [Actuator Type],
-       ActuatorOrientation AS [Actuator Orientation],
-       Illumination,
-       IlluminationVoltage AS [Illumination Voltage],
-       IlluminationTypeColour AS [Illumination Type, Colour],
-       OperatingForce AS [Operating Force],
-       SwitchTravel AS [Switch Travel],
-       MechanicalLife AS [Mechanical Life],
-       SizeDimension AS [Outline],
-       TemperatureRange AS [Operating Temperature]
-FROM dbo.Components
-WHERE (ComponentType = 'BUTTON')
-  AND (ComponentSubType = 'TACT')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Button - Tactile';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Button - Tactile';
-
diff --git a/DB/altium_library/Views/Capacitor - Aluminium Polymer.sql b/DB/altium_library/Views/Capacitor - Aluminium Polymer.sql
deleted file mode 100644
index c8c410936..000000000
--- a/DB/altium_library/Views/Capacitor - Aluminium Polymer.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Capacitor - Aluminium Polymer]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance, 
-                         LifetimeAtTemp AS [Lifetime @ Temp]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'ALUMP')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Aluminium Polymer';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Aluminium Polymer';
-
diff --git a/DB/altium_library/Views/Capacitor - Aluminium TH RA.sql b/DB/altium_library/Views/Capacitor - Aluminium TH RA.sql
deleted file mode 100644
index c9397093c..000000000
--- a/DB/altium_library/Views/Capacitor - Aluminium TH RA.sql	
+++ /dev/null
@@ -1,10 +0,0 @@
-
-CREATE VIEW [dbo].[Capacitor - Aluminium TH RA]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance, 
-                         LifetimeAtTemp AS [Lifetime @ Temp]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'ALUMTHRA')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Capacitor - Aluminium TH.sql b/DB/altium_library/Views/Capacitor - Aluminium TH.sql
deleted file mode 100644
index b82222c07..000000000
--- a/DB/altium_library/Views/Capacitor - Aluminium TH.sql	
+++ /dev/null
@@ -1,10 +0,0 @@
-
-CREATE VIEW [dbo].[Capacitor - Aluminium TH]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance, 
-                         LifetimeAtTemp AS [Lifetime @ Temp]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'ALUMTH')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Capacitor - Aluminium.sql b/DB/altium_library/Views/Capacitor - Aluminium.sql
deleted file mode 100644
index 9aa7cd90a..000000000
--- a/DB/altium_library/Views/Capacitor - Aluminium.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Capacitor - Aluminium]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance, 
-                         LifetimeAtTemp AS [Lifetime @ Temp]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'ALUM')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Aluminium';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 358
-               Right = 448
-            End
-            DisplayFlags = 280
-            TopColumn = 40
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Aluminium';
-
diff --git a/DB/altium_library/Views/Capacitor - Ceramic.sql b/DB/altium_library/Views/Capacitor - Ceramic.sql
deleted file mode 100644
index 1a394117a..000000000
--- a/DB/altium_library/Views/Capacitor - Ceramic.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Capacitor - Ceramic]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Dielectric, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], 
-                         FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'CER')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Ceramic';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 338
-               Right = 598
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1995
-         Alias = 2820
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Ceramic';
-
diff --git a/DB/altium_library/Views/Capacitor - RF.sql b/DB/altium_library/Views/Capacitor - RF.sql
deleted file mode 100644
index 45ea64666..000000000
--- a/DB/altium_library/Views/Capacitor - RF.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Capacitor - RF]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Dielectric, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], 
-                         FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'RF')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - RF';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - RF';
-
diff --git a/DB/altium_library/Views/Capacitor - Tantalum Polymer.sql b/DB/altium_library/Views/Capacitor - Tantalum Polymer.sql
deleted file mode 100644
index 994820ead..000000000
--- a/DB/altium_library/Views/Capacitor - Tantalum Polymer.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Capacitor - Tantalum Polymer]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'TPOLY')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Tantalum Polymer';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Tantalum Polymer';
-
diff --git a/DB/altium_library/Views/Capacitor - Tantalum.sql b/DB/altium_library/Views/Capacitor - Tantalum.sql
deleted file mode 100644
index ec9f7a79f..000000000
--- a/DB/altium_library/Views/Capacitor - Tantalum.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Capacitor - Tantalum]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CAP') AND (ComponentSubType = 'TANT')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Tantalum';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Capacitor - Tantalum';
-
diff --git a/DB/altium_library/Views/Charger.sql b/DB/altium_library/Views/Charger.sql
deleted file mode 100644
index c35fe84f1..000000000
--- a/DB/altium_library/Views/Charger.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:93e5fd539e31e7b256bbf2a7719b5e658140ec5f5a99417c75fc4b80755028c0
-size 1021
diff --git a/DB/altium_library/Views/Chip LED.sql b/DB/altium_library/Views/Chip LED.sql
deleted file mode 100644
index 678cbd73c..000000000
--- a/DB/altium_library/Views/Chip LED.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Chip LED]
-AS
-SELECT        PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path], 
-                         SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description, 
-                         ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], 
-                         FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Colour, Millicandela, LensTransparency AS [Lens Transparency], VoltageForward AS [Voltage Forward], 
-                         CurrentTest AS [Current (Test)], ViewingAngle AS [Viewing Angle]
-FROM            dbo.Components
-WHERE        (ComponentType = 'LED')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Chip LED';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 353
-               Right = 412
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 3090
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Chip LED';
-
diff --git a/DB/altium_library/Views/Connector - Backplane.sql b/DB/altium_library/Views/Connector - Backplane.sql
deleted file mode 100644
index 0bec0cc6d..000000000
--- a/DB/altium_library/Views/Connector - Backplane.sql	
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-CREATE VIEW [dbo].[Connector - Backplane]
-AS
-SELECT        
-	PartId,
-	Comment,
-	MfrPartNo AS [Part Number],
-	Manufacturer,
-	Description,
-	Supplier1 AS [Supplier 1],
-	Supplier1PartNo AS [Supplier Part Number 1],
-	FootprintRef AS [Footprint Ref],
-	FootprintPath AS [Footprint Path],
-	SymbolRef AS [Library Ref],
-	SymbolPath AS [Library Path],
-	ComponentLink1Description,
-	ComponentLink1URL,
-	ComponentLink2Description,
-	ComponentLink2URL,
-	ComponentLink3Description,
-	ComponentLink3URL,
-	TemperatureRange AS [Operating Temperature],
-	Supplier2 AS [Supplier 2],
-	Supplier2PartNo AS [Supplier Part Number 2],
-	Supplier2 AS [Supplier 3],
-	Supplier2PartNo AS [Supplier Part Number 3],
-	Supplier2 AS [Supplier 4],
-	Supplier2PartNo AS [Supplier Part Number 4],
-	FootprintRef2 AS [Footprint Ref 2],
-	FootprintPath2 AS [Footprint Path 2],
-	FootprintRef3 AS [Footprint Ref 3],
-	FootprintPath3 AS [Footprint Path 3],
-	Price,
-	Type,
-	PartStatus AS [Part Status],
-
-	Series,
-	NumberOfPositions AS [Number Of Positions],
-	Pitch,
-	NumberOfLevels AS [Number Of Rows],
-	Style,
-	MountingType AS [Mounting Type],
-	Termination,
-	Features,
-	ContactFinish AS [Contact Finish]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CONN') AND (ComponentSubType = 'BPLANE')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Connector - Barrier Block.sql b/DB/altium_library/Views/Connector - Barrier Block.sql
deleted file mode 100644
index ee8316216..000000000
--- a/DB/altium_library/Views/Connector - Barrier Block.sql	
+++ /dev/null
@@ -1,54 +0,0 @@
-
-CREATE VIEW [dbo].[Connector - Barrier Block]
-AS
-SELECT
-  PartId,
-  Comment,
-  MfrPartNo AS [Part Number],
-  Manufacturer,
-  Description,
-  Supplier1 AS [Supplier 1],
-  Supplier1PartNo AS [Supplier Part Number 1],
-  Supplier1 AS [Supplier 2],
-  Supplier1PartNo AS [Supplier Part Number 2],
-  Supplier1 AS [Supplier 3],
-  Supplier1PartNo AS [Supplier Part Number 3],
-  Supplier1 AS [Supplier 4],
-  Supplier1PartNo AS [Supplier Part Number 4],
-  FootprintRef AS [Footprint Ref],
-  FootprintPath AS [Footprint Path],
-  SymbolRef AS [Library Ref],
-  SymbolPath AS [Library Path],
-  ComponentLink1Description,
-  ComponentLink1URL,
-  ComponentLink2Description,
-  ComponentLink2URL,
-  ComponentLink3Description,
-  ComponentLink3URL,
-  FootprintRef2 AS [Footprint Ref 2],
-  FootprintPath2 AS [Footprint Path 2],
-  FootprintRef3 AS [Footprint Ref 3],
-  FootprintPath3 AS [Footprint Path 3],
-  Price,
-  Type,
-  Series,
-  PartStatus AS [Part Status],
-  NumberOfPorts AS [Number Of Circuits],
-  NumberOfWireEntries AS [Number Of Wire Entries],
-  Pitch,
-  NumberOfLevels AS [Number Of Rows],
-  CurrentRating AS [Current Rating],
-  Voltage,
-  WireGauge AS [Wire Gauge],
-  TopTermination AS [Top Termination],
-  BottomTermination AS [Bottom Termination],
-  BarrierType AS [Barrier Type],
-  Features,
-  Colour,
-  TerminalScrewMaterial AS [Terminal Screw Material],
-  TerminalScrewFinish AS [Terminal Screw Finish],
-  MountingType AS [Mounting Type],
-  TemperatureRange AS [Operating Temperature]
-FROM dbo.Components
-WHERE (ComponentType = 'CONN')
-AND (ComponentSubType = 'BAR')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Connector - Card Edge.sql b/DB/altium_library/Views/Connector - Card Edge.sql
deleted file mode 100644
index 544282713..000000000
--- a/DB/altium_library/Views/Connector - Card Edge.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1719d750bfc124194c6579c2d85cfc64a192f79db65b6ce392093548c46dba89
-size 1302
diff --git a/DB/altium_library/Views/Connector - Dev Board.sql b/DB/altium_library/Views/Connector - Dev Board.sql
deleted file mode 100644
index 1a4e9a176..000000000
--- a/DB/altium_library/Views/Connector - Dev Board.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6f358a4971106fb95df04337fd72667c05b8fc3d230b758891f1389b11a4a7ba
-size 1126
diff --git a/DB/altium_library/Views/Connector - Modular w_Magnetics.sql b/DB/altium_library/Views/Connector - Modular w_Magnetics.sql
deleted file mode 100644
index 2ffb20805..000000000
--- a/DB/altium_library/Views/Connector - Modular w_Magnetics.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2d49284ffc9105872be30d94a35f1ed2ba5c9a0c4f4a244aa60e55384991469e
-size 1244
diff --git a/DB/altium_library/Views/Connector - Modular.sql b/DB/altium_library/Views/Connector - Modular.sql
deleted file mode 100644
index 9386bb821..000000000
--- a/DB/altium_library/Views/Connector - Modular.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[Connector - Modular]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, DevicePackage AS [Device Package], Series, Type AS [Connector Type], NumberOfPorts AS [Number Of Ports], 
-                         NumberOfLevels AS [Number Of Rows], MountingType AS [Mounting Type], Orientation, Termination, Shielding, Features, LedColour AS [LED Colour], IngressProtection AS [Ingress Protection], 
-                         TabDirection AS [Tab Direction], ContactFinish AS [Contact Finish]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CONN') AND (ComponentSubType = 'MOD')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Modular';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Modular';
-
diff --git a/DB/altium_library/Views/Connector - RF.sql b/DB/altium_library/Views/Connector - RF.sql
deleted file mode 100644
index 0fcf8683b..000000000
--- a/DB/altium_library/Views/Connector - RF.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5fac251536bee5103c9e454c63ad40f227154e828b1ca6d4cd63c7aa22fafb48
-size 1526
diff --git a/DB/altium_library/Views/Connector - Rectangular.sql b/DB/altium_library/Views/Connector - Rectangular.sql
deleted file mode 100644
index 76d140c0f..000000000
--- a/DB/altium_library/Views/Connector - Rectangular.sql	
+++ /dev/null
@@ -1,157 +0,0 @@
-
-CREATE VIEW [dbo].[Connector - Rectangular]
-AS
-SELECT        
-	PartId,
-	Comment,
-	MfrPartNo AS [Part Number],
-	Manufacturer,
-	Description,
-	Supplier1 AS [Supplier 1],
-	Supplier1PartNo AS [Supplier Part Number 1],
-	FootprintRef AS [Footprint Ref],
-	FootprintPath AS [Footprint Path],
-	SymbolRef AS [Library Ref],
-	SymbolPath AS [Library Path],
-	ComponentLink1Description,
-	ComponentLink1URL,
-	ComponentLink2Description,
-	ComponentLink2URL,
-	ComponentLink3Description,
-	ComponentLink3URL,
-	TemperatureRange AS [Operating Temperature],
-	Tolerance,
-	Voltage,
-	Supplier2 AS [Supplier 2],
-	Supplier2PartNo AS [Supplier Part Number 2],
-	FootprintRef2 AS [Footprint Ref 2],
-	FootprintPath2 AS [Footprint Path 2],
-	FootprintRef3 AS [Footprint Ref 3],
-	FootprintPath3 AS [Footprint Path 3],
-	Price,
-	Type,
-
-	ContactFinish AS [Contact Finish],
-	FasteningType AS [Fastening Type],
-	Pitch,
-	NumberOfLevels AS [Number Of Rows],
-	NumberOfPositions AS [Number Of Positions],
-	Colour,
-	Series
-FROM            dbo.Components
-WHERE        (ComponentType = 'CONN') AND (ComponentSubType = 'RECT')
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Rectangular';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 387
-               Right = 321
-            End
-            DisplayFlags = 280
-            TopColumn = 53
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2415
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Rectangular';
-
diff --git a/DB/altium_library/Views/Connector - SD.sql b/DB/altium_library/Views/Connector - SD.sql
deleted file mode 100644
index 7392a1e92..000000000
--- a/DB/altium_library/Views/Connector - SD.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:90930a2e6c07e7bd63ca25e195a4013592e3905e71064e60bc21c54eb751dd34
-size 1051
diff --git a/DB/altium_library/Views/Connector - Terminal Block.sql b/DB/altium_library/Views/Connector - Terminal Block.sql
deleted file mode 100644
index aceb71699..000000000
--- a/DB/altium_library/Views/Connector - Terminal Block.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Connector - Terminal Block]
-AS
-SELECT        PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path], 
-                         SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description, 
-                         ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, ContactFinish AS [Contact Finish], FasteningType AS [Fastening Type], Pitch, NumberOfPositions AS [Number Of Positions], 
-                         Colour, Orientation, NumberOfLevels AS [Number Of Levels], PositionsPerLevel AS [Positions Per Level]
-FROM            dbo.Components
-WHERE        (ComponentType = 'CONN') AND (ComponentSubType = 'TERM')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Terminal Block';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 380
-               Right = 404
-            End
-            DisplayFlags = 280
-            TopColumn = 53
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2250
-         Alias = 2610
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - Terminal Block';
-
diff --git a/DB/altium_library/Views/Connector - USB.sql b/DB/altium_library/Views/Connector - USB.sql
deleted file mode 100644
index f3642e9f3..000000000
--- a/DB/altium_library/Views/Connector - USB.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Connector - USB]
-AS
-SELECT        PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path], 
-                         SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description, 
-                         ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, NumberOfPositions AS [Number Of Positions], Series
-FROM            dbo.Components
-WHERE        (ComponentType = 'CONN') AND (ComponentSubType = 'USB')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - USB';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Connector - USB';
-
diff --git a/DB/altium_library/Views/Digital Isolator.sql b/DB/altium_library/Views/Digital Isolator.sql
deleted file mode 100644
index f56c03f82..000000000
--- a/DB/altium_library/Views/Digital Isolator.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8c20983c736cc34e454cb81c9cec318fe609a79b9c8dc9206c8ed0b201e5f205
-size 1435
diff --git a/DB/altium_library/Views/Digital to Analogue Converter.sql b/DB/altium_library/Views/Digital to Analogue Converter.sql
deleted file mode 100644
index 8a3f9917f..000000000
--- a/DB/altium_library/Views/Digital to Analogue Converter.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Digital to Analogue Converter]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], NumberOfBits AS [Number of Bits], DataInterface AS [Data Interface], 
-                         NumberOfConverters AS [Number of Converters], TemperatureRange AS [Operating Temperature]
-FROM            dbo.Components
-WHERE        (ComponentType = 'DAC')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Digital to Analogue Converter';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Digital to Analogue Converter';
-
diff --git a/DB/altium_library/Views/Diode - Rectifier.sql b/DB/altium_library/Views/Diode - Rectifier.sql
deleted file mode 100644
index c524f72c6..000000000
--- a/DB/altium_library/Views/Diode - Rectifier.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[Diode - Rectifier]
-AS
-SELECT        PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path], 
-                         SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description, 
-                         ComponentLink3URL, TemperatureRange AS [Junction Operating Temperature], Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], 
-                         FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], 
-                         CurrentReverseLeakage AS [Current Reverse Leakage @ Vr], ReverseRecoveryTime AS [Reverse Recovery Time (trr)], VoltageDcReverse AS [Voltage DC Reverse (Vr)], CurrentRectified AS [Current Rectified], 
-                         VoltageForward AS [Voltage Forward (Vf)]
-FROM            dbo.Components
-WHERE        (ComponentType = 'DIO') AND (ComponentSubType = 'RECT')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Diode - Rectifier';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[24] 4[36] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 245
-               Right = 417
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2340
-         Alias = 3150
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Diode - Rectifier';
-
diff --git a/DB/altium_library/Views/Diode - TVS.sql b/DB/altium_library/Views/Diode - TVS.sql
deleted file mode 100644
index c5459bc73..000000000
--- a/DB/altium_library/Views/Diode - TVS.sql	
+++ /dev/null
@@ -1,158 +0,0 @@
-
-CREATE VIEW [dbo].[Diode - TVS]
-AS
-SELECT        
-PartId, 
-Comment, 
-MfrPartNo AS [Part Number], 
-Manufacturer, 
-Description, 
-Supplier1 AS [Supplier 1], 
-Supplier1PartNo AS [Supplier Part Number 1], 
-FootprintRef AS [Footprint Ref], 
-FootprintPath AS [Footprint Path], 
-SymbolRef AS [Library Ref], 
-SymbolPath AS [Library Path], 
-ComponentLink1Description, 
-ComponentLink1URL, 
-ComponentLink2Description, 
-ComponentLink2URL, 
-ComponentLink3Description, 
-ComponentLink3URL, 
-TemperatureRange AS [Operating Temperature], 
-Supplier2 AS [Supplier 2], 
-Supplier2PartNo AS [Supplier Part Number 2], 
-FootprintRef2 AS [Footprint Ref 2], 
-FootprintPath2 AS [Footprint Path 2],
-FootprintRef3 AS [Footprint Ref 3], 
-FootprintPath3 AS [Footprint Path 3], 
-Price, 
-Type, 
-DevicePackage AS [Device Package], 
-
-UnidirectionalChannels AS [Unidirectional Channels],
-BidirectionalChannels AS [Bidirectional Channels],
-PowerPeakPulse AS [Power - Peak Pulse], 
-CurrentPulsePeak AS [Current - Peak Pulse], 
-VoltageClamping AS [Voltage (Clamping)], 
-VoltageBreakdown AS [Voltage (Breakdown)], 
-VoltageReverseStandoff AS [Voltage (Reverse Standoff)],
-CapacitanceAtFrequency AS [Capacitance @ Frequency]
-
-FROM            dbo.Components
-WHERE        (ComponentType = 'DIO') AND (ComponentSubType = 'TVS')
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Diode - TVS';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = -96
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 360
-               Right = 619
-            End
-            DisplayFlags = 280
-            TopColumn = 46
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2250
-         Alias = 2085
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Diode - TVS';
-
diff --git a/DB/altium_library/Views/Ferrite Chip.sql b/DB/altium_library/Views/Ferrite Chip.sql
deleted file mode 100644
index bf4cf44cb..000000000
--- a/DB/altium_library/Views/Ferrite Chip.sql	
+++ /dev/null
@@ -1,122 +0,0 @@
-CREATE VIEW dbo.[Ferrite Chip]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], DCResistance AS [DC Resistance], CurrentRating AS [Current Rating]
-FROM            dbo.Components
-WHERE        (ComponentType = N'FER')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Ferrite Chip';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 358
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 25
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 4020
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Ferrite Chip';
-
diff --git a/DB/altium_library/Views/Gate Driver.sql b/DB/altium_library/Views/Gate Driver.sql
deleted file mode 100644
index aa3ba1dfe..000000000
--- a/DB/altium_library/Views/Gate Driver.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a19d4f2c59de728738714b3e4245249829bf1630334bbadbf9e19f923b11e63a
-size 1294
diff --git a/DB/altium_library/Views/Inductor - Power.sql b/DB/altium_library/Views/Inductor - Power.sql
deleted file mode 100644
index 91c1369d1..000000000
--- a/DB/altium_library/Views/Inductor - Power.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cb24627a5ce3d0a084cbea0ce1ac6c6493dbb1e4fc49e47a15fe48cc4700a84f
-size 1265
diff --git a/DB/altium_library/Views/Inductor - RF.sql b/DB/altium_library/Views/Inductor - RF.sql
deleted file mode 100644
index af3c82020..000000000
--- a/DB/altium_library/Views/Inductor - RF.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Inductor - RF]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Dielectric, Tolerance, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], 
-                         FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, QatFrequency AS [Q at Frequency], 
-                         DevicePackage AS [Device Package], DCResistance AS [DC Resistance], Shielding
-FROM            dbo.Components
-WHERE        (ComponentType = 'IND') AND (ComponentSubType = 'RF')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Inductor - RF';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 371
-               Right = 310
-            End
-            DisplayFlags = 280
-            TopColumn = 25
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2310
-         Alias = 1815
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Inductor - RF';
-
diff --git a/DB/altium_library/Views/Interface - CAN.sql b/DB/altium_library/Views/Interface - CAN.sql
deleted file mode 100644
index dfe1b1c0b..000000000
--- a/DB/altium_library/Views/Interface - CAN.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0d983a1139ddaf62765230ad9ef4bd605bcf699efc0b791a2a1b7fb98eccf024
-size 1096
diff --git a/DB/altium_library/Views/Interface - Differential Signal.sql b/DB/altium_library/Views/Interface - Differential Signal.sql
deleted file mode 100644
index c55be98d1..000000000
--- a/DB/altium_library/Views/Interface - Differential Signal.sql	
+++ /dev/null
@@ -1,48 +0,0 @@
-
-CREATE VIEW [dbo].[Interface - Differential Signal]
-AS
-SELECT TOP (100) PERCENT
-  PartId,
-  Value,
-  Comment,
-  MfrPartNo AS [Part Number],
-  Manufacturer,
-  Description,
-  Supplier1 AS [Supplier 1],
-  Supplier1PartNo AS [Supplier Part Number 1],
-  Supplier2 AS [Supplier 2],
-  Supplier2PartNo AS [Supplier Part Number 2],
-  Supplier3 AS [Supplier 3],
-  Supplier3PartNo AS [Supplier Part Number 3],
-  Supplier4 AS [Supplier 4],
-  Supplier4PartNo AS [Supplier Part Number 4],
-  FootprintRef AS [Footprint Ref],
-  FootprintPath AS [Footprint Path],
-  SymbolRef AS [Library Ref],
-  SymbolPath AS [Library Path],
-  ComponentLink1Description,
-  ComponentLink1URL,
-  ComponentLink2Description,
-  ComponentLink2URL,
-  ComponentLink3Description,
-  ComponentLink3URL,
-  FootprintRef2 AS [Footprint Ref 2],
-  FootprintPath2 AS [Footprint Path 2],
-  FootprintRef3 AS [Footprint Ref 3],
-  FootprintPath3 AS [Footprint Path 3],
-  Price,
-  Type,
-  Series,
-  PartStatus AS [Part Status],
-  Protocol,
-  NumberOfDriversReceivers AS [Number of Drivers/Receivers],
-  Duplex,
-  ReceiverHysteresis AS [Receiver Hysteresis],
-  DataRate AS [Data Rate],
-  Voltage AS [Voltage - Supply],
-
-  DevicePackage AS [Device Package],
-  TemperatureRange AS [Operating Temperature]
-FROM dbo.Components
-WHERE (ComponentType = 'INTERFACE')
-AND (ComponentSubType = 'TXR')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Interface - Ethernet.sql b/DB/altium_library/Views/Interface - Ethernet.sql
deleted file mode 100644
index ab1a0ab2e..000000000
--- a/DB/altium_library/Views/Interface - Ethernet.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:154b576fb1a39e5032cce66a5df8b30a318c13e324827bf653aa0d1817a9fba9
-size 1101
diff --git a/DB/altium_library/Views/Interface - RS485.sql b/DB/altium_library/Views/Interface - RS485.sql
deleted file mode 100644
index 5c0d63656..000000000
--- a/DB/altium_library/Views/Interface - RS485.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b000e5433b1223bd803cf03f00f48d76e7f5ccdb94a3dab5e7057d5dd97fa31f
-size 1100
diff --git a/DB/altium_library/Views/LCD Display - Graphic.sql b/DB/altium_library/Views/LCD Display - Graphic.sql
deleted file mode 100644
index 99597121a..000000000
--- a/DB/altium_library/Views/LCD Display - Graphic.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[LCD Display - Graphic]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], DisplayType AS [Display Type], DisplayMode AS [Display Mode], Touchscreen, 
-                         ViewingArea AS [Viewing Area], Backlight, DiagonalScreenSize AS [Diagonal Screen Size], DotPixels AS [Dot Pixels], GraphicsColour AS [Graphics Colour], BackgroundColour AS [Background Colour], 
-                         DotSize AS [Dot Size], DotPitch AS [Dot Pitch], DataInterface AS [Data Interface]
-FROM            dbo.Components
-WHERE        (ComponentType = 'LCD') AND (ComponentSubType = 'GRAPHIC')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'LCD Display - Graphic';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 489
-               Right = 286
-            End
-            DisplayFlags = 280
-            TopColumn = 81
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2415
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'LCD Display - Graphic';
-
diff --git a/DB/altium_library/Views/LED Driver.sql b/DB/altium_library/Views/LED Driver.sql
deleted file mode 100644
index 722991cf0..000000000
--- a/DB/altium_library/Views/LED Driver.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4652dfc95c28138490f158994821c8943e03c750e8db1c6e70b0e42cf3a90dd0
-size 1220
diff --git a/DB/altium_library/Views/Light Pipe.sql b/DB/altium_library/Views/Light Pipe.sql
deleted file mode 100644
index 16d2be57e..000000000
--- a/DB/altium_library/Views/Light Pipe.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4080ad0d298b2f99812c3675d5c5c80ee39ffcd5d72a20b258a91c45f60e3f33
-size 1009
diff --git a/DB/altium_library/Views/MCU - ARM.sql b/DB/altium_library/Views/MCU - ARM.sql
deleted file mode 100644
index 458099d98..000000000
--- a/DB/altium_library/Views/MCU - ARM.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[MCU - ARM]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, CoreProcessor AS [Core Processor], CoreSize AS [Core Size], Speed, Connectivity, 
-                         Peripherals, NumberOfIO AS [Number Of IO], ProgramMemorySize AS [Program Memory Size], ProgramMemoryType AS [Program Memory Type], EepromSize AS [EEPROM Size], RamSize AS [Ram Size], Voltage, 
-                         DataConverters AS [Data Converters], OscillatorType AS [Oscillator Type]
-FROM            dbo.Components
-WHERE        (ComponentType = 'MCU') AND (ComponentSubType = 'ARM')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'MCU - ARM';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'MCU - ARM';
-
diff --git a/DB/altium_library/Views/MCU - AVR.sql b/DB/altium_library/Views/MCU - AVR.sql
deleted file mode 100644
index 44aecd395..000000000
--- a/DB/altium_library/Views/MCU - AVR.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[MCU - AVR]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, CoreProcessor AS [Core Processor], CoreSize AS [Core Size], Speed, Connectivity, 
-                         Peripherals, NumberOfIO AS [Number Of IO], ProgramMemorySize AS [Program Memory Size], ProgramMemoryType AS [Program Memory Type], EepromSize AS [EEPROM Size], RamSize AS [Ram Size], Voltage, 
-                         DataConverters AS [Data Converters], OscillatorType AS [Oscillator Type]
-FROM            dbo.Components
-WHERE        (ComponentType = 'MCU') AND (ComponentSubType = 'AVR')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'MCU - AVR';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'MCU - AVR';
-
diff --git a/DB/altium_library/Views/Memory - EEPROM.sql b/DB/altium_library/Views/Memory - EEPROM.sql
deleted file mode 100644
index 6bea597d4..000000000
--- a/DB/altium_library/Views/Memory - EEPROM.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Memory - EEPROM]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], TemperatureRange AS [Operating Temperature], Type AS [Memory Type], 
-                         MemorySize AS [Memory Size], Speed, DataInterface AS Interface, Voltage AS [Voltage - Supply]
-FROM            dbo.Components
-WHERE        (ComponentType = 'MEM') AND (ComponentSubType = 'EEPROM')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Memory - EEPROM';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Memory - EEPROM';
-
diff --git a/DB/altium_library/Views/Memory - FLASH.sql b/DB/altium_library/Views/Memory - FLASH.sql
deleted file mode 100644
index e7e560c16..000000000
--- a/DB/altium_library/Views/Memory - FLASH.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Memory - FLASH]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], TemperatureRange AS [Operating Temperature], Type AS [Memory Type], 
-                         MemorySize AS [Memory Size], Speed, DataInterface AS Interface, Voltage AS [Voltage - Supply]
-FROM            dbo.Components
-WHERE        (ComponentType = 'MEM') AND (ComponentSubType = 'FLASH')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Memory - FLASH';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Memory - FLASH';
-
diff --git a/DB/altium_library/Views/Motor Driver - Controller.sql b/DB/altium_library/Views/Motor Driver - Controller.sql
deleted file mode 100644
index f6fe0454c..000000000
--- a/DB/altium_library/Views/Motor Driver - Controller.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5ba26fcd178d7b1ecd8d37f94d1311a699f377a4f8853a77ddf198de24082253
-size 1245
diff --git a/DB/altium_library/Views/Motor Driver - Stepper.sql b/DB/altium_library/Views/Motor Driver - Stepper.sql
deleted file mode 100644
index 962475981..000000000
--- a/DB/altium_library/Views/Motor Driver - Stepper.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:53b12e80056cc757009c751a5d00c92419524e09586bae5e6e4ddacf1615464f
-size 1240
diff --git a/DB/altium_library/Views/Mounting Bracket.sql b/DB/altium_library/Views/Mounting Bracket.sql
deleted file mode 100644
index cc5a70145..000000000
--- a/DB/altium_library/Views/Mounting Bracket.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2d3c346bd4f7120e8184fd4e650dd3cc9d32c37de77ee9cf20df6e810d7a8464
-size 942
diff --git a/DB/altium_library/Views/Multiplexer.sql b/DB/altium_library/Views/Multiplexer.sql
deleted file mode 100644
index 253aceff4..000000000
--- a/DB/altium_library/Views/Multiplexer.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2844313af2a52d1738371fc4b77aa21acb62754467b717dec790df7da6a4e3d3
-size 1551
diff --git a/DB/altium_library/Views/N-Channel Dual FET Array.sql b/DB/altium_library/Views/N-Channel Dual FET Array.sql
deleted file mode 100644
index 51ea18128..000000000
--- a/DB/altium_library/Views/N-Channel Dual FET Array.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[N-Channel Dual FET Array]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RdsOnMax AS [Rds On (Max) at Id, Vgs], VgsthMax AS [Vgs(th) (Max) at Id], 
-                         GateCharge AS [Gate Charge (Qg)], InputCapacitance AS [Input Capacitance (Ciss) at Vds], PowerMax AS [Power - Max], DrainToSourceVoltage AS [Drain to Source Voltage (Vdss)], Features, 
-                         CurrentRating AS [Current Continuous Drain]
-FROM            dbo.Components
-WHERE        (ComponentType = 'FET') AND (ComponentSubType = 'NCH-DUAL')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'N-Channel Dual FET Array';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'N-Channel Dual FET Array';
-
diff --git a/DB/altium_library/Views/N-Channel FET.sql b/DB/altium_library/Views/N-Channel FET.sql
deleted file mode 100644
index 2e4d94a6d..000000000
--- a/DB/altium_library/Views/N-Channel FET.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[N-Channel FET]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RdsOnMax AS [Rds On (Max) at Id, Vgs], VgsthMax AS [Vgs(th) (Max) at Id], 
-                         GateCharge AS [Gate Charge (Qg)], InputCapacitance AS [Input Capacitance (Ciss) at Vds], PowerMax AS [Power - Max], DrainToSourceVoltage AS [Drain to Source Voltage (Vdss)], Features, 
-                         CurrentRating AS [Current Continuous Drain]
-FROM            dbo.Components
-WHERE        (ComponentType = 'FET') AND (ComponentSubType = 'NCH')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'N-Channel FET';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 518
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 62
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'N-Channel FET';
-
diff --git a/DB/altium_library/Views/Optoisolator.sql b/DB/altium_library/Views/Optoisolator.sql
deleted file mode 100644
index 596647366..000000000
--- a/DB/altium_library/Views/Optoisolator.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a4ceeedae6c959acb4bddf24dd029f5f4b0172ba97760b91846d40ad9093ac30
-size 1542
diff --git a/DB/altium_library/Views/Oscillator - Crystal.sql b/DB/altium_library/Views/Oscillator - Crystal.sql
deleted file mode 100644
index 3631706c3..000000000
--- a/DB/altium_library/Views/Oscillator - Crystal.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Oscillator - Crystal]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, Frequency, FrequencyStability AS [Frequency Stability], 
-                         Tolerance AS [Frequency Tolerance], LoadCapacitance AS [Load Capacitance], ESR, OperatingMode AS [Operating Mode]
-FROM            dbo.Components
-WHERE        (ComponentType = 'OSC') AND (ComponentSubType = 'CRYSTAL')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - Crystal';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - Crystal';
-
diff --git a/DB/altium_library/Views/Oscillator - MEMS.sql b/DB/altium_library/Views/Oscillator - MEMS.sql
deleted file mode 100644
index 753e48863..000000000
--- a/DB/altium_library/Views/Oscillator - MEMS.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Oscillator - MEMS]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, Frequency, FrequencyStability AS [Frequency Stability], 
-                         Tolerance AS [Frequency Tolerance], LoadCapacitance AS [Load Capacitance], ESR, OperatingMode AS [Operating Mode]
-FROM            dbo.Components
-WHERE        (ComponentType = 'OSC') AND (ComponentSubType = 'MEMS')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - MEMS';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - MEMS';
-
diff --git a/DB/altium_library/Views/Oscillator - TCXO.sql b/DB/altium_library/Views/Oscillator - TCXO.sql
deleted file mode 100644
index 97d91a23f..000000000
--- a/DB/altium_library/Views/Oscillator - TCXO.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Oscillator - TCXO]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, Frequency, FrequencyStability AS [Frequency Stability], 
-                         Tolerance AS [Frequency Tolerance], LoadCapacitance AS [Load Capacitance], ESR, OperatingMode AS [Operating Mode]
-FROM            dbo.Components
-WHERE        (ComponentType = 'OSC') AND (ComponentSubType = 'TCXO')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - TCXO';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - TCXO';
-
diff --git a/DB/altium_library/Views/Oscillator - VCTCXO.sql b/DB/altium_library/Views/Oscillator - VCTCXO.sql
deleted file mode 100644
index bdb9d9a91..000000000
--- a/DB/altium_library/Views/Oscillator - VCTCXO.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Oscillator - VCTCXO]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, Frequency, FrequencyStability AS [Frequency Stability], 
-                         Tolerance AS [Frequency Tolerance], LoadCapacitance AS [Load Capacitance], ESR, OperatingMode AS [Operating Mode]
-FROM            dbo.Components
-WHERE        (ComponentType = 'OSC') AND (ComponentSubType = 'VCTCXO')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - VCTCXO';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - VCTCXO';
-
diff --git a/DB/altium_library/Views/Oscillator - XO.sql b/DB/altium_library/Views/Oscillator - XO.sql
deleted file mode 100644
index 39bc5590c..000000000
--- a/DB/altium_library/Views/Oscillator - XO.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Oscillator - XO]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, Frequency, FrequencyStability AS [Frequency Stability], 
-                         Tolerance AS [Frequency Tolerance], LoadCapacitance AS [Load Capacitance], ESR, OperatingMode AS [Operating Mode]
-FROM            dbo.Components
-WHERE        (ComponentType = 'OSC') AND (ComponentSubType = 'XO')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - XO';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Oscillator - XO';
-
diff --git a/DB/altium_library/Views/P-Channel Dual FET Array.sql b/DB/altium_library/Views/P-Channel Dual FET Array.sql
deleted file mode 100644
index f43aae637..000000000
--- a/DB/altium_library/Views/P-Channel Dual FET Array.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[P-Channel Dual FET Array]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RdsOnMax AS [Rds On (Max) at Id, Vgs], VgsthMax AS [Vgs(th) (Max) at Id], 
-                         GateCharge AS [Gate Charge (Qg)], InputCapacitance AS [Input Capacitance (Ciss) at Vds], PowerMax AS [Power - Max], DrainToSourceVoltage AS [Drain to Source Voltage (Vdss)], Features, 
-                         CurrentRating AS [Current Continuous Drain]
-FROM            dbo.Components
-WHERE        (ComponentType = 'FET') AND (ComponentSubType = 'PCH-DUAL')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'P-Channel Dual FET Array';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'P-Channel Dual FET Array';
-
diff --git a/DB/altium_library/Views/P-Channel FET.sql b/DB/altium_library/Views/P-Channel FET.sql
deleted file mode 100644
index 14436267f..000000000
--- a/DB/altium_library/Views/P-Channel FET.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[P-Channel FET]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RdsOnMax AS [Rds On (Max) at Id, Vgs], VgsthMax AS [Vgs(th) (Max) at Id], 
-                         GateCharge AS [Gate Charge (Qg)], InputCapacitance AS [Input Capacitance (Ciss) at Vds], PowerMax AS [Power - Max], DrainToSourceVoltage AS [Drain to Source Voltage (Vdss)], Features, 
-                         CurrentRating AS [Current Continuous Drain]
-FROM            dbo.Components
-WHERE        (ComponentType = 'FET') AND (ComponentSubType = 'PCH')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'P-Channel FET';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'P-Channel FET';
-
diff --git a/DB/altium_library/Views/Power Module.sql b/DB/altium_library/Views/Power Module.sql
deleted file mode 100644
index 6e1be9d70..000000000
--- a/DB/altium_library/Views/Power Module.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1a4b2bcb773076c47321fcbf22462a3b03d7ff88a96c06a59e3e14fa4928e3ff
-size 1233
diff --git a/DB/altium_library/Views/RF Amplifier.sql b/DB/altium_library/Views/RF Amplifier.sql
deleted file mode 100644
index 532dba0bc..000000000
--- a/DB/altium_library/Views/RF Amplifier.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8a5694f0b9774ad56a1af25ca8c05204113ff535c80ce006d90a71f92453c6ba
-size 1241
diff --git a/DB/altium_library/Views/RF Antenna.sql b/DB/altium_library/Views/RF Antenna.sql
deleted file mode 100644
index 114d7943d..000000000
--- a/DB/altium_library/Views/RF Antenna.sql	
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-CREATE VIEW [dbo].[RF Antenna]
-AS
-SELECT        PartId, 
-Value, 
-Comment, 
-MfrPartNo AS [Part Number], 
-Manufacturer, 
-Description, 
-Supplier1 AS [Supplier 1], 
-Supplier1PartNo AS [Supplier Part Number 1], 
-FootprintRef AS [Footprint Ref], 
-FootprintPath AS [Footprint Path], 
-SymbolRef AS [Library Ref], 
-SymbolPath AS [Library Path], 
-ComponentLink1Description, 
-ComponentLink1URL, 
-ComponentLink2Description, 
-ComponentLink2URL, 
-ComponentLink3Description, 
-ComponentLink3URL, 
-Supplier2 AS [Supplier 2], 
-Supplier2PartNo AS [Supplier Part Number 2], 
-FootprintRef2 AS [Footprint Ref 2], 
-FootprintPath2 AS [Footprint Path 2], 
-FootprintRef3 AS [Footprint Ref 3], 
-FootprintPath3 AS [Footprint Path 3], 
-DevicePackage AS [Device Package],
-Price, 
-Type, 
-Series,
-Frequency,
-AntennaType AS [Antenna Type],
-Gain,
-PowerMax AS [Power Max],
-Termination,
-Applications
-
-FROM            dbo.Components
-WHERE        (ComponentType = 'RF') AND (ComponentSubType = 'ANT')
\ No newline at end of file
diff --git a/DB/altium_library/Views/RF Attenuator.sql b/DB/altium_library/Views/RF Attenuator.sql
deleted file mode 100644
index 85fa00fb4..000000000
--- a/DB/altium_library/Views/RF Attenuator.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[RF Attenuator]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Impedance, Attenuation, Tolerance, Frequency AS [Frequency Range], 
-                         PowerRating AS [Power (Watts)]
-FROM            dbo.Components
-WHERE        (ComponentType = 'RFIC') AND (ComponentSubType = 'ATTEN')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Attenuator';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Attenuator';
-
diff --git a/DB/altium_library/Views/RF Detector.sql b/DB/altium_library/Views/RF Detector.sql
deleted file mode 100644
index d296d6a4c..000000000
--- a/DB/altium_library/Views/RF Detector.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[RF Detector]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Frequency, InputRange AS [Input Range], Accuracy, Voltage AS [Voltage Supply], 
-                         CurrentSupply AS [Current Supply]
-FROM            dbo.Components
-WHERE        (ComponentType = 'RFIC') AND (ComponentSubType = 'DET')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Detector';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Detector';
-
diff --git a/DB/altium_library/Views/RF Filter.sql b/DB/altium_library/Views/RF Filter.sql
deleted file mode 100644
index f85035041..000000000
--- a/DB/altium_library/Views/RF Filter.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4b0c69756abd26e3187688e7d27a5f0a31ee9bd3bb92050a7a0cab2d3ab5dee1
-size 993
diff --git a/DB/altium_library/Views/RF Module.sql b/DB/altium_library/Views/RF Module.sql
deleted file mode 100644
index 07d8463b5..000000000
--- a/DB/altium_library/Views/RF Module.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c4fbfa94818c3e60a25a9f3a90ef7f46d5ffe970030a8273278da39a661bdd5b
-size 1319
diff --git a/DB/altium_library/Views/RF Switch.sql b/DB/altium_library/Views/RF Switch.sql
deleted file mode 100644
index 1285b2ee5..000000000
--- a/DB/altium_library/Views/RF Switch.sql	
+++ /dev/null
@@ -1,124 +0,0 @@
-CREATE VIEW dbo.[RF Switch]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], FrequencyLower AS [Frequency - Lower], FrequencyUpper AS [Frequency - Upper], 
-                         IsolationAtFrequency AS [Isolation @ Frequency], Circuit, InsertionLossAtFrequency AS [Insertion Loss @ Frequency], P1dB, Topology, IIP3, Voltage AS [Voltage - Supply], 
-                         TemperatureRange AS [Operating Temperature], Impedance
-FROM            dbo.Components
-WHERE        (ComponentType = 'RFIC') AND (ComponentSubType = 'SW')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Switch';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 498
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 37
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2130
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'RF Switch';
-
diff --git a/DB/altium_library/Views/Reset Supervisor.sql b/DB/altium_library/Views/Reset Supervisor.sql
deleted file mode 100644
index ebd88ece5..000000000
--- a/DB/altium_library/Views/Reset Supervisor.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:645005a0f606df6e7614ec62bf06cf01796c3900ecd18679325b9d3cd684e3fc
-size 1051
diff --git a/DB/altium_library/Views/Resistor - Chip.sql b/DB/altium_library/Views/Resistor - Chip.sql
deleted file mode 100644
index 441f8abe4..000000000
--- a/DB/altium_library/Views/Resistor - Chip.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Resistor - Chip]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Tolerance, PowerRating, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], 
-                         FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
-FROM            dbo.Components
-WHERE        (ComponentType = 'RES') AND (ComponentSubType = '' OR
-                         ComponentSubType IS NULL)
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Resistor - Chip';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[23] 4[45] 2[14] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 2130
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Resistor - Chip';
-
diff --git a/DB/altium_library/Views/Resistor - Current Sense.sql b/DB/altium_library/Views/Resistor - Current Sense.sql
deleted file mode 100644
index 8fbdfa15d..000000000
--- a/DB/altium_library/Views/Resistor - Current Sense.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c5286316b9473860423b42ec21dee710510360e05c839b1d77ae7ecda5ef99e2
-size 1001
diff --git a/DB/altium_library/Views/Resistor - Potentiometer.sql b/DB/altium_library/Views/Resistor - Potentiometer.sql
deleted file mode 100644
index 65c3e56c6..000000000
--- a/DB/altium_library/Views/Resistor - Potentiometer.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Resistor - Potentiometer]
-AS
-SELECT        PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Tolerance, PowerRating, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], 
-                         FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], 
-                         NumberOfTurns AS [Number Of Turns], AdjustmentType AS [Adjustment Type]
-FROM            dbo.Components
-WHERE        (ComponentType = 'RES') AND (ComponentSubType = 'POT')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Resistor - Potentiometer';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 319
-               Right = 356
-            End
-            DisplayFlags = 280
-            TopColumn = 2
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 2925
-         Alias = 2610
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Resistor - Potentiometer';
-
diff --git a/DB/altium_library/Views/Sensor - Current.sql b/DB/altium_library/Views/Sensor - Current.sql
deleted file mode 100644
index 5fc84d8e3..000000000
--- a/DB/altium_library/Views/Sensor - Current.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0998200187f89ceabec1ffc1932aeb7862278ea6aae0d40d34e69f7c343a67bf
-size 1357
diff --git a/DB/altium_library/Views/Sensor - Magnetic.sql b/DB/altium_library/Views/Sensor - Magnetic.sql
deleted file mode 100644
index 763958316..000000000
--- a/DB/altium_library/Views/Sensor - Magnetic.sql	
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-CREATE VIEW [dbo].[Sensor - Magnetic]
-AS
-SELECT        TOP (100) PERCENT PartId,
-	Value,
-	Comment,
-	MfrPartNo AS [Part Number],
-	Manufacturer,
-	Description,
-	Supplier1 AS [Supplier 1],
-	Supplier1PartNo AS [Supplier Part Number 1],
-	FootprintRef AS [Footprint Ref],
-	FootprintPath AS [Footprint Path],
-	SymbolRef AS [Library Ref],
-	SymbolPath AS [Library Path],
-	ComponentLink1Description,
-	ComponentLink1URL,
-	ComponentLink2Description,
-	ComponentLink2URL,
-	ComponentLink3Description,
-	ComponentLink3URL,
-	Supplier2 AS [Supplier 2],
-	Supplier2PartNo AS [Supplier Part Number 2],
-	FootprintRef2 AS [Footprint Ref 2],
-	FootprintPath2 AS [Footprint Path 2],
-	FootprintRef3 AS [Footprint Ref 3],
-	FootprintPath3 AS [Footprint Path 3],
-	Price,
-	Type,
-	TemperatureRange AS [Operating Temperature],
-	DevicePackage AS [Device Package],
-	PartStatus AS [Part Status],
-	Features,
-	Technology,
-	Axis,
-	SensingRange AS [Sensing Range],
-	Voltage AS [Voltage - Supply],
-	CurrentSupply AS [Current - Supply (Max)],
-	CurrentOutput AS [Current - Output (Max)],
-	OutputType AS [Output Type],
-	Resolution,
-	Bandwidth
-FROM            dbo.Components
-WHERE        (ComponentType = 'SENS') AND (ComponentSubType = 'MAG')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Sensor - Motion.sql b/DB/altium_library/Views/Sensor - Motion.sql
deleted file mode 100644
index 919ca0483..000000000
--- a/DB/altium_library/Views/Sensor - Motion.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:75b38feeaa38815e3f9aab2ce65e1eedb760c062fe1accf548693267e00d3865
-size 1020
diff --git a/DB/altium_library/Views/Sensor - Pressure.sql b/DB/altium_library/Views/Sensor - Pressure.sql
deleted file mode 100644
index 2568dc24d..000000000
--- a/DB/altium_library/Views/Sensor - Pressure.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c1fea3a36b723740375e94d9a009dc17313c545334bd338c47274ad76512f583
-size 1225
diff --git a/DB/altium_library/Views/Sensor - Temperature.sql b/DB/altium_library/Views/Sensor - Temperature.sql
deleted file mode 100644
index 68e1bffd2..000000000
--- a/DB/altium_library/Views/Sensor - Temperature.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7dbd62d34366dff350cf1fab20220ca749e7e8a5ae163bf90a788b1bd444d69e
-size 1233
diff --git a/DB/altium_library/Views/Sensor - Thermocouple.sql b/DB/altium_library/Views/Sensor - Thermocouple.sql
deleted file mode 100644
index cb9ffc4a2..000000000
--- a/DB/altium_library/Views/Sensor - Thermocouple.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3781519817995d63878e2a26e6dbfb8374fcf87db07cbf35ef271ec486eb60db
-size 1107
diff --git a/DB/altium_library/Views/Switch - DIP.sql b/DB/altium_library/Views/Switch - DIP.sql
deleted file mode 100644
index 6a9618f36..000000000
--- a/DB/altium_library/Views/Switch - DIP.sql	
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-CREATE VIEW [dbo].[Switch - DIP] AS
-SELECT TOP (100) PERCENT PartId,
-       Value,
-       COMMENT,
-       MfrPartNo AS [Part Number],
-       Manufacturer,
-       Description,
-       Supplier1 AS [Supplier 1],
-       Supplier1PartNo AS [Supplier Part Number 1],
-       FootprintRef AS [Footprint Ref],
-       FootprintPath AS [Footprint Path],
-       SymbolRef AS [Library Ref],
-       SymbolPath AS [Library Path],
-       ComponentLink1Description,
-       ComponentLink1URL,
-       ComponentLink2Description,
-       ComponentLink2URL,
-       ComponentLink3Description,
-       ComponentLink3URL,
-       Supplier2 AS [Supplier 2],
-       Supplier2PartNo AS [Supplier Part Number 2],
-       FootprintRef2 AS [Footprint Ref 2],
-       FootprintPath2 AS [Footprint Path 2],
-       FootprintRef3 AS [Footprint Ref 3],
-       FootprintPath3 AS [Footprint Path 3],
-       Price,
-       TYPE,
-       DevicePackage AS [Device Package],
-	   PartStatus AS [Part Status],
-       Series,
-       Circuit,
-	   NumberOfPositions AS [Number Of Positions],
-	   CurrentRating AS [Current Rating],
-	   Voltage,
-	   ActuatorType AS [Actuator Type],
-	   ActuatorLevel AS [Actuator Level],
-	   ContactFinish AS [Contact Finish],
-	   HeightAboveBoard AS [Height Above Board],
-	   TerminationStyle AS [Termination Style],
-	   SizeDimension AS [Length],
-	   BodyMaterial AS [Body Material],
-	   MechanicalLife AS [Mechanical Life],
-	   ElectricalLife AS [Electrical Life],
-	   TemperatureRange AS [Operating Temperature]
-FROM dbo.Components
-WHERE (ComponentType = 'SWITCH')
-  AND (ComponentSubType = 'DIP')
\ No newline at end of file
diff --git a/DB/altium_library/Views/Test Point.sql b/DB/altium_library/Views/Test Point.sql
deleted file mode 100644
index 97deb1538..000000000
--- a/DB/altium_library/Views/Test Point.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:78abeeec0a12333d7cc1c6ce7b0962cd603cb25d77aa7c492f72fb321a3dd05d
-size 930
diff --git a/DB/altium_library/Views/Thermistor - NTC.sql b/DB/altium_library/Views/Thermistor - NTC.sql
deleted file mode 100644
index 26b72c916..000000000
--- a/DB/altium_library/Views/Thermistor - NTC.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b390184786cdd4113e26508134a61f11d7b61a66a53d8168f23c43d58d2dde25
-size 1386
diff --git a/DB/altium_library/Views/Video.sql b/DB/altium_library/Views/Video.sql
deleted file mode 100644
index ce6e549d1..000000000
--- a/DB/altium_library/Views/Video.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:977e040587e4aea6677681d72aa0542a1b2725fb90ee6be653f745b21930119b
-size 881
diff --git a/DB/altium_library/Views/Voltage Reference.sql b/DB/altium_library/Views/Voltage Reference.sql
deleted file mode 100644
index 5bfdfb12c..000000000
--- a/DB/altium_library/Views/Voltage Reference.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Voltage Reference]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], VoltageOutput AS [Voltage - Output (Min/Fixed)], CurrentOutput AS [Current - Output], 
-                         Tolerance, TemperatureCoefficient AS [Temperature Coefficient], VoltageInput AS [Voltage - Input], CurrentSupply AS [Current - Supply], TemperatureRange AS [Operating Temperature]
-FROM            dbo.Components
-WHERE        (ComponentType = 'VREF')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Voltage Reference';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Voltage Reference';
-
diff --git a/DB/altium_library/Views/Voltage Regulator - Linear.sql b/DB/altium_library/Views/Voltage Regulator - Linear.sql
deleted file mode 100644
index af5024c28..000000000
--- a/DB/altium_library/Views/Voltage Regulator - Linear.sql	
+++ /dev/null
@@ -1,123 +0,0 @@
-CREATE VIEW dbo.[Voltage Regulator - Linear]
-AS
-SELECT        TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], 
-                         FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, 
-                         ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], 
-                         FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Topology, VoltageOutput AS [Voltage - Output], CurrentOutput AS [Current Output], 
-                         VoltageDropout AS [Voltage Dropout], VoltageInput AS [Voltage - Input], CurrentRating AS [Current - Limit (Min)], TemperatureRange AS [Operating Temperature]
-FROM            dbo.Components
-WHERE        (ComponentType = 'VREG') AND (ComponentSubType = 'LINEAR')
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPaneCount', @value = 1, @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Voltage Regulator - Linear';
-
-
-GO
-EXECUTE sp_addextendedproperty @name = N'MS_DiagramPane1', @value = N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
-Begin DesignProperties = 
-   Begin PaneConfigurations = 
-      Begin PaneConfiguration = 0
-         NumPanes = 4
-         Configuration = "(H (1[40] 4[20] 2[20] 3) )"
-      End
-      Begin PaneConfiguration = 1
-         NumPanes = 3
-         Configuration = "(H (1 [50] 4 [25] 3))"
-      End
-      Begin PaneConfiguration = 2
-         NumPanes = 3
-         Configuration = "(H (1 [50] 2 [25] 3))"
-      End
-      Begin PaneConfiguration = 3
-         NumPanes = 3
-         Configuration = "(H (4 [30] 2 [40] 3))"
-      End
-      Begin PaneConfiguration = 4
-         NumPanes = 2
-         Configuration = "(H (1 [56] 3))"
-      End
-      Begin PaneConfiguration = 5
-         NumPanes = 2
-         Configuration = "(H (2 [66] 3))"
-      End
-      Begin PaneConfiguration = 6
-         NumPanes = 2
-         Configuration = "(H (4 [50] 3))"
-      End
-      Begin PaneConfiguration = 7
-         NumPanes = 1
-         Configuration = "(V (3))"
-      End
-      Begin PaneConfiguration = 8
-         NumPanes = 3
-         Configuration = "(H (1[56] 4[18] 2) )"
-      End
-      Begin PaneConfiguration = 9
-         NumPanes = 2
-         Configuration = "(H (1 [75] 4))"
-      End
-      Begin PaneConfiguration = 10
-         NumPanes = 2
-         Configuration = "(H (1[66] 2) )"
-      End
-      Begin PaneConfiguration = 11
-         NumPanes = 2
-         Configuration = "(H (4 [60] 2))"
-      End
-      Begin PaneConfiguration = 12
-         NumPanes = 1
-         Configuration = "(H (1) )"
-      End
-      Begin PaneConfiguration = 13
-         NumPanes = 1
-         Configuration = "(V (4))"
-      End
-      Begin PaneConfiguration = 14
-         NumPanes = 1
-         Configuration = "(V (2))"
-      End
-      ActivePaneConfig = 0
-   End
-   Begin DiagramPane = 
-      Begin Origin = 
-         Top = 0
-         Left = 0
-      End
-      Begin Tables = 
-         Begin Table = "Components"
-            Begin Extent = 
-               Top = 6
-               Left = 38
-               Bottom = 136
-               Right = 279
-            End
-            DisplayFlags = 280
-            TopColumn = 0
-         End
-      End
-   End
-   Begin SQLPane = 
-   End
-   Begin DataPane = 
-      Begin ParameterDefaults = ""
-      End
-   End
-   Begin CriteriaPane = 
-      Begin ColumnWidths = 11
-         Column = 1440
-         Alias = 900
-         Table = 1170
-         Output = 720
-         Append = 1400
-         NewValue = 1170
-         SortType = 1350
-         SortOrder = 1410
-         GroupBy = 1350
-         Filter = 1350
-         Or = 1350
-         Or = 1350
-         Or = 1350
-      End
-   End
-End
-', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'VIEW', @level1name = N'Voltage Regulator - Linear';
-
diff --git a/DB/altium_library/Views/Voltage Regulator - Switchmode.sql b/DB/altium_library/Views/Voltage Regulator - Switchmode.sql
deleted file mode 100644
index 70b061a41..000000000
--- a/DB/altium_library/Views/Voltage Regulator - Switchmode.sql	
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4a321b70abb3570729947f429ac6385cc66af6f35d03dcea4c2469e40ca2a443
-size 1434
diff --git a/DB/altium_library/altium_library.sln b/DB/altium_library/altium_library.sln
deleted file mode 100644
index 19450e1c5..000000000
--- a/DB/altium_library/altium_library.sln
+++ /dev/null
@@ -1,24 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "altium_library", "altium_library.sqlproj", "{E8D2B255-F780-4188-89BA-A3A393B1E265}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Release|Any CPU.Build.0 = Release|Any CPU
-		{E8D2B255-F780-4188-89BA-A3A393B1E265}.Release|Any CPU.Deploy.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/DB/altium_library/altium_library.sqlproj b/DB/altium_library/altium_library.sqlproj
deleted file mode 100644
index 0408473a0..000000000
--- a/DB/altium_library/altium_library.sqlproj
+++ /dev/null
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <Name>altium_library</Name>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectVersion>4.1</ProjectVersion>
-    <ProjectGuid>{e8d2b255-f780-4188-89ba-a3a393b1e265}</ProjectGuid>
-    <DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
-    <OutputType>Database</OutputType>
-    <RootPath>
-    </RootPath>
-    <RootNamespace>altium_library</RootNamespace>
-    <AssemblyName>altium_library</AssemblyName>
-    <ModelCollation>1033,CI</ModelCollation>
-    <DefaultFileStructure>BySchemaType</DefaultFileStructure>
-    <DeployToDatabase>True</DeployToDatabase>
-    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
-    <TargetLanguage>CS</TargetLanguage>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <SqlServerVerification>False</SqlServerVerification>
-    <IncludeCompositeObjects>True</IncludeCompositeObjects>
-    <TargetDatabaseSet>True</TargetDatabaseSet>
-    <DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
-    <DefaultFilegroup>PRIMARY</DefaultFilegroup>
-    <GenerateCreateScript>True</GenerateCreateScript>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>bin\Release\</OutputPath>
-    <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
-    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <DefineDebug>false</DefineDebug>
-    <DefineTrace>true</DefineTrace>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <OutputPath>bin\Debug\</OutputPath>
-    <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
-    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <DefineDebug>true</DefineDebug>
-    <DefineTrace>true</DefineTrace>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
-    <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
-    <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
-    <VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
-  </PropertyGroup>
-  <Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
-  <Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
-  <ItemGroup>
-    <Folder Include="Properties" />
-    <Folder Include="Tables\" />
-    <Folder Include="Views\" />
-    <Folder Include="Security\" />
-  </ItemGroup>
-  <ItemGroup>
-    <Build Include="Tables\Components.sql" />
-    <Build Include="Tables\DefaultMappings.sql" />
-    <Build Include="Views\Power Module.sql" />
-    <Build Include="Views\RF Module.sql" />
-    <Build Include="Views\Digital Isolator.sql" />
-    <Build Include="Views\Connector - Card Edge.sql" />
-    <Build Include="Views\Gate Driver.sql" />
-    <Build Include="Views\Sensor - Current.sql" />
-    <Build Include="Views\Test Point.sql" />
-    <Build Include="Views\ADC - Programmable.sql" />
-    <Build Include="Views\Audio - Amplifier.sql" />
-    <Build Include="Views\Button - Tactile.sql" />
-    <Build Include="Views\Capacitor - Aluminium.sql" />
-    <Build Include="Views\Mounting Bracket.sql" />
-    <Build Include="Views\Capacitor - Aluminium Polymer.sql" />
-    <Build Include="Views\Sensor - Motion.sql" />
-    <Build Include="Views\Capacitor - Ceramic.sql" />
-    <Build Include="Views\Multiplexer.sql" />
-    <Build Include="Views\Capacitor - RF.sql" />
-    <Build Include="Views\Capacitor - Tantalum.sql" />
-    <Build Include="Views\Capacitor - Tantalum Polymer.sql" />
-    <Build Include="Views\Charger.sql" />
-    <Build Include="Views\Chip LED.sql" />
-    <Build Include="Views\Connector - Dev Board.sql" />
-    <Build Include="Views\Connector - Modular.sql" />
-    <Build Include="Views\Connector - Modular w_Magnetics.sql" />
-    <Build Include="Views\Connector - Rectangular.sql" />
-    <Build Include="Views\Connector - SD.sql" />
-    <Build Include="Views\Connector - Terminal Block.sql" />
-    <Build Include="Views\Connector - USB.sql" />
-    <Build Include="Views\Digital to Analogue Converter.sql" />
-    <Build Include="Views\Diode - Rectifier.sql" />
-    <Build Include="Views\Diode - TVS.sql" />
-    <Build Include="Views\Ferrite Chip.sql" />
-    <Build Include="Views\Inductor - Power.sql" />
-    <Build Include="Views\Inductor - RF.sql" />
-    <Build Include="Views\LCD Display - Graphic.sql" />
-    <Build Include="Views\LED Driver.sql" />
-    <Build Include="Views\Light Pipe.sql" />
-    <Build Include="Views\MCU - ARM.sql" />
-    <Build Include="Views\MCU - AVR.sql" />
-    <Build Include="Views\Memory - EEPROM.sql" />
-    <Build Include="Views\Memory - FLASH.sql" />
-    <Build Include="Views\Motor Driver - Controller.sql" />
-    <Build Include="Views\Motor Driver - Stepper.sql" />
-    <Build Include="Views\N-Channel Dual FET Array.sql" />
-    <Build Include="Views\N-Channel FET.sql" />
-    <Build Include="Views\Optoisolator.sql" />
-    <Build Include="Views\Oscillator - Crystal.sql" />
-    <Build Include="Views\Oscillator - MEMS.sql" />
-    <Build Include="Views\Oscillator - TCXO.sql" />
-    <Build Include="Views\Oscillator - VCTCXO.sql" />
-    <Build Include="Views\Oscillator - XO.sql" />
-    <Build Include="Views\P-Channel Dual FET Array.sql" />
-    <Build Include="Views\P-Channel FET.sql" />
-    <Build Include="Views\Resistor - Chip.sql" />
-    <Build Include="Views\Resistor - Current Sense.sql" />
-    <Build Include="Views\Resistor - Potentiometer.sql" />
-    <Build Include="Views\RF Amplifier.sql" />
-    <Build Include="Views\RF Attenuator.sql" />
-    <Build Include="Views\RF Detector.sql" />
-    <Build Include="Views\RF Filter.sql" />
-    <Build Include="Views\RF Switch.sql" />
-    <Build Include="Views\Sensor - Pressure.sql" />
-    <Build Include="Views\Sensor - Thermocouple.sql" />
-    <Build Include="Views\Video.sql" />
-    <Build Include="Views\Voltage Reference.sql" />
-    <Build Include="Views\Voltage Regulator - Linear.sql" />
-    <Build Include="Views\Voltage Regulator - Switchmode.sql" />
-    <Build Include="Views\Battery Holder.sql" />
-    <Build Include="Views\Sensor - Temperature.sql" />
-    <Build Include="Views\Reset Supervisor.sql" />
-    <Build Include="Views\Interface - RS485.sql" />
-    <Build Include="Views\Interface - Ethernet.sql" />
-    <Build Include="Views\Interface - CAN.sql" />
-    <Build Include="Views\Connector - RF.sql" />
-    <Build Include="Views\Button - Slide.sql" />
-    <Build Include="Views\Button - Push.sql" />
-    <Build Include="Views\Thermistor - NTC.sql" />
-    <Build Include="Views\Switch - DIP.sql" />
-    <Build Include="Views\Sensor - Magnetic.sql" />
-    <Build Include="Views\RF Antenna.sql" />
-    <Build Include="Views\Interface - Differential Signal.sql" />
-    <Build Include="Views\Connector - Barrier Block.sql" />
-    <Build Include="Views\Connector - Backplane.sql" />
-    <Build Include="Views\Capacitor - Aluminium TH RA.sql" />
-    <Build Include="Views\Capacitor - Aluminium TH.sql" />
-  </ItemGroup>
-</Project>
\ No newline at end of file
diff --git a/Footprints/Antenna.PcbLib b/Footprints/Antenna.PcbLib
deleted file mode 100644
index daa1d8993..000000000
Binary files a/Footprints/Antenna.PcbLib and /dev/null differ
diff --git a/Footprints/Connectors.PcbLib b/Footprints/Connectors.PcbLib
deleted file mode 100644
index f8e2e744c..000000000
Binary files a/Footprints/Connectors.PcbLib and /dev/null differ
diff --git a/Footprints/Crystals.PcbLib b/Footprints/Crystals.PcbLib
deleted file mode 100644
index 904978f5b..000000000
Binary files a/Footprints/Crystals.PcbLib and /dev/null differ
diff --git a/Footprints/Diodes.PcbLib b/Footprints/Diodes.PcbLib
deleted file mode 100644
index f241dc33d..000000000
Binary files a/Footprints/Diodes.PcbLib and /dev/null differ
diff --git a/Footprints/IR Receiver.PcbLib b/Footprints/IR Receiver.PcbLib
deleted file mode 100644
index 52f8643f3..000000000
Binary files a/Footprints/IR Receiver.PcbLib and /dev/null differ
diff --git a/Footprints/LCD.PcbLib b/Footprints/LCD.PcbLib
deleted file mode 100644
index a9b78f466..000000000
Binary files a/Footprints/LCD.PcbLib and /dev/null differ
diff --git a/Footprints/Leaded.PcbLib b/Footprints/Leaded.PcbLib
deleted file mode 100644
index 7628570c6..000000000
Binary files a/Footprints/Leaded.PcbLib and /dev/null differ
diff --git a/Footprints/Leadless.PcbLib b/Footprints/Leadless.PcbLib
deleted file mode 100644
index 2e5983397..000000000
Binary files a/Footprints/Leadless.PcbLib and /dev/null differ
diff --git a/Footprints/Light Pipe.PcbLib b/Footprints/Light Pipe.PcbLib
deleted file mode 100644
index 92cb84c19..000000000
Binary files a/Footprints/Light Pipe.PcbLib and /dev/null differ
diff --git a/Footprints/Mechanical.PcbLib b/Footprints/Mechanical.PcbLib
deleted file mode 100644
index 6132a7a00..000000000
Binary files a/Footprints/Mechanical.PcbLib and /dev/null differ
diff --git a/Footprints/Optoisolator.PcbLib b/Footprints/Optoisolator.PcbLib
deleted file mode 100644
index 4ac8c6f8e..000000000
Binary files a/Footprints/Optoisolator.PcbLib and /dev/null differ
diff --git a/Footprints/Passives.PcbLib b/Footprints/Passives.PcbLib
deleted file mode 100644
index 6510ee350..000000000
Binary files a/Footprints/Passives.PcbLib and /dev/null differ
diff --git a/Footprints/Power Inductors.PcbLib b/Footprints/Power Inductors.PcbLib
deleted file mode 100644
index a595f85cd..000000000
Binary files a/Footprints/Power Inductors.PcbLib and /dev/null differ
diff --git a/Footprints/QFN.PcbLib b/Footprints/QFN.PcbLib
deleted file mode 100644
index 79bb65713..000000000
Binary files a/Footprints/QFN.PcbLib and /dev/null differ
diff --git a/Footprints/RF Connector.PcbLib b/Footprints/RF Connector.PcbLib
deleted file mode 100644
index 9b23f5602..000000000
Binary files a/Footprints/RF Connector.PcbLib and /dev/null differ
diff --git a/Footprints/RF Filter.PcbLib b/Footprints/RF Filter.PcbLib
deleted file mode 100644
index a99928d6d..000000000
Binary files a/Footprints/RF Filter.PcbLib and /dev/null differ
diff --git a/Footprints/RF Module.PcbLib b/Footprints/RF Module.PcbLib
deleted file mode 100644
index 24ba0b197..000000000
Binary files a/Footprints/RF Module.PcbLib and /dev/null differ
diff --git a/Footprints/SpecialisedSensor.PcbLib b/Footprints/SpecialisedSensor.PcbLib
deleted file mode 100644
index 157605e3c..000000000
Binary files a/Footprints/SpecialisedSensor.PcbLib and /dev/null differ
diff --git a/Footprints/Switch.PcbLib b/Footprints/Switch.PcbLib
deleted file mode 100644
index 4d18489f0..000000000
Binary files a/Footprints/Switch.PcbLib and /dev/null differ
diff --git a/Symbols/ADC.SchLib b/Symbols/ADC.SchLib
deleted file mode 100644
index 4951a6e12..000000000
Binary files a/Symbols/ADC.SchLib and /dev/null differ
diff --git a/Symbols/ARM Cortex.SchLib b/Symbols/ARM Cortex.SchLib
deleted file mode 100644
index 80be5aa2a..000000000
Binary files a/Symbols/ARM Cortex.SchLib and /dev/null differ
diff --git a/Symbols/Atmel AVR.SchLib b/Symbols/Atmel AVR.SchLib
deleted file mode 100644
index 6cdb82a80..000000000
Binary files a/Symbols/Atmel AVR.SchLib and /dev/null differ
diff --git a/Symbols/Audio.SchLib b/Symbols/Audio.SchLib
deleted file mode 100644
index 1a34c1287..000000000
Binary files a/Symbols/Audio.SchLib and /dev/null differ
diff --git a/Symbols/Button.SchLib b/Symbols/Button.SchLib
deleted file mode 100644
index 7d5625e0b..000000000
Binary files a/Symbols/Button.SchLib and /dev/null differ
diff --git a/Symbols/Charger.SchLib b/Symbols/Charger.SchLib
deleted file mode 100644
index 2fd8689da..000000000
Binary files a/Symbols/Charger.SchLib and /dev/null differ
diff --git a/Symbols/Connectors.SchLib b/Symbols/Connectors.SchLib
deleted file mode 100644
index 0c5e8bb48..000000000
Binary files a/Symbols/Connectors.SchLib and /dev/null differ
diff --git a/Symbols/Crystals.SchLib b/Symbols/Crystals.SchLib
deleted file mode 100644
index f9b74a1f9..000000000
Binary files a/Symbols/Crystals.SchLib and /dev/null differ
diff --git a/Symbols/DAC.SchLib b/Symbols/DAC.SchLib
deleted file mode 100644
index 2c3d86a7f..000000000
Binary files a/Symbols/DAC.SchLib and /dev/null differ
diff --git a/Symbols/Dev Board Connectors.SchLib b/Symbols/Dev Board Connectors.SchLib
deleted file mode 100644
index 752589340..000000000
Binary files a/Symbols/Dev Board Connectors.SchLib and /dev/null differ
diff --git a/Symbols/Digital Isolator.SchLib b/Symbols/Digital Isolator.SchLib
deleted file mode 100644
index 9d8329ba3..000000000
Binary files a/Symbols/Digital Isolator.SchLib and /dev/null differ
diff --git a/Symbols/Digital Pot.SchLib b/Symbols/Digital Pot.SchLib
deleted file mode 100644
index a64c7b5b6..000000000
Binary files a/Symbols/Digital Pot.SchLib and /dev/null differ
diff --git a/Symbols/Diodes.SchLib b/Symbols/Diodes.SchLib
deleted file mode 100644
index 95806d7ad..000000000
Binary files a/Symbols/Diodes.SchLib and /dev/null differ
diff --git a/Symbols/Ethernet.SchLib b/Symbols/Ethernet.SchLib
deleted file mode 100644
index 48cef11c6..000000000
Binary files a/Symbols/Ethernet.SchLib and /dev/null differ
diff --git a/Symbols/Inductance to Digital.SchLib b/Symbols/Inductance to Digital.SchLib
deleted file mode 100644
index 16941717d..000000000
Binary files a/Symbols/Inductance to Digital.SchLib and /dev/null differ
diff --git a/Symbols/LCD.SchLib b/Symbols/LCD.SchLib
deleted file mode 100644
index 61da83cd6..000000000
Binary files a/Symbols/LCD.SchLib and /dev/null differ
diff --git a/Symbols/LED Driver.SchLib b/Symbols/LED Driver.SchLib
deleted file mode 100644
index 3e199552e..000000000
Binary files a/Symbols/LED Driver.SchLib and /dev/null differ
diff --git a/Symbols/Memory.SchLib b/Symbols/Memory.SchLib
deleted file mode 100644
index 4130cd127..000000000
Binary files a/Symbols/Memory.SchLib and /dev/null differ
diff --git a/Symbols/Motion Sensor.SchLib b/Symbols/Motion Sensor.SchLib
deleted file mode 100644
index 5bcbeac0d..000000000
Binary files a/Symbols/Motion Sensor.SchLib and /dev/null differ
diff --git a/Symbols/Motor Driver.SchLib b/Symbols/Motor Driver.SchLib
deleted file mode 100644
index b14e64c32..000000000
Binary files a/Symbols/Motor Driver.SchLib and /dev/null differ
diff --git a/Symbols/Multiplexer.SchLib b/Symbols/Multiplexer.SchLib
deleted file mode 100644
index e6ff3ab2f..000000000
Binary files a/Symbols/Multiplexer.SchLib and /dev/null differ
diff --git a/Symbols/N-CH FETs.SchLib b/Symbols/N-CH FETs.SchLib
deleted file mode 100644
index 7e9149bfc..000000000
Binary files a/Symbols/N-CH FETs.SchLib and /dev/null differ
diff --git a/Symbols/Optoisolators.SchLib b/Symbols/Optoisolators.SchLib
deleted file mode 100644
index f67c31b78..000000000
Binary files a/Symbols/Optoisolators.SchLib and /dev/null differ
diff --git a/Symbols/P-CH FETs.SchLib b/Symbols/P-CH FETs.SchLib
deleted file mode 100644
index 4be8a700b..000000000
Binary files a/Symbols/P-CH FETs.SchLib and /dev/null differ
diff --git a/Symbols/Passives.SchLib b/Symbols/Passives.SchLib
deleted file mode 100644
index a2d11b49b..000000000
Binary files a/Symbols/Passives.SchLib and /dev/null differ
diff --git a/Symbols/Power Module.SchLib b/Symbols/Power Module.SchLib
deleted file mode 100644
index c25e91bae..000000000
Binary files a/Symbols/Power Module.SchLib and /dev/null differ
diff --git a/Symbols/Pressure.SchLib b/Symbols/Pressure.SchLib
deleted file mode 100644
index 9bc05db05..000000000
Binary files a/Symbols/Pressure.SchLib and /dev/null differ
diff --git a/Symbols/RF Amp.SchLib b/Symbols/RF Amp.SchLib
deleted file mode 100644
index 70d1bab12..000000000
Binary files a/Symbols/RF Amp.SchLib and /dev/null differ
diff --git a/Symbols/RF Filter.SchLib b/Symbols/RF Filter.SchLib
deleted file mode 100644
index 86f2e21ed..000000000
Binary files a/Symbols/RF Filter.SchLib and /dev/null differ
diff --git a/Symbols/RF IC.SchLib b/Symbols/RF IC.SchLib
deleted file mode 100644
index 3bf48fdea..000000000
Binary files a/Symbols/RF IC.SchLib and /dev/null differ
diff --git a/Symbols/RF Module.SchLib b/Symbols/RF Module.SchLib
deleted file mode 100644
index c6da238b4..000000000
Binary files a/Symbols/RF Module.SchLib and /dev/null differ
diff --git a/Symbols/RF Switch.SchLib b/Symbols/RF Switch.SchLib
deleted file mode 100644
index 4ccbc3e7d..000000000
Binary files a/Symbols/RF Switch.SchLib and /dev/null differ
diff --git a/Symbols/RS485.SchLib b/Symbols/RS485.SchLib
deleted file mode 100644
index cd1e10349..000000000
Binary files a/Symbols/RS485.SchLib and /dev/null differ
diff --git a/Symbols/Reset.SchLib b/Symbols/Reset.SchLib
deleted file mode 100644
index ae9508cbb..000000000
Binary files a/Symbols/Reset.SchLib and /dev/null differ
diff --git a/Symbols/Switch.SchLib b/Symbols/Switch.SchLib
deleted file mode 100644
index 915c5599c..000000000
Binary files a/Symbols/Switch.SchLib and /dev/null differ
diff --git a/Symbols/Temperature Sensor.SchLib b/Symbols/Temperature Sensor.SchLib
deleted file mode 100644
index e0cea8b0f..000000000
Binary files a/Symbols/Temperature Sensor.SchLib and /dev/null differ
diff --git a/Symbols/Thermocouple.SchLib b/Symbols/Thermocouple.SchLib
deleted file mode 100644
index 85fc37b6c..000000000
Binary files a/Symbols/Thermocouple.SchLib and /dev/null differ
diff --git a/Symbols/Video.SchLib b/Symbols/Video.SchLib
deleted file mode 100644
index d154b4833..000000000
Binary files a/Symbols/Video.SchLib and /dev/null differ
diff --git a/Symbols/Voltage References.SchLib b/Symbols/Voltage References.SchLib
deleted file mode 100644
index 3c68fe2c0..000000000
Binary files a/Symbols/Voltage References.SchLib and /dev/null differ
diff --git a/Symbols/Voltage Regulators Linear.SchLib b/Symbols/Voltage Regulators Linear.SchLib
deleted file mode 100644
index faae22538..000000000
Binary files a/Symbols/Voltage Regulators Linear.SchLib and /dev/null differ
diff --git a/Symbols/Voltage Regulators Switchmode.SchLib b/Symbols/Voltage Regulators Switchmode.SchLib
deleted file mode 100644
index 41a679ea5..000000000
Binary files a/Symbols/Voltage Regulators Switchmode.SchLib and /dev/null differ
diff --git a/footprints/Antenna/ANTENOVA SR42W001.PCBLIB b/footprints/Antenna/ANTENOVA SR42W001.PCBLIB
new file mode 100644
index 000000000..773dc8349
Binary files /dev/null and b/footprints/Antenna/ANTENOVA SR42W001.PCBLIB differ
diff --git a/Footprints/Battery Holder.PcbLib b/footprints/Battery Holder/KEYSTONE 2462.PCBLIB
similarity index 64%
rename from Footprints/Battery Holder.PcbLib
rename to footprints/Battery Holder/KEYSTONE 2462.PCBLIB
index fb5e32f44..6492f639c 100644
Binary files a/Footprints/Battery Holder.PcbLib and b/footprints/Battery Holder/KEYSTONE 2462.PCBLIB differ
diff --git a/Footprints/Buttons.PcbLib b/footprints/Buttons/C&K ELUMOASAQ2C12.PCBLIB
similarity index 55%
rename from Footprints/Buttons.PcbLib
rename to footprints/Buttons/C&K ELUMOASAQ2C12.PCBLIB
index 736a8cace..59362114e 100644
Binary files a/Footprints/Buttons.PcbLib and b/footprints/Buttons/C&K ELUMOASAQ2C12.PCBLIB differ
diff --git a/footprints/Buttons/C&K KXT.PCBLIB b/footprints/Buttons/C&K KXT.PCBLIB
new file mode 100644
index 000000000..2268b902e
Binary files /dev/null and b/footprints/Buttons/C&K KXT.PCBLIB differ
diff --git a/footprints/Buttons/ESWITCH TL3750.PCBLIB b/footprints/Buttons/ESWITCH TL3750.PCBLIB
new file mode 100644
index 000000000..e696c793c
Binary files /dev/null and b/footprints/Buttons/ESWITCH TL3750.PCBLIB differ
diff --git a/footprints/Buttons/NKK AB11AH-HA.PCBLIB b/footprints/Buttons/NKK AB11AH-HA.PCBLIB
new file mode 100644
index 000000000..42ba47cea
Binary files /dev/null and b/footprints/Buttons/NKK AB11AH-HA.PCBLIB differ
diff --git a/footprints/Buttons/NKK AB11AH-HC.PCBLIB b/footprints/Buttons/NKK AB11AH-HC.PCBLIB
new file mode 100644
index 000000000..63695da8d
Binary files /dev/null and b/footprints/Buttons/NKK AB11AH-HC.PCBLIB differ
diff --git a/footprints/Buttons/PANASONIC EVPAW.PCBLIB b/footprints/Buttons/PANASONIC EVPAW.PCBLIB
new file mode 100644
index 000000000..4bca6cd5b
Binary files /dev/null and b/footprints/Buttons/PANASONIC EVPAW.PCBLIB differ
diff --git a/footprints/Buttons/TE FSM1LPATR.PCBLIB b/footprints/Buttons/TE FSM1LPATR.PCBLIB
new file mode 100644
index 000000000..4517ca87f
Binary files /dev/null and b/footprints/Buttons/TE FSM1LPATR.PCBLIB differ
diff --git a/footprints/Buttons/TE FSM4JSMA.PCBLIB b/footprints/Buttons/TE FSM4JSMA.PCBLIB
new file mode 100644
index 000000000..1ea6e797e
Binary files /dev/null and b/footprints/Buttons/TE FSM4JSMA.PCBLIB differ
diff --git a/footprints/Buttons/TE FSM6JSMA.PCBLIB b/footprints/Buttons/TE FSM6JSMA.PCBLIB
new file mode 100644
index 000000000..903237418
Binary files /dev/null and b/footprints/Buttons/TE FSM6JSMA.PCBLIB differ
diff --git a/footprints/Buttons/TE FSMSMTR.PCBLIB b/footprints/Buttons/TE FSMSMTR.PCBLIB
new file mode 100644
index 000000000..e0ac9cdd7
Binary files /dev/null and b/footprints/Buttons/TE FSMSMTR.PCBLIB differ
diff --git a/footprints/Connectors/ABRACON ARJC02-111008B.PCBLIB b/footprints/Connectors/ABRACON ARJC02-111008B.PCBLIB
new file mode 100644
index 000000000..66494c93c
Binary files /dev/null and b/footprints/Connectors/ABRACON ARJC02-111008B.PCBLIB differ
diff --git a/footprints/Connectors/AMPHENOL RJCSE538001.PCBLIB b/footprints/Connectors/AMPHENOL RJCSE538001.PCBLIB
new file mode 100644
index 000000000..75b7f4cde
Binary files /dev/null and b/footprints/Connectors/AMPHENOL RJCSE538001.PCBLIB differ
diff --git a/footprints/Connectors/AMPHENOL RJHSE-5380-04.PCBLIB b/footprints/Connectors/AMPHENOL RJHSE-5380-04.PCBLIB
new file mode 100644
index 000000000..f514a0eee
Binary files /dev/null and b/footprints/Connectors/AMPHENOL RJHSE-5380-04.PCBLIB differ
diff --git a/footprints/Connectors/AMPHENOL RJHSE-538X-03.PCBLIB b/footprints/Connectors/AMPHENOL RJHSE-538X-03.PCBLIB
new file mode 100644
index 000000000..64fc6c2fa
Binary files /dev/null and b/footprints/Connectors/AMPHENOL RJHSE-538X-03.PCBLIB differ
diff --git a/footprints/Connectors/AMPHENOL RJLSE4238101T.PCBLIB b/footprints/Connectors/AMPHENOL RJLSE4238101T.PCBLIB
new file mode 100644
index 000000000..07068d589
Binary files /dev/null and b/footprints/Connectors/AMPHENOL RJLSE4238101T.PCBLIB differ
diff --git a/footprints/Connectors/ASSMANN A-2004-2-4-LPS-N-R.PCBLIB b/footprints/Connectors/ASSMANN A-2004-2-4-LPS-N-R.PCBLIB
new file mode 100644
index 000000000..779e6190f
Binary files /dev/null and b/footprints/Connectors/ASSMANN A-2004-2-4-LPS-N-R.PCBLIB differ
diff --git a/footprints/Connectors/ASSMANN A-2004-2-4-LP_FS.PCBLIB b/footprints/Connectors/ASSMANN A-2004-2-4-LP_FS.PCBLIB
new file mode 100644
index 000000000..5aa0c72e6
Binary files /dev/null and b/footprints/Connectors/ASSMANN A-2004-2-4-LP_FS.PCBLIB differ
diff --git a/footprints/Connectors/CNC TECH 3221-10-0300-00.PCBLIB b/footprints/Connectors/CNC TECH 3221-10-0300-00.PCBLIB
new file mode 100644
index 000000000..1aa76342e
Binary files /dev/null and b/footprints/Connectors/CNC TECH 3221-10-0300-00.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-014D.PCBLIB b/footprints/Connectors/CUI PJ-014D.PCBLIB
new file mode 100644
index 000000000..d6f78cbad
Binary files /dev/null and b/footprints/Connectors/CUI PJ-014D.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-014DH-SMT.PCBLIB b/footprints/Connectors/CUI PJ-014DH-SMT.PCBLIB
new file mode 100644
index 000000000..c16de7bb2
Binary files /dev/null and b/footprints/Connectors/CUI PJ-014DH-SMT.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-040D.PCBLIB b/footprints/Connectors/CUI PJ-040D.PCBLIB
new file mode 100644
index 000000000..b33e67579
Binary files /dev/null and b/footprints/Connectors/CUI PJ-040D.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-068B-SMT.PCBLIB b/footprints/Connectors/CUI PJ-068B-SMT.PCBLIB
new file mode 100644
index 000000000..a2a6129d0
Binary files /dev/null and b/footprints/Connectors/CUI PJ-068B-SMT.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-069B-SMT.PCBLIB b/footprints/Connectors/CUI PJ-069B-SMT.PCBLIB
new file mode 100644
index 000000000..4affb3253
Binary files /dev/null and b/footprints/Connectors/CUI PJ-069B-SMT.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-075-SMT.PCBLIB b/footprints/Connectors/CUI PJ-075-SMT.PCBLIB
new file mode 100644
index 000000000..bc628c830
Binary files /dev/null and b/footprints/Connectors/CUI PJ-075-SMT.PCBLIB differ
diff --git a/footprints/Connectors/CUI PJ-102AH.PCBLIB b/footprints/Connectors/CUI PJ-102AH.PCBLIB
new file mode 100644
index 000000000..90d998878
Binary files /dev/null and b/footprints/Connectors/CUI PJ-102AH.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-2PIN.PCBLIB b/footprints/Connectors/FCI 06-381-2PIN.PCBLIB
new file mode 100644
index 000000000..42b865b0d
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-2PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-3PIN.PCBLIB b/footprints/Connectors/FCI 06-381-3PIN.PCBLIB
new file mode 100644
index 000000000..40d13ee78
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-3PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-4PIN.PCBLIB b/footprints/Connectors/FCI 06-381-4PIN.PCBLIB
new file mode 100644
index 000000000..f40e5192f
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-4PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-5PIN.PCBLIB b/footprints/Connectors/FCI 06-381-5PIN.PCBLIB
new file mode 100644
index 000000000..5091a8f1a
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-5PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-6PIN.PCBLIB b/footprints/Connectors/FCI 06-381-6PIN.PCBLIB
new file mode 100644
index 000000000..1b634b57d
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-6PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-7PIN.PCBLIB b/footprints/Connectors/FCI 06-381-7PIN.PCBLIB
new file mode 100644
index 000000000..4e1427777
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-7PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI 06-381-8PIN.PCBLIB b/footprints/Connectors/FCI 06-381-8PIN.PCBLIB
new file mode 100644
index 000000000..b0cc8196d
Binary files /dev/null and b/footprints/Connectors/FCI 06-381-8PIN.PCBLIB differ
diff --git a/footprints/Connectors/FCI USB 10033526-N3212LF.PCBLIB b/footprints/Connectors/FCI USB 10033526-N3212LF.PCBLIB
new file mode 100644
index 000000000..7e6664bc9
Binary files /dev/null and b/footprints/Connectors/FCI USB 10033526-N3212LF.PCBLIB differ
diff --git a/footprints/Connectors/FCI USB 10118193-0001LF.PCBLIB b/footprints/Connectors/FCI USB 10118193-0001LF.PCBLIB
new file mode 100644
index 000000000..827a32885
Binary files /dev/null and b/footprints/Connectors/FCI USB 10118193-0001LF.PCBLIB differ
diff --git a/footprints/Connectors/FCI USB 61729-0010BLF.PCBLIB b/footprints/Connectors/FCI USB 61729-0010BLF.PCBLIB
new file mode 100644
index 000000000..91e4d8a94
Binary files /dev/null and b/footprints/Connectors/FCI USB 61729-0010BLF.PCBLIB differ
diff --git a/footprints/Connectors/FCI USB 61729-1011BLF.PCBLIB b/footprints/Connectors/FCI USB 61729-1011BLF.PCBLIB
new file mode 100644
index 000000000..eb3e12bdc
Binary files /dev/null and b/footprints/Connectors/FCI USB 61729-1011BLF.PCBLIB differ
diff --git a/footprints/Connectors/HARTING 09061486901.PCBLIB b/footprints/Connectors/HARTING 09061486901.PCBLIB
new file mode 100644
index 000000000..ade5e90ae
Binary files /dev/null and b/footprints/Connectors/HARTING 09061486901.PCBLIB differ
diff --git a/footprints/Connectors/HARWIN USB M701-370442.PCBLIB b/footprints/Connectors/HARWIN USB M701-370442.PCBLIB
new file mode 100644
index 000000000..5d335d957
Binary files /dev/null and b/footprints/Connectors/HARWIN USB M701-370442.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13-2P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13-2P-1.25H.PCBLIB
new file mode 100644
index 000000000..0923633e5
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13-2P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13-3P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13-3P-1.25H.PCBLIB
new file mode 100644
index 000000000..6747c85a3
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13-3P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13-4P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13-4P-1.25H.PCBLIB
new file mode 100644
index 000000000..958a74658
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13-4P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13-5P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13-5P-1.25H.PCBLIB
new file mode 100644
index 000000000..0f2822aa2
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13-5P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13-6P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13-6P-1.25H.PCBLIB
new file mode 100644
index 000000000..8f5a24e0c
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13-6P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13A-2P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13A-2P-1.25H.PCBLIB
new file mode 100644
index 000000000..349108075
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13A-2P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13A-3P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13A-3P-1.25H.PCBLIB
new file mode 100644
index 000000000..2997f9c62
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13A-3P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13A-4P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13A-4P-1.25H.PCBLIB
new file mode 100644
index 000000000..89dd87708
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13A-4P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13A-5P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13A-5P-1.25H.PCBLIB
new file mode 100644
index 000000000..e9df6af79
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13A-5P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DF13A-6P-1.25H.PCBLIB b/footprints/Connectors/HIROSE DF13A-6P-1.25H.PCBLIB
new file mode 100644
index 000000000..6870379a6
Binary files /dev/null and b/footprints/Connectors/HIROSE DF13A-6P-1.25H.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DM3AT-SF-PEJM5.PCBLIB b/footprints/Connectors/HIROSE DM3AT-SF-PEJM5.PCBLIB
new file mode 100644
index 000000000..e0c54b8ec
Binary files /dev/null and b/footprints/Connectors/HIROSE DM3AT-SF-PEJM5.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DM3BT-DSF-PEJS.PCBLIB b/footprints/Connectors/HIROSE DM3BT-DSF-PEJS.PCBLIB
new file mode 100644
index 000000000..88f6037bc
Binary files /dev/null and b/footprints/Connectors/HIROSE DM3BT-DSF-PEJS.PCBLIB differ
diff --git a/footprints/Connectors/HIROSE DM3CS.PCBLIB b/footprints/Connectors/HIROSE DM3CS.PCBLIB
new file mode 100644
index 000000000..0edb6db0b
Binary files /dev/null and b/footprints/Connectors/HIROSE DM3CS.PCBLIB differ
diff --git a/footprints/Connectors/JST B10B-PH-K.PCBLIB b/footprints/Connectors/JST B10B-PH-K.PCBLIB
new file mode 100644
index 000000000..11c885d3d
Binary files /dev/null and b/footprints/Connectors/JST B10B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B2B-PH-K.PCBLIB b/footprints/Connectors/JST B2B-PH-K.PCBLIB
new file mode 100644
index 000000000..de9143b34
Binary files /dev/null and b/footprints/Connectors/JST B2B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B3B-PH-K.PCBLIB b/footprints/Connectors/JST B3B-PH-K.PCBLIB
new file mode 100644
index 000000000..ca2e8b896
Binary files /dev/null and b/footprints/Connectors/JST B3B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B4B-PH-K.PCBLIB b/footprints/Connectors/JST B4B-PH-K.PCBLIB
new file mode 100644
index 000000000..ee14d5689
Binary files /dev/null and b/footprints/Connectors/JST B4B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B5B-PH-K.PCBLIB b/footprints/Connectors/JST B5B-PH-K.PCBLIB
new file mode 100644
index 000000000..b20f0568a
Binary files /dev/null and b/footprints/Connectors/JST B5B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B6B-PH-K.PCBLIB b/footprints/Connectors/JST B6B-PH-K.PCBLIB
new file mode 100644
index 000000000..8a047616d
Binary files /dev/null and b/footprints/Connectors/JST B6B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B7B-PH-K.PCBLIB b/footprints/Connectors/JST B7B-PH-K.PCBLIB
new file mode 100644
index 000000000..8562d217d
Binary files /dev/null and b/footprints/Connectors/JST B7B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B8B-PH-K.PCBLIB b/footprints/Connectors/JST B8B-PH-K.PCBLIB
new file mode 100644
index 000000000..213a93ec0
Binary files /dev/null and b/footprints/Connectors/JST B8B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST B9B-PH-K.PCBLIB b/footprints/Connectors/JST B9B-PH-K.PCBLIB
new file mode 100644
index 000000000..b40846ce9
Binary files /dev/null and b/footprints/Connectors/JST B9B-PH-K.PCBLIB differ
diff --git a/footprints/Connectors/JST BM02B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM02B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..a02dbbd3a
Binary files /dev/null and b/footprints/Connectors/JST BM02B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM02B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM02B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..8e9ce305b
Binary files /dev/null and b/footprints/Connectors/JST BM02B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM02B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM02B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..b0651b084
Binary files /dev/null and b/footprints/Connectors/JST BM02B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM02B-SURS-TF.PCBLIB b/footprints/Connectors/JST BM02B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..95015360c
Binary files /dev/null and b/footprints/Connectors/JST BM02B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM03B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM03B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..7ed30536c
Binary files /dev/null and b/footprints/Connectors/JST BM03B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM03B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM03B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..602f5cd61
Binary files /dev/null and b/footprints/Connectors/JST BM03B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM03B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM03B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..cf8563925
Binary files /dev/null and b/footprints/Connectors/JST BM03B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM03B-SURS-TF.PCBLIB b/footprints/Connectors/JST BM03B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..fd6802648
Binary files /dev/null and b/footprints/Connectors/JST BM03B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM04B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM04B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..18f29dfcb
Binary files /dev/null and b/footprints/Connectors/JST BM04B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM04B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM04B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..de3bc82e9
Binary files /dev/null and b/footprints/Connectors/JST BM04B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM04B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM04B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..2e740326e
Binary files /dev/null and b/footprints/Connectors/JST BM04B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM04B-SURS-TF.PCBLIB b/footprints/Connectors/JST BM04B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..7d52b4eea
Binary files /dev/null and b/footprints/Connectors/JST BM04B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM05B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM05B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..76b12d70b
Binary files /dev/null and b/footprints/Connectors/JST BM05B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM05B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM05B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..838c36dbf
Binary files /dev/null and b/footprints/Connectors/JST BM05B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM05B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM05B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..4979db78b
Binary files /dev/null and b/footprints/Connectors/JST BM05B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM06B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM06B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..ff2ad98cf
Binary files /dev/null and b/footprints/Connectors/JST BM06B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM06B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM06B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..ec302c01b
Binary files /dev/null and b/footprints/Connectors/JST BM06B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM06B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM06B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..7dba9be2a
Binary files /dev/null and b/footprints/Connectors/JST BM06B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM07B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM07B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..801f24f8d
Binary files /dev/null and b/footprints/Connectors/JST BM07B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM07B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM07B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..ce99dec93
Binary files /dev/null and b/footprints/Connectors/JST BM07B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM07B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM07B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..ee8d1dc0f
Binary files /dev/null and b/footprints/Connectors/JST BM07B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM08B-GHS-TBT.PCBLIB b/footprints/Connectors/JST BM08B-GHS-TBT.PCBLIB
new file mode 100644
index 000000000..9836173bb
Binary files /dev/null and b/footprints/Connectors/JST BM08B-GHS-TBT.PCBLIB differ
diff --git a/footprints/Connectors/JST BM08B-PASS-TF.PCBLIB b/footprints/Connectors/JST BM08B-PASS-TF.PCBLIB
new file mode 100644
index 000000000..11acfc09b
Binary files /dev/null and b/footprints/Connectors/JST BM08B-PASS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST BM08B-SRSS-TB.PCBLIB b/footprints/Connectors/JST BM08B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..801c36254
Binary files /dev/null and b/footprints/Connectors/JST BM08B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST BM08B-SURS-TF.PCBLIB b/footprints/Connectors/JST BM08B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..5acf9213c
Binary files /dev/null and b/footprints/Connectors/JST BM08B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM02B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM02B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..8e75a0638
Binary files /dev/null and b/footprints/Connectors/JST SM02B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM02B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM02B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..c4e3a5ca7
Binary files /dev/null and b/footprints/Connectors/JST SM02B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM02B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM02B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..52c29f502
Binary files /dev/null and b/footprints/Connectors/JST SM02B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM02B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM02B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..bde164a8e
Binary files /dev/null and b/footprints/Connectors/JST SM02B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM03B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM03B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..178427749
Binary files /dev/null and b/footprints/Connectors/JST SM03B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM03B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM03B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..df8720ae6
Binary files /dev/null and b/footprints/Connectors/JST SM03B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM03B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM03B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..4576a6d63
Binary files /dev/null and b/footprints/Connectors/JST SM03B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM03B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM03B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..bfb30e1ef
Binary files /dev/null and b/footprints/Connectors/JST SM03B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM04B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM04B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..e09d883d1
Binary files /dev/null and b/footprints/Connectors/JST SM04B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM04B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM04B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..1665c2244
Binary files /dev/null and b/footprints/Connectors/JST SM04B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM04B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM04B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..799fa1036
Binary files /dev/null and b/footprints/Connectors/JST SM04B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM04B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM04B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..7f5695033
Binary files /dev/null and b/footprints/Connectors/JST SM04B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM05B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM05B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..ade25a0c2
Binary files /dev/null and b/footprints/Connectors/JST SM05B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM05B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM05B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..fa00fb36a
Binary files /dev/null and b/footprints/Connectors/JST SM05B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM05B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM05B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..a9f427c7a
Binary files /dev/null and b/footprints/Connectors/JST SM05B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM05B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM05B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..cfd4c8a78
Binary files /dev/null and b/footprints/Connectors/JST SM05B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM06B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM06B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..34e102e6c
Binary files /dev/null and b/footprints/Connectors/JST SM06B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM06B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM06B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..185f02afe
Binary files /dev/null and b/footprints/Connectors/JST SM06B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM06B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM06B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..98f9d7def
Binary files /dev/null and b/footprints/Connectors/JST SM06B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM06B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM06B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..d7053ea2e
Binary files /dev/null and b/footprints/Connectors/JST SM06B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST SM07B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM07B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..9e41945a1
Binary files /dev/null and b/footprints/Connectors/JST SM07B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM07B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM07B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..bfb387e91
Binary files /dev/null and b/footprints/Connectors/JST SM07B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM07B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM07B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..08876abb3
Binary files /dev/null and b/footprints/Connectors/JST SM07B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM08B-GHS-TB.PCBLIB b/footprints/Connectors/JST SM08B-GHS-TB.PCBLIB
new file mode 100644
index 000000000..47f365274
Binary files /dev/null and b/footprints/Connectors/JST SM08B-GHS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM08B-PASS-TB.PCBLIB b/footprints/Connectors/JST SM08B-PASS-TB.PCBLIB
new file mode 100644
index 000000000..f493172e2
Binary files /dev/null and b/footprints/Connectors/JST SM08B-PASS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM08B-SRSS-TB.PCBLIB b/footprints/Connectors/JST SM08B-SRSS-TB.PCBLIB
new file mode 100644
index 000000000..7ea5baf06
Binary files /dev/null and b/footprints/Connectors/JST SM08B-SRSS-TB.PCBLIB differ
diff --git a/footprints/Connectors/JST SM08B-SURS-TF.PCBLIB b/footprints/Connectors/JST SM08B-SURS-TF.PCBLIB
new file mode 100644
index 000000000..985334adc
Binary files /dev/null and b/footprints/Connectors/JST SM08B-SURS-TF.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B10B-XH-A.PCBLIB b/footprints/Connectors/JST XH B10B-XH-A.PCBLIB
new file mode 100644
index 000000000..82e1141a0
Binary files /dev/null and b/footprints/Connectors/JST XH B10B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B2B-XH-A.PCBLIB b/footprints/Connectors/JST XH B2B-XH-A.PCBLIB
new file mode 100644
index 000000000..c8afb318b
Binary files /dev/null and b/footprints/Connectors/JST XH B2B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B3B-XH-A.PCBLIB b/footprints/Connectors/JST XH B3B-XH-A.PCBLIB
new file mode 100644
index 000000000..0fc78dc38
Binary files /dev/null and b/footprints/Connectors/JST XH B3B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B4B-XH-A.PCBLIB b/footprints/Connectors/JST XH B4B-XH-A.PCBLIB
new file mode 100644
index 000000000..3e9f2d1f4
Binary files /dev/null and b/footprints/Connectors/JST XH B4B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B5B-XH-A.PCBLIB b/footprints/Connectors/JST XH B5B-XH-A.PCBLIB
new file mode 100644
index 000000000..d6db20b4a
Binary files /dev/null and b/footprints/Connectors/JST XH B5B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B6B-XH-A.PCBLIB b/footprints/Connectors/JST XH B6B-XH-A.PCBLIB
new file mode 100644
index 000000000..aafa1ca5d
Binary files /dev/null and b/footprints/Connectors/JST XH B6B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B7B-XH-A.PCBLIB b/footprints/Connectors/JST XH B7B-XH-A.PCBLIB
new file mode 100644
index 000000000..2f3234216
Binary files /dev/null and b/footprints/Connectors/JST XH B7B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B8B-XH-A.PCBLIB b/footprints/Connectors/JST XH B8B-XH-A.PCBLIB
new file mode 100644
index 000000000..ec3cbae0e
Binary files /dev/null and b/footprints/Connectors/JST XH B8B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/JST XH B9B-XH-A.PCBLIB b/footprints/Connectors/JST XH B9B-XH-A.PCBLIB
new file mode 100644
index 000000000..d57185edf
Binary files /dev/null and b/footprints/Connectors/JST XH B9B-XH-A.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX 857931001.PCBLIB b/footprints/Connectors/MOLEX 857931001.PCBLIB
new file mode 100644
index 000000000..726234881
Binary files /dev/null and b/footprints/Connectors/MOLEX 857931001.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272021.PCBLIB b/footprints/Connectors/MOLEX KK 0022272021.PCBLIB
new file mode 100644
index 000000000..7d808d773
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272021.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272031.PCBLIB b/footprints/Connectors/MOLEX KK 0022272031.PCBLIB
new file mode 100644
index 000000000..75c607828
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272031.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272041.PCBLIB b/footprints/Connectors/MOLEX KK 0022272041.PCBLIB
new file mode 100644
index 000000000..baf26aa6a
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272041.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272051.PCBLIB b/footprints/Connectors/MOLEX KK 0022272051.PCBLIB
new file mode 100644
index 000000000..ec815ec6b
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272051.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272061.PCBLIB b/footprints/Connectors/MOLEX KK 0022272061.PCBLIB
new file mode 100644
index 000000000..eed240c2e
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272061.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272071.PCBLIB b/footprints/Connectors/MOLEX KK 0022272071.PCBLIB
new file mode 100644
index 000000000..738cf04e6
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272071.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272081.PCBLIB b/footprints/Connectors/MOLEX KK 0022272081.PCBLIB
new file mode 100644
index 000000000..e432d7131
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272081.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272091.PCBLIB b/footprints/Connectors/MOLEX KK 0022272091.PCBLIB
new file mode 100644
index 000000000..0a639eae0
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272091.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX KK 0022272101.PCBLIB b/footprints/Connectors/MOLEX KK 0022272101.PCBLIB
new file mode 100644
index 000000000..601df6ea1
Binary files /dev/null and b/footprints/Connectors/MOLEX KK 0022272101.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-2PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-2PIN.PCBLIB
new file mode 100644
index 000000000..1fad4288f
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-2PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-3PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-3PIN.PCBLIB
new file mode 100644
index 000000000..9335b3edc
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-3PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-4PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-4PIN.PCBLIB
new file mode 100644
index 000000000..4b4363f24
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-4PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-5PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-5PIN.PCBLIB
new file mode 100644
index 000000000..321e49212
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-5PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-6PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-6PIN.PCBLIB
new file mode 100644
index 000000000..6cf69e4bc
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-6PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-7PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-7PIN.PCBLIB
new file mode 100644
index 000000000..60214bb2a
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-7PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70553-8PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70553-8PIN.PCBLIB
new file mode 100644
index 000000000..66ebdee3e
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70553-8PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-2PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-2PIN.PCBLIB
new file mode 100644
index 000000000..5627188d6
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-2PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-3PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-3PIN.PCBLIB
new file mode 100644
index 000000000..a759e0fae
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-3PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-4PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-4PIN.PCBLIB
new file mode 100644
index 000000000..3a20e948f
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-4PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-5PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-5PIN.PCBLIB
new file mode 100644
index 000000000..5260e8710
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-5PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-6PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-6PIN.PCBLIB
new file mode 100644
index 000000000..238fbe8b7
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-6PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-7PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-7PIN.PCBLIB
new file mode 100644
index 000000000..eaec6ecd9
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-7PIN.PCBLIB differ
diff --git a/footprints/Connectors/MOLEX SDA-70555-8PIN.PCBLIB b/footprints/Connectors/MOLEX SDA-70555-8PIN.PCBLIB
new file mode 100644
index 000000000..01c99317a
Binary files /dev/null and b/footprints/Connectors/MOLEX SDA-70555-8PIN.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSQ-115-03-T-D.PCBLIB b/footprints/Connectors/SAMTEC SSQ-115-03-T-D.PCBLIB
new file mode 100644
index 000000000..b3cefa418
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSQ-115-03-T-D.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-101-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-101-03-T-S.PCBLIB
new file mode 100644
index 000000000..9ae468831
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-101-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-102-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-102-03-T-S.PCBLIB
new file mode 100644
index 000000000..4d2c71448
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-102-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-103-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-103-03-T-S.PCBLIB
new file mode 100644
index 000000000..b6d085532
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-103-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-104-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-104-03-T-S.PCBLIB
new file mode 100644
index 000000000..f2534fc55
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-104-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-105-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-105-03-T-S.PCBLIB
new file mode 100644
index 000000000..864eb2575
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-105-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-106-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-106-03-T-S.PCBLIB
new file mode 100644
index 000000000..e3816efcc
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-106-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-107-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-107-03-T-S.PCBLIB
new file mode 100644
index 000000000..e35eae171
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-107-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-108-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-108-03-T-S.PCBLIB
new file mode 100644
index 000000000..66f594103
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-108-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-109-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-109-03-T-S.PCBLIB
new file mode 100644
index 000000000..d83549803
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-109-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SAMTEC SSW-110-03-T-S.PCBLIB b/footprints/Connectors/SAMTEC SSW-110-03-T-S.PCBLIB
new file mode 100644
index 000000000..81a7f1545
Binary files /dev/null and b/footprints/Connectors/SAMTEC SSW-110-03-T-S.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN031BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN031BFCN.PCBLIB
new file mode 100644
index 000000000..e144842f5
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN031BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN041BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN041BFCN.PCBLIB
new file mode 100644
index 000000000..117389018
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN041BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN051BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN051BFCN.PCBLIB
new file mode 100644
index 000000000..5d9efdfa6
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN051BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN061BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN061BFCN.PCBLIB
new file mode 100644
index 000000000..be9442413
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN061BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN071BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN071BFCN.PCBLIB
new file mode 100644
index 000000000..f08ec4a55
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN071BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN081BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN081BFCN.PCBLIB
new file mode 100644
index 000000000..8cfb40706
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN081BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN091BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN091BFCN.PCBLIB
new file mode 100644
index 000000000..463289a41
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN091BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS NPPN101BFCN.PCBLIB b/footprints/Connectors/SULLINS NPPN101BFCN.PCBLIB
new file mode 100644
index 000000000..5ffae949b
Binary files /dev/null and b/footprints/Connectors/SULLINS NPPN101BFCN.PCBLIB differ
diff --git a/footprints/Connectors/SULLINS SBH11-NBPC-D10-ST-BK.PCBLIB b/footprints/Connectors/SULLINS SBH11-NBPC-D10-ST-BK.PCBLIB
new file mode 100644
index 000000000..e0cba8022
Binary files /dev/null and b/footprints/Connectors/SULLINS SBH11-NBPC-D10-ST-BK.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-2.PCBLIB b/footprints/Connectors/TE 282834-2.PCBLIB
new file mode 100644
index 000000000..f30ee7b42
Binary files /dev/null and b/footprints/Connectors/TE 282834-2.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-3.PCBLIB b/footprints/Connectors/TE 282834-3.PCBLIB
new file mode 100644
index 000000000..346c840d3
Binary files /dev/null and b/footprints/Connectors/TE 282834-3.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-4.PCBLIB b/footprints/Connectors/TE 282834-4.PCBLIB
new file mode 100644
index 000000000..ce80611e4
Binary files /dev/null and b/footprints/Connectors/TE 282834-4.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-5.PCBLIB b/footprints/Connectors/TE 282834-5.PCBLIB
new file mode 100644
index 000000000..762b121b0
Binary files /dev/null and b/footprints/Connectors/TE 282834-5.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-6.PCBLIB b/footprints/Connectors/TE 282834-6.PCBLIB
new file mode 100644
index 000000000..c24eeabb6
Binary files /dev/null and b/footprints/Connectors/TE 282834-6.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-7.PCBLIB b/footprints/Connectors/TE 282834-7.PCBLIB
new file mode 100644
index 000000000..050f1c5eb
Binary files /dev/null and b/footprints/Connectors/TE 282834-7.PCBLIB differ
diff --git a/footprints/Connectors/TE 282834-8.PCBLIB b/footprints/Connectors/TE 282834-8.PCBLIB
new file mode 100644
index 000000000..c376661b5
Binary files /dev/null and b/footprints/Connectors/TE 282834-8.PCBLIB differ
diff --git a/footprints/Connectors/TE 4DB-P108-02.PCBLIB b/footprints/Connectors/TE 4DB-P108-02.PCBLIB
new file mode 100644
index 000000000..894f553ad
Binary files /dev/null and b/footprints/Connectors/TE 4DB-P108-02.PCBLIB differ
diff --git a/footprints/Connectors/TE 4DB-P108-03.PCBLIB b/footprints/Connectors/TE 4DB-P108-03.PCBLIB
new file mode 100644
index 000000000..4f2cd31ce
Binary files /dev/null and b/footprints/Connectors/TE 4DB-P108-03.PCBLIB differ
diff --git a/footprints/Connectors/TE 4DB-P108-04.PCBLIB b/footprints/Connectors/TE 4DB-P108-04.PCBLIB
new file mode 100644
index 000000000..eb1b2c2d1
Binary files /dev/null and b/footprints/Connectors/TE 4DB-P108-04.PCBLIB differ
diff --git a/footprints/Connectors/TE 5650118-3.PCBLIB b/footprints/Connectors/TE 5650118-3.PCBLIB
new file mode 100644
index 000000000..7cce12b37
Binary files /dev/null and b/footprints/Connectors/TE 5650118-3.PCBLIB differ
diff --git a/footprints/Connectors/TE 6339168-01-B.PCBLIB b/footprints/Connectors/TE 6339168-01-B.PCBLIB
new file mode 100644
index 000000000..b14372218
Binary files /dev/null and b/footprints/Connectors/TE 6339168-01-B.PCBLIB differ
diff --git a/footprints/Connectors/TE NC6-P108-02.PCBLIB b/footprints/Connectors/TE NC6-P108-02.PCBLIB
new file mode 100644
index 000000000..3b52dcf9d
Binary files /dev/null and b/footprints/Connectors/TE NC6-P108-02.PCBLIB differ
diff --git a/footprints/Connectors/TE NC6-P108-03.PCBLIB b/footprints/Connectors/TE NC6-P108-03.PCBLIB
new file mode 100644
index 000000000..8842053f1
Binary files /dev/null and b/footprints/Connectors/TE NC6-P108-03.PCBLIB differ
diff --git a/footprints/Connectors/TE NC6-P108-04.PCBLIB b/footprints/Connectors/TE NC6-P108-04.PCBLIB
new file mode 100644
index 000000000..aa97df900
Binary files /dev/null and b/footprints/Connectors/TE NC6-P108-04.PCBLIB differ
diff --git a/footprints/Connectors/TE USB-C 2129691-1.PCBLIB b/footprints/Connectors/TE USB-C 2129691-1.PCBLIB
new file mode 100644
index 000000000..5cc3c0db9
Binary files /dev/null and b/footprints/Connectors/TE USB-C 2129691-1.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110302.PCBLIB b/footprints/Connectors/WURTH 691508110302.PCBLIB
new file mode 100644
index 000000000..ae383a762
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110302.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110303.PCBLIB b/footprints/Connectors/WURTH 691508110303.PCBLIB
new file mode 100644
index 000000000..280e373e2
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110303.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110304.PCBLIB b/footprints/Connectors/WURTH 691508110304.PCBLIB
new file mode 100644
index 000000000..c56f1fc4f
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110304.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110305.PCBLIB b/footprints/Connectors/WURTH 691508110305.PCBLIB
new file mode 100644
index 000000000..f374ea11b
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110305.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110306.PCBLIB b/footprints/Connectors/WURTH 691508110306.PCBLIB
new file mode 100644
index 000000000..f9c82164b
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110306.PCBLIB differ
diff --git a/footprints/Connectors/WURTH 691508110308.PCBLIB b/footprints/Connectors/WURTH 691508110308.PCBLIB
new file mode 100644
index 000000000..645df0229
Binary files /dev/null and b/footprints/Connectors/WURTH 691508110308.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABLS.PCBLIB b/footprints/Crystals/ABRACON ABLS.PCBLIB
new file mode 100644
index 000000000..4f84e005f
Binary files /dev/null and b/footprints/Crystals/ABRACON ABLS.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABM10.PCBLIB b/footprints/Crystals/ABRACON ABM10.PCBLIB
new file mode 100644
index 000000000..0952c31ce
Binary files /dev/null and b/footprints/Crystals/ABRACON ABM10.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABM8G.PCBLIB b/footprints/Crystals/ABRACON ABM8G.PCBLIB
new file mode 100644
index 000000000..3c1ff6e8e
Binary files /dev/null and b/footprints/Crystals/ABRACON ABM8G.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABS06.PCBLIB b/footprints/Crystals/ABRACON ABS06.PCBLIB
new file mode 100644
index 000000000..a09f27a3e
Binary files /dev/null and b/footprints/Crystals/ABRACON ABS06.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABS07.PCBLIB b/footprints/Crystals/ABRACON ABS07.PCBLIB
new file mode 100644
index 000000000..905b618d5
Binary files /dev/null and b/footprints/Crystals/ABRACON ABS07.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ABS25.PCBLIB b/footprints/Crystals/ABRACON ABS25.PCBLIB
new file mode 100644
index 000000000..6be9a99e0
Binary files /dev/null and b/footprints/Crystals/ABRACON ABS25.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASD.PCBLIB b/footprints/Crystals/ABRACON ASD.PCBLIB
new file mode 100644
index 000000000..3d3d179b0
Binary files /dev/null and b/footprints/Crystals/ABRACON ASD.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASDM.PCBLIB b/footprints/Crystals/ABRACON ASDM.PCBLIB
new file mode 100644
index 000000000..982a9b4c0
Binary files /dev/null and b/footprints/Crystals/ABRACON ASDM.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASDMB.PCBLIB b/footprints/Crystals/ABRACON ASDMB.PCBLIB
new file mode 100644
index 000000000..66b7736ee
Binary files /dev/null and b/footprints/Crystals/ABRACON ASDMB.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASE.PCBLIB b/footprints/Crystals/ABRACON ASE.PCBLIB
new file mode 100644
index 000000000..41d858fef
Binary files /dev/null and b/footprints/Crystals/ABRACON ASE.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASEMB.PCBLIB b/footprints/Crystals/ABRACON ASEMB.PCBLIB
new file mode 100644
index 000000000..5d31edf7f
Binary files /dev/null and b/footprints/Crystals/ABRACON ASEMB.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASTX-11.PCBLIB b/footprints/Crystals/ABRACON ASTX-11.PCBLIB
new file mode 100644
index 000000000..4ec1e9ebe
Binary files /dev/null and b/footprints/Crystals/ABRACON ASTX-11.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASVTX-09.PCBLIB b/footprints/Crystals/ABRACON ASVTX-09.PCBLIB
new file mode 100644
index 000000000..40b5a0e17
Binary files /dev/null and b/footprints/Crystals/ABRACON ASVTX-09.PCBLIB differ
diff --git a/footprints/Crystals/ABRACON ASVTX-11.PCBLIB b/footprints/Crystals/ABRACON ASVTX-11.PCBLIB
new file mode 100644
index 000000000..0cb2f1981
Binary files /dev/null and b/footprints/Crystals/ABRACON ASVTX-11.PCBLIB differ
diff --git a/footprints/Crystals/CTS MODEL 532.PCBLIB b/footprints/Crystals/CTS MODEL 532.PCBLIB
new file mode 100644
index 000000000..4f0375b5a
Binary files /dev/null and b/footprints/Crystals/CTS MODEL 532.PCBLIB differ
diff --git a/footprints/Crystals/ECS CSM-3X.PCBLIB b/footprints/Crystals/ECS CSM-3X.PCBLIB
new file mode 100644
index 000000000..ef9a83a5c
Binary files /dev/null and b/footprints/Crystals/ECS CSM-3X.PCBLIB differ
diff --git a/footprints/Crystals/EPSON TSX-3225.PCBLIB b/footprints/Crystals/EPSON TSX-3225.PCBLIB
new file mode 100644
index 000000000..1315ebba4
Binary files /dev/null and b/footprints/Crystals/EPSON TSX-3225.PCBLIB differ
diff --git a/footprints/Crystals/FOX 924.PCBLIB b/footprints/Crystals/FOX 924.PCBLIB
new file mode 100644
index 000000000..d6d67af8b
Binary files /dev/null and b/footprints/Crystals/FOX 924.PCBLIB differ
diff --git a/footprints/Crystals/KYOCERA CX2016DB.PCBLIB b/footprints/Crystals/KYOCERA CX2016DB.PCBLIB
new file mode 100644
index 000000000..4b847f645
Binary files /dev/null and b/footprints/Crystals/KYOCERA CX2016DB.PCBLIB differ
diff --git a/footprints/Crystals/KYOCERA CX3225GB.PCBLIB b/footprints/Crystals/KYOCERA CX3225GB.PCBLIB
new file mode 100644
index 000000000..37f86175e
Binary files /dev/null and b/footprints/Crystals/KYOCERA CX3225GB.PCBLIB differ
diff --git a/footprints/Crystals/NDK NX2520SA.PCBLIB b/footprints/Crystals/NDK NX2520SA.PCBLIB
new file mode 100644
index 000000000..bbf6c3abe
Binary files /dev/null and b/footprints/Crystals/NDK NX2520SA.PCBLIB differ
diff --git a/footprints/Crystals/NDK NX3225GA.PCBLIB b/footprints/Crystals/NDK NX3225GA.PCBLIB
new file mode 100644
index 000000000..0a2db94d1
Binary files /dev/null and b/footprints/Crystals/NDK NX3225GA.PCBLIB differ
diff --git a/footprints/Crystals/NDK NX3225SA.PCBLIB b/footprints/Crystals/NDK NX3225SA.PCBLIB
new file mode 100644
index 000000000..1fb187f48
Binary files /dev/null and b/footprints/Crystals/NDK NX3225SA.PCBLIB differ
diff --git a/footprints/Crystals/NDK NX5032GA.PCBLIB b/footprints/Crystals/NDK NX5032GA.PCBLIB
new file mode 100644
index 000000000..46c6051d4
Binary files /dev/null and b/footprints/Crystals/NDK NX5032GA.PCBLIB differ
diff --git a/footprints/Crystals/NDK NX8045GB.PCBLIB b/footprints/Crystals/NDK NX8045GB.PCBLIB
new file mode 100644
index 000000000..531e67fde
Binary files /dev/null and b/footprints/Crystals/NDK NX8045GB.PCBLIB differ
diff --git a/footprints/Crystals/TXC 9C.PCBLIB b/footprints/Crystals/TXC 9C.PCBLIB
new file mode 100644
index 000000000..d15576cc0
Binary files /dev/null and b/footprints/Crystals/TXC 9C.PCBLIB differ
diff --git a/footprints/Diodes/BOURNS DO214AA SMB.PCBLIB b/footprints/Diodes/BOURNS DO214AA SMB.PCBLIB
new file mode 100644
index 000000000..0ea1e8bdb
Binary files /dev/null and b/footprints/Diodes/BOURNS DO214AA SMB.PCBLIB differ
diff --git a/footprints/Diodes/BOURNS DO214AC SMA.PCBLIB b/footprints/Diodes/BOURNS DO214AC SMA.PCBLIB
new file mode 100644
index 000000000..ed33e8fe3
Binary files /dev/null and b/footprints/Diodes/BOURNS DO214AC SMA.PCBLIB differ
diff --git a/footprints/Diodes/DO214AA SMB.PCBLIB b/footprints/Diodes/DO214AA SMB.PCBLIB
new file mode 100644
index 000000000..bbff26b27
Binary files /dev/null and b/footprints/Diodes/DO214AA SMB.PCBLIB differ
diff --git a/footprints/Diodes/DO214AB SMC.PCBLIB b/footprints/Diodes/DO214AB SMC.PCBLIB
new file mode 100644
index 000000000..279fa0ad1
Binary files /dev/null and b/footprints/Diodes/DO214AB SMC.PCBLIB differ
diff --git a/footprints/Diodes/DO214AC SMA.PCBLIB b/footprints/Diodes/DO214AC SMA.PCBLIB
new file mode 100644
index 000000000..e1feeeb18
Binary files /dev/null and b/footprints/Diodes/DO214AC SMA.PCBLIB differ
diff --git a/footprints/Diodes/LED 0402_1005 BLUE.PCBLIB b/footprints/Diodes/LED 0402_1005 BLUE.PCBLIB
new file mode 100644
index 000000000..b348c7d56
Binary files /dev/null and b/footprints/Diodes/LED 0402_1005 BLUE.PCBLIB differ
diff --git a/footprints/Diodes/LED 0402_1005 GREEN.PCBLIB b/footprints/Diodes/LED 0402_1005 GREEN.PCBLIB
new file mode 100644
index 000000000..da325eaef
Binary files /dev/null and b/footprints/Diodes/LED 0402_1005 GREEN.PCBLIB differ
diff --git a/footprints/Diodes/LED 0402_1005 RED.PCBLIB b/footprints/Diodes/LED 0402_1005 RED.PCBLIB
new file mode 100644
index 000000000..e79ed3faa
Binary files /dev/null and b/footprints/Diodes/LED 0402_1005 RED.PCBLIB differ
diff --git a/footprints/Diodes/LED 0402_1005 YELLOW.PCBLIB b/footprints/Diodes/LED 0402_1005 YELLOW.PCBLIB
new file mode 100644
index 000000000..a7fbbd28b
Binary files /dev/null and b/footprints/Diodes/LED 0402_1005 YELLOW.PCBLIB differ
diff --git a/footprints/Diodes/LED 0402_1005.PCBLIB b/footprints/Diodes/LED 0402_1005.PCBLIB
new file mode 100644
index 000000000..d7725b292
Binary files /dev/null and b/footprints/Diodes/LED 0402_1005.PCBLIB differ
diff --git a/footprints/Diodes/LED 0603_1608 BLUE.PCBLIB b/footprints/Diodes/LED 0603_1608 BLUE.PCBLIB
new file mode 100644
index 000000000..83931ed66
Binary files /dev/null and b/footprints/Diodes/LED 0603_1608 BLUE.PCBLIB differ
diff --git a/footprints/Diodes/LED 0603_1608 GREEN.PCBLIB b/footprints/Diodes/LED 0603_1608 GREEN.PCBLIB
new file mode 100644
index 000000000..122c3e284
Binary files /dev/null and b/footprints/Diodes/LED 0603_1608 GREEN.PCBLIB differ
diff --git a/footprints/Diodes/LED 0603_1608 RED.PCBLIB b/footprints/Diodes/LED 0603_1608 RED.PCBLIB
new file mode 100644
index 000000000..60777af3d
Binary files /dev/null and b/footprints/Diodes/LED 0603_1608 RED.PCBLIB differ
diff --git a/footprints/Diodes/LED 0603_1608 YELLOW.PCBLIB b/footprints/Diodes/LED 0603_1608 YELLOW.PCBLIB
new file mode 100644
index 000000000..40518aaea
Binary files /dev/null and b/footprints/Diodes/LED 0603_1608 YELLOW.PCBLIB differ
diff --git a/footprints/Diodes/LED 0603_1608.PCBLIB b/footprints/Diodes/LED 0603_1608.PCBLIB
new file mode 100644
index 000000000..86a058e67
Binary files /dev/null and b/footprints/Diodes/LED 0603_1608.PCBLIB differ
diff --git a/footprints/Diodes/LED 0805_2012 BLUE.PCBLIB b/footprints/Diodes/LED 0805_2012 BLUE.PCBLIB
new file mode 100644
index 000000000..4b2fe8ccb
Binary files /dev/null and b/footprints/Diodes/LED 0805_2012 BLUE.PCBLIB differ
diff --git a/footprints/Diodes/LED 0805_2012 GREEN.PCBLIB b/footprints/Diodes/LED 0805_2012 GREEN.PCBLIB
new file mode 100644
index 000000000..4c4125be4
Binary files /dev/null and b/footprints/Diodes/LED 0805_2012 GREEN.PCBLIB differ
diff --git a/footprints/Diodes/LED 0805_2012 RED.PCBLIB b/footprints/Diodes/LED 0805_2012 RED.PCBLIB
new file mode 100644
index 000000000..b48cb6d20
Binary files /dev/null and b/footprints/Diodes/LED 0805_2012 RED.PCBLIB differ
diff --git a/footprints/Diodes/LED 0805_2012 YELLOW.PCBLIB b/footprints/Diodes/LED 0805_2012 YELLOW.PCBLIB
new file mode 100644
index 000000000..a3d560546
Binary files /dev/null and b/footprints/Diodes/LED 0805_2012 YELLOW.PCBLIB differ
diff --git a/footprints/Diodes/LED 0805_2012.PCBLIB b/footprints/Diodes/LED 0805_2012.PCBLIB
new file mode 100644
index 000000000..d46c7237c
Binary files /dev/null and b/footprints/Diodes/LED 0805_2012.PCBLIB differ
diff --git a/footprints/Diodes/LED 1206_3216 BLUE.PCBLIB b/footprints/Diodes/LED 1206_3216 BLUE.PCBLIB
new file mode 100644
index 000000000..9fac608f6
Binary files /dev/null and b/footprints/Diodes/LED 1206_3216 BLUE.PCBLIB differ
diff --git a/footprints/Diodes/LED 1206_3216 GREEN.PCBLIB b/footprints/Diodes/LED 1206_3216 GREEN.PCBLIB
new file mode 100644
index 000000000..0e7235b73
Binary files /dev/null and b/footprints/Diodes/LED 1206_3216 GREEN.PCBLIB differ
diff --git a/footprints/Diodes/LED 1206_3216 RED.PCBLIB b/footprints/Diodes/LED 1206_3216 RED.PCBLIB
new file mode 100644
index 000000000..4ff8e0b0b
Binary files /dev/null and b/footprints/Diodes/LED 1206_3216 RED.PCBLIB differ
diff --git a/footprints/Diodes/LED 1206_3216 YELLOW.PCBLIB b/footprints/Diodes/LED 1206_3216 YELLOW.PCBLIB
new file mode 100644
index 000000000..a025beca6
Binary files /dev/null and b/footprints/Diodes/LED 1206_3216 YELLOW.PCBLIB differ
diff --git a/footprints/Diodes/LED 1206_3216.PCBLIB b/footprints/Diodes/LED 1206_3216.PCBLIB
new file mode 100644
index 000000000..df9509e5b
Binary files /dev/null and b/footprints/Diodes/LED 1206_3216.PCBLIB differ
diff --git a/footprints/Diodes/LED PLCC6-CREE 5.5X5.3MM.PCBLIB b/footprints/Diodes/LED PLCC6-CREE 5.5X5.3MM.PCBLIB
new file mode 100644
index 000000000..fdbf7c114
Binary files /dev/null and b/footprints/Diodes/LED PLCC6-CREE 5.5X5.3MM.PCBLIB differ
diff --git a/footprints/Diodes/LITEON LTST-C21KRKT.PCBLIB b/footprints/Diodes/LITEON LTST-C21KRKT.PCBLIB
new file mode 100644
index 000000000..fa716cf10
Binary files /dev/null and b/footprints/Diodes/LITEON LTST-C21KRKT.PCBLIB differ
diff --git a/footprints/Diodes/LITEON LTST-C230KFKT.PCBLIB b/footprints/Diodes/LITEON LTST-C230KFKT.PCBLIB
new file mode 100644
index 000000000..20958504b
Binary files /dev/null and b/footprints/Diodes/LITEON LTST-C230KFKT.PCBLIB differ
diff --git a/footprints/Diodes/LUMINUS MP-2016.PCBLIB b/footprints/Diodes/LUMINUS MP-2016.PCBLIB
new file mode 100644
index 000000000..4df060e7f
Binary files /dev/null and b/footprints/Diodes/LUMINUS MP-2016.PCBLIB differ
diff --git a/footprints/Diodes/SAMSUNG LM561B.PCBLIB b/footprints/Diodes/SAMSUNG LM561B.PCBLIB
new file mode 100644
index 000000000..e314b8002
Binary files /dev/null and b/footprints/Diodes/SAMSUNG LM561B.PCBLIB differ
diff --git a/footprints/Diodes/SOD-123.PCBLIB b/footprints/Diodes/SOD-123.PCBLIB
new file mode 100644
index 000000000..0ef11cba4
Binary files /dev/null and b/footprints/Diodes/SOD-123.PCBLIB differ
diff --git a/footprints/Diodes/SOD123F.PCBLIB b/footprints/Diodes/SOD123F.PCBLIB
new file mode 100644
index 000000000..e968593cc
Binary files /dev/null and b/footprints/Diodes/SOD123F.PCBLIB differ
diff --git a/footprints/Diodes/SOD323F.PCBLIB b/footprints/Diodes/SOD323F.PCBLIB
new file mode 100644
index 000000000..65eb3c032
Binary files /dev/null and b/footprints/Diodes/SOD323F.PCBLIB differ
diff --git a/footprints/Diodes/SOD523F.PCBLIB b/footprints/Diodes/SOD523F.PCBLIB
new file mode 100644
index 000000000..35c39623d
Binary files /dev/null and b/footprints/Diodes/SOD523F.PCBLIB differ
diff --git a/footprints/Diodes/SOT143B.PCBLIB b/footprints/Diodes/SOT143B.PCBLIB
new file mode 100644
index 000000000..54b428c6a
Binary files /dev/null and b/footprints/Diodes/SOT143B.PCBLIB differ
diff --git a/footprints/Diodes/ST DO214AA SMB.PCBLIB b/footprints/Diodes/ST DO214AA SMB.PCBLIB
new file mode 100644
index 000000000..3f8d7ef8c
Binary files /dev/null and b/footprints/Diodes/ST DO214AA SMB.PCBLIB differ
diff --git a/footprints/Diodes/ST DO214AB SMC.PCBLIB b/footprints/Diodes/ST DO214AB SMC.PCBLIB
new file mode 100644
index 000000000..2ab815a8f
Binary files /dev/null and b/footprints/Diodes/ST DO214AB SMC.PCBLIB differ
diff --git a/footprints/Diodes/ST DO214AC SMA.PCBLIB b/footprints/Diodes/ST DO214AC SMA.PCBLIB
new file mode 100644
index 000000000..61972c2b9
Binary files /dev/null and b/footprints/Diodes/ST DO214AC SMA.PCBLIB differ
diff --git a/footprints/IR Receiver/VISHAY TSOP36X-TR.PCBLIB b/footprints/IR Receiver/VISHAY TSOP36X-TR.PCBLIB
new file mode 100644
index 000000000..db2337161
Binary files /dev/null and b/footprints/IR Receiver/VISHAY TSOP36X-TR.PCBLIB differ
diff --git a/footprints/IR Receiver/VISHAY TSOP36X-TT.PCBLIB b/footprints/IR Receiver/VISHAY TSOP36X-TT.PCBLIB
new file mode 100644
index 000000000..77551245c
Binary files /dev/null and b/footprints/IR Receiver/VISHAY TSOP36X-TT.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12832A1Z BLUE.PCBLIB b/footprints/LCD/NHD-C12832A1Z BLUE.PCBLIB
new file mode 100644
index 000000000..d833647b2
Binary files /dev/null and b/footprints/LCD/NHD-C12832A1Z BLUE.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12832A1Z GREEN.PCBLIB b/footprints/LCD/NHD-C12832A1Z GREEN.PCBLIB
new file mode 100644
index 000000000..4d5488022
Binary files /dev/null and b/footprints/LCD/NHD-C12832A1Z GREEN.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12832A1Z RED.PCBLIB b/footprints/LCD/NHD-C12832A1Z RED.PCBLIB
new file mode 100644
index 000000000..deecf4695
Binary files /dev/null and b/footprints/LCD/NHD-C12832A1Z RED.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12832A1Z WHITE.PCBLIB b/footprints/LCD/NHD-C12832A1Z WHITE.PCBLIB
new file mode 100644
index 000000000..861dd33da
Binary files /dev/null and b/footprints/LCD/NHD-C12832A1Z WHITE.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12832A1Z-FS(RGB)-FBW.PCBLIB b/footprints/LCD/NHD-C12832A1Z-FS(RGB)-FBW.PCBLIB
new file mode 100644
index 000000000..71c05da68
Binary files /dev/null and b/footprints/LCD/NHD-C12832A1Z-FS(RGB)-FBW.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12864A1Z BLUE.PCBLIB b/footprints/LCD/NHD-C12864A1Z BLUE.PCBLIB
new file mode 100644
index 000000000..5e25d18dc
Binary files /dev/null and b/footprints/LCD/NHD-C12864A1Z BLUE.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12864A1Z GREEN.PCBLIB b/footprints/LCD/NHD-C12864A1Z GREEN.PCBLIB
new file mode 100644
index 000000000..4024ee2ed
Binary files /dev/null and b/footprints/LCD/NHD-C12864A1Z GREEN.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12864A1Z RED.PCBLIB b/footprints/LCD/NHD-C12864A1Z RED.PCBLIB
new file mode 100644
index 000000000..46f4cb395
Binary files /dev/null and b/footprints/LCD/NHD-C12864A1Z RED.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12864A1Z RGB.PCBLIB b/footprints/LCD/NHD-C12864A1Z RGB.PCBLIB
new file mode 100644
index 000000000..e9f7793db
Binary files /dev/null and b/footprints/LCD/NHD-C12864A1Z RGB.PCBLIB differ
diff --git a/footprints/LCD/NHD-C12864A1Z WHITE.PCBLIB b/footprints/LCD/NHD-C12864A1Z WHITE.PCBLIB
new file mode 100644
index 000000000..82090a884
Binary files /dev/null and b/footprints/LCD/NHD-C12864A1Z WHITE.PCBLIB differ
diff --git a/footprints/Leaded/ALLEGRO TSSOP-16EP LP.PCBLIB b/footprints/Leaded/ALLEGRO TSSOP-16EP LP.PCBLIB
new file mode 100644
index 000000000..c46f09153
Binary files /dev/null and b/footprints/Leaded/ALLEGRO TSSOP-16EP LP.PCBLIB differ
diff --git a/footprints/Leaded/ALLEGRO TSSOP-24 LP.PCBLIB b/footprints/Leaded/ALLEGRO TSSOP-24 LP.PCBLIB
new file mode 100644
index 000000000..943c44af4
Binary files /dev/null and b/footprints/Leaded/ALLEGRO TSSOP-24 LP.PCBLIB differ
diff --git a/footprints/Leaded/ANALOG MSOP-8 RM-8.PCBLIB b/footprints/Leaded/ANALOG MSOP-8 RM-8.PCBLIB
new file mode 100644
index 000000000..d967f6239
Binary files /dev/null and b/footprints/Leaded/ANALOG MSOP-8 RM-8.PCBLIB differ
diff --git a/footprints/Leaded/ANALOG SO-8 R-8.PCBLIB b/footprints/Leaded/ANALOG SO-8 R-8.PCBLIB
new file mode 100644
index 000000000..2378f4baa
Binary files /dev/null and b/footprints/Leaded/ANALOG SO-8 R-8.PCBLIB differ
diff --git a/footprints/Leaded/ANALOG SOT-23-5 RJ-5.PCBLIB b/footprints/Leaded/ANALOG SOT-23-5 RJ-5.PCBLIB
new file mode 100644
index 000000000..d4acb7cf8
Binary files /dev/null and b/footprints/Leaded/ANALOG SOT-23-5 RJ-5.PCBLIB differ
diff --git a/footprints/Leaded/ATMEL SO-14 14S1.PCBLIB b/footprints/Leaded/ATMEL SO-14 14S1.PCBLIB
new file mode 100644
index 000000000..5211a13c3
Binary files /dev/null and b/footprints/Leaded/ATMEL SO-14 14S1.PCBLIB differ
diff --git a/footprints/Leaded/ATMEL SO-8 S8S1.PCBLIB b/footprints/Leaded/ATMEL SO-8 S8S1.PCBLIB
new file mode 100644
index 000000000..aaed12caf
Binary files /dev/null and b/footprints/Leaded/ATMEL SO-8 S8S1.PCBLIB differ
diff --git a/footprints/Leaded/ATMEL SO-8 WIDE 8S2.PCBLIB b/footprints/Leaded/ATMEL SO-8 WIDE 8S2.PCBLIB
new file mode 100644
index 000000000..a5d474d15
Binary files /dev/null and b/footprints/Leaded/ATMEL SO-8 WIDE 8S2.PCBLIB differ
diff --git a/footprints/Leaded/ATMEL SOT-23-6 6ST1.PCBLIB b/footprints/Leaded/ATMEL SOT-23-6 6ST1.PCBLIB
new file mode 100644
index 000000000..747e1d58f
Binary files /dev/null and b/footprints/Leaded/ATMEL SOT-23-6 6ST1.PCBLIB differ
diff --git a/footprints/Leaded/ATMEL TSSOP-8 8X.PCBLIB b/footprints/Leaded/ATMEL TSSOP-8 8X.PCBLIB
new file mode 100644
index 000000000..9581f00ff
Binary files /dev/null and b/footprints/Leaded/ATMEL TSSOP-8 8X.PCBLIB differ
diff --git a/footprints/Leaded/BROADCOM SOT-343.PCBLIB b/footprints/Leaded/BROADCOM SOT-343.PCBLIB
new file mode 100644
index 000000000..3e9df2bbd
Binary files /dev/null and b/footprints/Leaded/BROADCOM SOT-343.PCBLIB differ
diff --git a/footprints/Leaded/CEL S02.PCBLIB b/footprints/Leaded/CEL S02.PCBLIB
new file mode 100644
index 000000000..497cba250
Binary files /dev/null and b/footprints/Leaded/CEL S02.PCBLIB differ
diff --git a/footprints/Leaded/CYPRESS SSOP-28 210MIL.PCBLIB b/footprints/Leaded/CYPRESS SSOP-28 210MIL.PCBLIB
new file mode 100644
index 000000000..9912d62ba
Binary files /dev/null and b/footprints/Leaded/CYPRESS SSOP-28 210MIL.PCBLIB differ
diff --git a/footprints/Leaded/DIODES MSOP-8EP.PCBLIB b/footprints/Leaded/DIODES MSOP-8EP.PCBLIB
new file mode 100644
index 000000000..7c8559ee7
Binary files /dev/null and b/footprints/Leaded/DIODES MSOP-8EP.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SM-8.PCBLIB b/footprints/Leaded/DIODES SM-8.PCBLIB
new file mode 100644
index 000000000..d5c9542bf
Binary files /dev/null and b/footprints/Leaded/DIODES SM-8.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SO-8.PCBLIB b/footprints/Leaded/DIODES SO-8.PCBLIB
new file mode 100644
index 000000000..6aaffab69
Binary files /dev/null and b/footprints/Leaded/DIODES SO-8.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-223.PCBLIB b/footprints/Leaded/DIODES SOT-223.PCBLIB
new file mode 100644
index 000000000..b0a18496c
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-223.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-23-3.PCBLIB b/footprints/Leaded/DIODES SOT-23-3.PCBLIB
new file mode 100644
index 000000000..4121c6407
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-23-3.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-23-5 W5.PCBLIB b/footprints/Leaded/DIODES SOT-23-5 W5.PCBLIB
new file mode 100644
index 000000000..bd9b91ea2
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-23-5 W5.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-23-6 W6.PCBLIB b/footprints/Leaded/DIODES SOT-23-6 W6.PCBLIB
new file mode 100644
index 000000000..8ab009cb7
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-23-6 W6.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-323-3.PCBLIB b/footprints/Leaded/DIODES SOT-323-3.PCBLIB
new file mode 100644
index 000000000..81c75bece
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-323-3.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-363.PCBLIB b/footprints/Leaded/DIODES SOT-363.PCBLIB
new file mode 100644
index 000000000..53565491c
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-363.PCBLIB differ
diff --git a/footprints/Leaded/DIODES SOT-523.PCBLIB b/footprints/Leaded/DIODES SOT-523.PCBLIB
new file mode 100644
index 000000000..1fd7ef6ff
Binary files /dev/null and b/footprints/Leaded/DIODES SOT-523.PCBLIB differ
diff --git a/footprints/Leaded/FAIRCHILD SOT-23-6 SUPERSOT-6.PCBLIB b/footprints/Leaded/FAIRCHILD SOT-23-6 SUPERSOT-6.PCBLIB
new file mode 100644
index 000000000..1affab232
Binary files /dev/null and b/footprints/Leaded/FAIRCHILD SOT-23-6 SUPERSOT-6.PCBLIB differ
diff --git a/footprints/Leaded/FAIRCHILD SSOT-23-3.PCBLIB b/footprints/Leaded/FAIRCHILD SSOT-23-3.PCBLIB
new file mode 100644
index 000000000..8ab9ad801
Binary files /dev/null and b/footprints/Leaded/FAIRCHILD SSOT-23-3.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON PG-DSO-8.PCBLIB b/footprints/Leaded/INFINEON PG-DSO-8.PCBLIB
new file mode 100644
index 000000000..f86a42ebc
Binary files /dev/null and b/footprints/Leaded/INFINEON PG-DSO-8.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON PG-HSOF-8-1.PCBLIB b/footprints/Leaded/INFINEON PG-HSOF-8-1.PCBLIB
new file mode 100644
index 000000000..572c2f794
Binary files /dev/null and b/footprints/Leaded/INFINEON PG-HSOF-8-1.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SO-8.PCBLIB b/footprints/Leaded/INFINEON SO-8.PCBLIB
new file mode 100644
index 000000000..3a2aa2a6e
Binary files /dev/null and b/footprints/Leaded/INFINEON SO-8.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SOT-223.PCBLIB b/footprints/Leaded/INFINEON SOT-223.PCBLIB
new file mode 100644
index 000000000..ed11deb39
Binary files /dev/null and b/footprints/Leaded/INFINEON SOT-223.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SOT-23-3.PCBLIB b/footprints/Leaded/INFINEON SOT-23-3.PCBLIB
new file mode 100644
index 000000000..9b54f2040
Binary files /dev/null and b/footprints/Leaded/INFINEON SOT-23-3.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SOT-323-3.PCBLIB b/footprints/Leaded/INFINEON SOT-323-3.PCBLIB
new file mode 100644
index 000000000..342e3f0f8
Binary files /dev/null and b/footprints/Leaded/INFINEON SOT-323-3.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SOT-343-4.PCBLIB b/footprints/Leaded/INFINEON SOT-343-4.PCBLIB
new file mode 100644
index 000000000..40a6c45fb
Binary files /dev/null and b/footprints/Leaded/INFINEON SOT-343-4.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON SOT-363.PCBLIB b/footprints/Leaded/INFINEON SOT-363.PCBLIB
new file mode 100644
index 000000000..fd9808d8e
Binary files /dev/null and b/footprints/Leaded/INFINEON SOT-363.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON TO-263-7.PCBLIB b/footprints/Leaded/INFINEON TO-263-7.PCBLIB
new file mode 100644
index 000000000..35be05edb
Binary files /dev/null and b/footprints/Leaded/INFINEON TO-263-7.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON TSFP-4.PCBLIB b/footprints/Leaded/INFINEON TSFP-4.PCBLIB
new file mode 100644
index 000000000..3e9c858f6
Binary files /dev/null and b/footprints/Leaded/INFINEON TSFP-4.PCBLIB differ
diff --git a/footprints/Leaded/INFINEON TSSOP-28.PCBLIB b/footprints/Leaded/INFINEON TSSOP-28.PCBLIB
new file mode 100644
index 000000000..d8f1e7ae5
Binary files /dev/null and b/footprints/Leaded/INFINEON TSSOP-28.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL MSOP-8 M8.118.PCBLIB b/footprints/Leaded/INTERSIL MSOP-8 M8.118.PCBLIB
new file mode 100644
index 000000000..24ad720e9
Binary files /dev/null and b/footprints/Leaded/INTERSIL MSOP-8 M8.118.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL SOIC-20 WIDE.PCBLIB b/footprints/Leaded/INTERSIL SOIC-20 WIDE.PCBLIB
new file mode 100644
index 000000000..3f84b44ca
Binary files /dev/null and b/footprints/Leaded/INTERSIL SOIC-20 WIDE.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL SOIC-8 M8.15.PCBLIB b/footprints/Leaded/INTERSIL SOIC-8 M8.15.PCBLIB
new file mode 100644
index 000000000..7b20ad6f9
Binary files /dev/null and b/footprints/Leaded/INTERSIL SOIC-8 M8.15.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL SSOP-20.PCBLIB b/footprints/Leaded/INTERSIL SSOP-20.PCBLIB
new file mode 100644
index 000000000..2b261eefb
Binary files /dev/null and b/footprints/Leaded/INTERSIL SSOP-20.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL TSSOP-24 M24.173.PCBLIB b/footprints/Leaded/INTERSIL TSSOP-24 M24.173.PCBLIB
new file mode 100644
index 000000000..b5f1c28ea
Binary files /dev/null and b/footprints/Leaded/INTERSIL TSSOP-24 M24.173.PCBLIB differ
diff --git a/footprints/Leaded/INTERSIL TSSOP-28 M28.173.PCBLIB b/footprints/Leaded/INTERSIL TSSOP-28 M28.173.PCBLIB
new file mode 100644
index 000000000..8a24f60ce
Binary files /dev/null and b/footprints/Leaded/INTERSIL TSSOP-28 M28.173.PCBLIB differ
diff --git a/footprints/Leaded/IRF TO-263-7.PCBLIB b/footprints/Leaded/IRF TO-263-7.PCBLIB
new file mode 100644
index 000000000..21a76196d
Binary files /dev/null and b/footprints/Leaded/IRF TO-263-7.PCBLIB differ
diff --git a/footprints/Leaded/LT MSOP-8 MS8E 3X3MM.PCBLIB b/footprints/Leaded/LT MSOP-8 MS8E 3X3MM.PCBLIB
new file mode 100644
index 000000000..92eb9ca36
Binary files /dev/null and b/footprints/Leaded/LT MSOP-8 MS8E 3X3MM.PCBLIB differ
diff --git a/footprints/Leaded/LT TSOT-23-6 S6 RFDET.PCBLIB b/footprints/Leaded/LT TSOT-23-6 S6 RFDET.PCBLIB
new file mode 100644
index 000000000..d40257e99
Binary files /dev/null and b/footprints/Leaded/LT TSOT-23-6 S6 RFDET.PCBLIB differ
diff --git a/footprints/Leaded/MAXIM SOIC-8 S8.PCBLIB b/footprints/Leaded/MAXIM SOIC-8 S8.PCBLIB
new file mode 100644
index 000000000..939961bf6
Binary files /dev/null and b/footprints/Leaded/MAXIM SOIC-8 S8.PCBLIB differ
diff --git a/footprints/Leaded/MAXIM SOT-143-4.PCBLIB b/footprints/Leaded/MAXIM SOT-143-4.PCBLIB
new file mode 100644
index 000000000..791b74da3
Binary files /dev/null and b/footprints/Leaded/MAXIM SOT-143-4.PCBLIB differ
diff --git a/footprints/Leaded/MAXIM SOT-23-6.PCBLIB b/footprints/Leaded/MAXIM SOT-23-6.PCBLIB
new file mode 100644
index 000000000..85e6240aa
Binary files /dev/null and b/footprints/Leaded/MAXIM SOT-23-6.PCBLIB differ
diff --git a/footprints/Leaded/MAXIM TSSOP28-EP.PCBLIB b/footprints/Leaded/MAXIM TSSOP28-EP.PCBLIB
new file mode 100644
index 000000000..ca5ee1968
Binary files /dev/null and b/footprints/Leaded/MAXIM TSSOP28-EP.PCBLIB differ
diff --git a/footprints/Leaded/MICREL SOT-23-5 DB5.PCBLIB b/footprints/Leaded/MICREL SOT-23-5 DB5.PCBLIB
new file mode 100644
index 000000000..2697192ea
Binary files /dev/null and b/footprints/Leaded/MICREL SOT-23-5 DB5.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP MSOP-10 UN.PCBLIB b/footprints/Leaded/MICROCHIP MSOP-10 UN.PCBLIB
new file mode 100644
index 000000000..b805c9c1d
Binary files /dev/null and b/footprints/Leaded/MICROCHIP MSOP-10 UN.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SC70-5 LT.PCBLIB b/footprints/Leaded/MICROCHIP SC70-5 LT.PCBLIB
new file mode 100644
index 000000000..60638165a
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SC70-5 LT.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SC70-6 LT.PCBLIB b/footprints/Leaded/MICROCHIP SC70-6 LT.PCBLIB
new file mode 100644
index 000000000..5a301e563
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SC70-6 LT.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SOIC-8 150MIL WIDE.PCBLIB b/footprints/Leaded/MICROCHIP SOIC-8 150MIL WIDE.PCBLIB
new file mode 100644
index 000000000..d5193d7b4
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SOIC-8 150MIL WIDE.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SOIC-8 208MIL WIDE.PCBLIB b/footprints/Leaded/MICROCHIP SOIC-8 208MIL WIDE.PCBLIB
new file mode 100644
index 000000000..5fff4d70e
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SOIC-8 208MIL WIDE.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SOT-143-4.PCBLIB b/footprints/Leaded/MICROCHIP SOT-143-4.PCBLIB
new file mode 100644
index 000000000..a1e3f1852
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SOT-143-4.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SOT-23-3 NB.PCBLIB b/footprints/Leaded/MICROCHIP SOT-23-3 NB.PCBLIB
new file mode 100644
index 000000000..819409a57
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SOT-23-3 NB.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP SOT-23-5 OT.PCBLIB b/footprints/Leaded/MICROCHIP SOT-23-5 OT.PCBLIB
new file mode 100644
index 000000000..dc17483dc
Binary files /dev/null and b/footprints/Leaded/MICROCHIP SOT-23-5 OT.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP TSSOP-14 4.4MM BODY.PCBLIB b/footprints/Leaded/MICROCHIP TSSOP-14 4.4MM BODY.PCBLIB
new file mode 100644
index 000000000..c3a21f473
Binary files /dev/null and b/footprints/Leaded/MICROCHIP TSSOP-14 4.4MM BODY.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP TSSOP-20 4.4MM BODY.PCBLIB b/footprints/Leaded/MICROCHIP TSSOP-20 4.4MM BODY.PCBLIB
new file mode 100644
index 000000000..b5d62c589
Binary files /dev/null and b/footprints/Leaded/MICROCHIP TSSOP-20 4.4MM BODY.PCBLIB differ
diff --git a/footprints/Leaded/MICROCHIP TSSOP-8 ST.PCBLIB b/footprints/Leaded/MICROCHIP TSSOP-8 ST.PCBLIB
new file mode 100644
index 000000000..cdc6b2dec
Binary files /dev/null and b/footprints/Leaded/MICROCHIP TSSOP-8 ST.PCBLIB differ
diff --git a/footprints/Leaded/NXP LQFP-100 14X14MM.PCBLIB b/footprints/Leaded/NXP LQFP-100 14X14MM.PCBLIB
new file mode 100644
index 000000000..6af8a1b02
Binary files /dev/null and b/footprints/Leaded/NXP LQFP-100 14X14MM.PCBLIB differ
diff --git a/footprints/Leaded/NXP LQFP-144 SOT486-1.PCBLIB b/footprints/Leaded/NXP LQFP-144 SOT486-1.PCBLIB
new file mode 100644
index 000000000..ce22fb86d
Binary files /dev/null and b/footprints/Leaded/NXP LQFP-144 SOT486-1.PCBLIB differ
diff --git a/footprints/Leaded/NXP LQFP-208 SOT459-1.PCBLIB b/footprints/Leaded/NXP LQFP-208 SOT459-1.PCBLIB
new file mode 100644
index 000000000..fbc6852f3
Binary files /dev/null and b/footprints/Leaded/NXP LQFP-208 SOT459-1.PCBLIB differ
diff --git a/footprints/Leaded/NXP LQFP-48 7X7MM.PCBLIB b/footprints/Leaded/NXP LQFP-48 7X7MM.PCBLIB
new file mode 100644
index 000000000..89865c2d2
Binary files /dev/null and b/footprints/Leaded/NXP LQFP-48 7X7MM.PCBLIB differ
diff --git a/footprints/Leaded/NXP LQFP-64 10X10MM.PCBLIB b/footprints/Leaded/NXP LQFP-64 10X10MM.PCBLIB
new file mode 100644
index 000000000..b5867d87b
Binary files /dev/null and b/footprints/Leaded/NXP LQFP-64 10X10MM.PCBLIB differ
diff --git a/footprints/Leaded/NXP SOT-223.PCBLIB b/footprints/Leaded/NXP SOT-223.PCBLIB
new file mode 100644
index 000000000..b906ee6de
Binary files /dev/null and b/footprints/Leaded/NXP SOT-223.PCBLIB differ
diff --git a/footprints/Leaded/NXP SOT-23-3 TO-236AB.PCBLIB b/footprints/Leaded/NXP SOT-23-3 TO-236AB.PCBLIB
new file mode 100644
index 000000000..b212303d3
Binary files /dev/null and b/footprints/Leaded/NXP SOT-23-3 TO-236AB.PCBLIB differ
diff --git a/footprints/Leaded/NXP SOT-323-3.PCBLIB b/footprints/Leaded/NXP SOT-323-3.PCBLIB
new file mode 100644
index 000000000..8fa7da1c3
Binary files /dev/null and b/footprints/Leaded/NXP SOT-323-3.PCBLIB differ
diff --git a/footprints/Leaded/NXP SOT-363.PCBLIB b/footprints/Leaded/NXP SOT-363.PCBLIB
new file mode 100644
index 000000000..72c0b7108
Binary files /dev/null and b/footprints/Leaded/NXP SOT-363.PCBLIB differ
diff --git a/footprints/Leaded/NXP TSSOP-16.PCBLIB b/footprints/Leaded/NXP TSSOP-16.PCBLIB
new file mode 100644
index 000000000..67ecc2fee
Binary files /dev/null and b/footprints/Leaded/NXP TSSOP-16.PCBLIB differ
diff --git a/footprints/Leaded/NXP TSSOP-20.PCBLIB b/footprints/Leaded/NXP TSSOP-20.PCBLIB
new file mode 100644
index 000000000..26a906c60
Binary files /dev/null and b/footprints/Leaded/NXP TSSOP-20.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SO-8.PCBLIB b/footprints/Leaded/ON SEMI SO-8.PCBLIB
new file mode 100644
index 000000000..7d925992d
Binary files /dev/null and b/footprints/Leaded/ON SEMI SO-8.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SOT-223 ST(318H).PCBLIB b/footprints/Leaded/ON SEMI SOT-223 ST(318H).PCBLIB
new file mode 100644
index 000000000..87e81f7c7
Binary files /dev/null and b/footprints/Leaded/ON SEMI SOT-223 ST(318H).PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SOT-23-3.PCBLIB b/footprints/Leaded/ON SEMI SOT-23-3.PCBLIB
new file mode 100644
index 000000000..f1fcff15d
Binary files /dev/null and b/footprints/Leaded/ON SEMI SOT-23-3.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SOT-23-5 NTR.PCBLIB b/footprints/Leaded/ON SEMI SOT-23-5 NTR.PCBLIB
new file mode 100644
index 000000000..e64654652
Binary files /dev/null and b/footprints/Leaded/ON SEMI SOT-23-5 NTR.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SOT-363.PCBLIB b/footprints/Leaded/ON SEMI SOT-363.PCBLIB
new file mode 100644
index 000000000..5ef85beda
Binary files /dev/null and b/footprints/Leaded/ON SEMI SOT-363.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI SOT-89 H.PCBLIB b/footprints/Leaded/ON SEMI SOT-89 H.PCBLIB
new file mode 100644
index 000000000..88358bf80
Binary files /dev/null and b/footprints/Leaded/ON SEMI SOT-89 H.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI TSOT-23-5 419AE.PCBLIB b/footprints/Leaded/ON SEMI TSOT-23-5 419AE.PCBLIB
new file mode 100644
index 000000000..49920ea94
Binary files /dev/null and b/footprints/Leaded/ON SEMI TSOT-23-5 419AE.PCBLIB differ
diff --git a/footprints/Leaded/ON SEMI TSSOP-8.PCBLIB b/footprints/Leaded/ON SEMI TSSOP-8.PCBLIB
new file mode 100644
index 000000000..29d45906c
Binary files /dev/null and b/footprints/Leaded/ON SEMI TSSOP-8.PCBLIB differ
diff --git a/footprints/Leaded/SI LABS SOIC-16 WIDE.PCBLIB b/footprints/Leaded/SI LABS SOIC-16 WIDE.PCBLIB
new file mode 100644
index 000000000..87007cc97
Binary files /dev/null and b/footprints/Leaded/SI LABS SOIC-16 WIDE.PCBLIB differ
diff --git a/footprints/Leaded/SKYWORKS SC70JW-8.PCBLIB b/footprints/Leaded/SKYWORKS SC70JW-8.PCBLIB
new file mode 100644
index 000000000..9fdb938e3
Binary files /dev/null and b/footprints/Leaded/SKYWORKS SC70JW-8.PCBLIB differ
diff --git a/footprints/Leaded/SPANSION SOIC-8 150MIL WIDE.PCBLIB b/footprints/Leaded/SPANSION SOIC-8 150MIL WIDE.PCBLIB
new file mode 100644
index 000000000..91ac50c38
Binary files /dev/null and b/footprints/Leaded/SPANSION SOIC-8 150MIL WIDE.PCBLIB differ
diff --git a/footprints/Leaded/SPANSION SOIC-8 208MIL WIDE.PCBLIB b/footprints/Leaded/SPANSION SOIC-8 208MIL WIDE.PCBLIB
new file mode 100644
index 000000000..13fc9353d
Binary files /dev/null and b/footprints/Leaded/SPANSION SOIC-8 208MIL WIDE.PCBLIB differ
diff --git a/footprints/Leaded/ST HTSSOP-28.PCBLIB b/footprints/Leaded/ST HTSSOP-28.PCBLIB
new file mode 100644
index 000000000..0a0528fa7
Binary files /dev/null and b/footprints/Leaded/ST HTSSOP-28.PCBLIB differ
diff --git a/footprints/Leaded/ST LQFP-100 14X14MM.PCBLIB b/footprints/Leaded/ST LQFP-100 14X14MM.PCBLIB
new file mode 100644
index 000000000..c00879beb
Binary files /dev/null and b/footprints/Leaded/ST LQFP-100 14X14MM.PCBLIB differ
diff --git a/footprints/Leaded/ST LQFP-32 7X7MM.PCBLIB b/footprints/Leaded/ST LQFP-32 7X7MM.PCBLIB
new file mode 100644
index 000000000..89915d9e5
Binary files /dev/null and b/footprints/Leaded/ST LQFP-32 7X7MM.PCBLIB differ
diff --git a/footprints/Leaded/ST LQFP-48 7X7MM.PCBLIB b/footprints/Leaded/ST LQFP-48 7X7MM.PCBLIB
new file mode 100644
index 000000000..f13f2b058
Binary files /dev/null and b/footprints/Leaded/ST LQFP-48 7X7MM.PCBLIB differ
diff --git a/footprints/Leaded/ST LQFP-64 10X10MM.PCBLIB b/footprints/Leaded/ST LQFP-64 10X10MM.PCBLIB
new file mode 100644
index 000000000..74eac606a
Binary files /dev/null and b/footprints/Leaded/ST LQFP-64 10X10MM.PCBLIB differ
diff --git a/footprints/Leaded/ST POWERSO-36.PCBLIB b/footprints/Leaded/ST POWERSO-36.PCBLIB
new file mode 100644
index 000000000..60d5431fd
Binary files /dev/null and b/footprints/Leaded/ST POWERSO-36.PCBLIB differ
diff --git a/footprints/Leaded/ST SOIC-8N.PCBLIB b/footprints/Leaded/ST SOIC-8N.PCBLIB
new file mode 100644
index 000000000..430f2d0c6
Binary files /dev/null and b/footprints/Leaded/ST SOIC-8N.PCBLIB differ
diff --git a/footprints/Leaded/ST SOT-143-4.PCBLIB b/footprints/Leaded/ST SOT-143-4.PCBLIB
new file mode 100644
index 000000000..3ff0335d8
Binary files /dev/null and b/footprints/Leaded/ST SOT-143-4.PCBLIB differ
diff --git a/footprints/Leaded/ST SOT-223.PCBLIB b/footprints/Leaded/ST SOT-223.PCBLIB
new file mode 100644
index 000000000..315183c8e
Binary files /dev/null and b/footprints/Leaded/ST SOT-223.PCBLIB differ
diff --git a/footprints/Leaded/ST TO-263-7.PCBLIB b/footprints/Leaded/ST TO-263-7.PCBLIB
new file mode 100644
index 000000000..48859767d
Binary files /dev/null and b/footprints/Leaded/ST TO-263-7.PCBLIB differ
diff --git a/footprints/Leaded/ST TSSOP-20.PCBLIB b/footprints/Leaded/ST TSSOP-20.PCBLIB
new file mode 100644
index 000000000..34e5e6b42
Binary files /dev/null and b/footprints/Leaded/ST TSSOP-20.PCBLIB differ
diff --git a/footprints/Leaded/ST TSSOP-8.PCBLIB b/footprints/Leaded/ST TSSOP-8.PCBLIB
new file mode 100644
index 000000000..c01f9c351
Binary files /dev/null and b/footprints/Leaded/ST TSSOP-8.PCBLIB differ
diff --git a/footprints/Leaded/TI HTSSOP-14 PWP.PCBLIB b/footprints/Leaded/TI HTSSOP-14 PWP.PCBLIB
new file mode 100644
index 000000000..fe25fb1c8
Binary files /dev/null and b/footprints/Leaded/TI HTSSOP-14 PWP.PCBLIB differ
diff --git a/footprints/Leaded/TI HTSSOP-20EP MHX.PCBLIB b/footprints/Leaded/TI HTSSOP-20EP MHX.PCBLIB
new file mode 100644
index 000000000..07ace95cb
Binary files /dev/null and b/footprints/Leaded/TI HTSSOP-20EP MHX.PCBLIB differ
diff --git a/footprints/Leaded/TI HTSSOP-28 PWP.PCBLIB b/footprints/Leaded/TI HTSSOP-28 PWP.PCBLIB
new file mode 100644
index 000000000..ed7452d56
Binary files /dev/null and b/footprints/Leaded/TI HTSSOP-28 PWP.PCBLIB differ
diff --git a/footprints/Leaded/TI HTSSOP-56 DCA.PCBLIB b/footprints/Leaded/TI HTSSOP-56 DCA.PCBLIB
new file mode 100644
index 000000000..b500b8e26
Binary files /dev/null and b/footprints/Leaded/TI HTSSOP-56 DCA.PCBLIB differ
diff --git a/footprints/Leaded/TI MSOP-10 DGQ.PCBLIB b/footprints/Leaded/TI MSOP-10 DGQ.PCBLIB
new file mode 100644
index 000000000..a7ca79716
Binary files /dev/null and b/footprints/Leaded/TI MSOP-10 DGQ.PCBLIB differ
diff --git a/footprints/Leaded/TI MSOP-10 DGS.PCBLIB b/footprints/Leaded/TI MSOP-10 DGS.PCBLIB
new file mode 100644
index 000000000..a80719699
Binary files /dev/null and b/footprints/Leaded/TI MSOP-10 DGS.PCBLIB differ
diff --git a/footprints/Leaded/TI MSOP-8 DGN.PCBLIB b/footprints/Leaded/TI MSOP-8 DGN.PCBLIB
new file mode 100644
index 000000000..284c253ef
Binary files /dev/null and b/footprints/Leaded/TI MSOP-8 DGN.PCBLIB differ
diff --git a/footprints/Leaded/TI MSOP-8 DGS.PCBLIB b/footprints/Leaded/TI MSOP-8 DGS.PCBLIB
new file mode 100644
index 000000000..56dae1b56
Binary files /dev/null and b/footprints/Leaded/TI MSOP-8 DGS.PCBLIB differ
diff --git a/footprints/Leaded/TI PDSO-10 DCQ.PCBLIB b/footprints/Leaded/TI PDSO-10 DCQ.PCBLIB
new file mode 100644
index 000000000..1fe41a8ca
Binary files /dev/null and b/footprints/Leaded/TI PDSO-10 DCQ.PCBLIB differ
diff --git a/footprints/Leaded/TI PDSO-14 PWP.PCBLIB b/footprints/Leaded/TI PDSO-14 PWP.PCBLIB
new file mode 100644
index 000000000..c0cc8d399
Binary files /dev/null and b/footprints/Leaded/TI PDSO-14 PWP.PCBLIB differ
diff --git a/footprints/Leaded/TI SOIC-8 D.PCBLIB b/footprints/Leaded/TI SOIC-8 D.PCBLIB
new file mode 100644
index 000000000..decadf4bc
Binary files /dev/null and b/footprints/Leaded/TI SOIC-8 D.PCBLIB differ
diff --git a/footprints/Leaded/TI SOP-16 D.PCBLIB b/footprints/Leaded/TI SOP-16 D.PCBLIB
new file mode 100644
index 000000000..8cbc64f7d
Binary files /dev/null and b/footprints/Leaded/TI SOP-16 D.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-223 DCY.PCBLIB b/footprints/Leaded/TI SOT-223 DCY.PCBLIB
new file mode 100644
index 000000000..cf30062ad
Binary files /dev/null and b/footprints/Leaded/TI SOT-223 DCY.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-23-3 DBZ.PCBLIB b/footprints/Leaded/TI SOT-23-3 DBZ.PCBLIB
new file mode 100644
index 000000000..ff117f5e3
Binary files /dev/null and b/footprints/Leaded/TI SOT-23-3 DBZ.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-23-5 DBV.PCBLIB b/footprints/Leaded/TI SOT-23-5 DBV.PCBLIB
new file mode 100644
index 000000000..0e2c46544
Binary files /dev/null and b/footprints/Leaded/TI SOT-23-5 DBV.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-23-6 DBV.PCBLIB b/footprints/Leaded/TI SOT-23-6 DBV.PCBLIB
new file mode 100644
index 000000000..89355b318
Binary files /dev/null and b/footprints/Leaded/TI SOT-23-6 DBV.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-23-6 DDC.PCBLIB b/footprints/Leaded/TI SOT-23-6 DDC.PCBLIB
new file mode 100644
index 000000000..78b47e1c2
Binary files /dev/null and b/footprints/Leaded/TI SOT-23-6 DDC.PCBLIB differ
diff --git a/footprints/Leaded/TI SOT-89 PK.PCBLIB b/footprints/Leaded/TI SOT-89 PK.PCBLIB
new file mode 100644
index 000000000..366591cf7
Binary files /dev/null and b/footprints/Leaded/TI SOT-89 PK.PCBLIB differ
diff --git a/footprints/Leaded/TI SSOP-20 DB.PCBLIB b/footprints/Leaded/TI SSOP-20 DB.PCBLIB
new file mode 100644
index 000000000..46a1f0b77
Binary files /dev/null and b/footprints/Leaded/TI SSOP-20 DB.PCBLIB differ
diff --git a/footprints/Leaded/TI SSOP-24 DB.PCBLIB b/footprints/Leaded/TI SSOP-24 DB.PCBLIB
new file mode 100644
index 000000000..05eca31bc
Binary files /dev/null and b/footprints/Leaded/TI SSOP-24 DB.PCBLIB differ
diff --git a/footprints/Leaded/TI SSOP-28 DB.PCBLIB b/footprints/Leaded/TI SSOP-28 DB.PCBLIB
new file mode 100644
index 000000000..db7398aa9
Binary files /dev/null and b/footprints/Leaded/TI SSOP-28 DB.PCBLIB differ
diff --git a/footprints/Leaded/TI TSSOP-16 PW.PCBLIB b/footprints/Leaded/TI TSSOP-16 PW.PCBLIB
new file mode 100644
index 000000000..22a126525
Binary files /dev/null and b/footprints/Leaded/TI TSSOP-16 PW.PCBLIB differ
diff --git a/footprints/Leaded/TI TSSOP-20 PW.PCBLIB b/footprints/Leaded/TI TSSOP-20 PW.PCBLIB
new file mode 100644
index 000000000..1df78681c
Binary files /dev/null and b/footprints/Leaded/TI TSSOP-20 PW.PCBLIB differ
diff --git a/footprints/Leaded/TI VSSOP-8 DGK.PCBLIB b/footprints/Leaded/TI VSSOP-8 DGK.PCBLIB
new file mode 100644
index 000000000..e34270155
Binary files /dev/null and b/footprints/Leaded/TI VSSOP-8 DGK.PCBLIB differ
diff --git a/footprints/Leaded/VISHAY TSOP-5 MO-193C.PCBLIB b/footprints/Leaded/VISHAY TSOP-5 MO-193C.PCBLIB
new file mode 100644
index 000000000..76ae09a48
Binary files /dev/null and b/footprints/Leaded/VISHAY TSOP-5 MO-193C.PCBLIB differ
diff --git a/footprints/Leaded/VISHAY TSOP-6 MO-193C.PCBLIB b/footprints/Leaded/VISHAY TSOP-6 MO-193C.PCBLIB
new file mode 100644
index 000000000..2b2e0c3df
Binary files /dev/null and b/footprints/Leaded/VISHAY TSOP-6 MO-193C.PCBLIB differ
diff --git a/footprints/Leaded/VLSI LQFP-48 7X7MM.PCBLIB b/footprints/Leaded/VLSI LQFP-48 7X7MM.PCBLIB
new file mode 100644
index 000000000..18e87f791
Binary files /dev/null and b/footprints/Leaded/VLSI LQFP-48 7X7MM.PCBLIB differ
diff --git a/footprints/Leaded/WINBOND SOIC-8 208MIL WIDE.PCBLIB b/footprints/Leaded/WINBOND SOIC-8 208MIL WIDE.PCBLIB
new file mode 100644
index 000000000..6dfac3b88
Binary files /dev/null and b/footprints/Leaded/WINBOND SOIC-8 208MIL WIDE.PCBLIB differ
diff --git a/footprints/Leaded/WINBOND SOIC-8.PCBLIB b/footprints/Leaded/WINBOND SOIC-8.PCBLIB
new file mode 100644
index 000000000..1e406cf5d
Binary files /dev/null and b/footprints/Leaded/WINBOND SOIC-8.PCBLIB differ
diff --git a/footprints/Leadless/ALLEGRO QFN-28 ET.PCBLIB b/footprints/Leadless/ALLEGRO QFN-28 ET.PCBLIB
new file mode 100644
index 000000000..9a1a26af4
Binary files /dev/null and b/footprints/Leadless/ALLEGRO QFN-28 ET.PCBLIB differ
diff --git a/footprints/Leadless/ALLEGRO QFN-32 ET.PCBLIB b/footprints/Leadless/ALLEGRO QFN-32 ET.PCBLIB
new file mode 100644
index 000000000..51f2c2de4
Binary files /dev/null and b/footprints/Leadless/ALLEGRO QFN-32 ET.PCBLIB differ
diff --git a/footprints/Leadless/ATMEL BGA-15 3X3MM 15CC1.PCBLIB b/footprints/Leadless/ATMEL BGA-15 3X3MM 15CC1.PCBLIB
new file mode 100644
index 000000000..91939a7f6
Binary files /dev/null and b/footprints/Leadless/ATMEL BGA-15 3X3MM 15CC1.PCBLIB differ
diff --git a/footprints/Leadless/ATMEL MLF-20 20M1.PCBLIB b/footprints/Leadless/ATMEL MLF-20 20M1.PCBLIB
new file mode 100644
index 000000000..3520f7975
Binary files /dev/null and b/footprints/Leadless/ATMEL MLF-20 20M1.PCBLIB differ
diff --git a/footprints/Leadless/ATMEL UDFN-8 2X2MM 8MA4.PCBLIB b/footprints/Leadless/ATMEL UDFN-8 2X2MM 8MA4.PCBLIB
new file mode 100644
index 000000000..b1661cee7
Binary files /dev/null and b/footprints/Leadless/ATMEL UDFN-8 2X2MM 8MA4.PCBLIB differ
diff --git a/footprints/Leadless/ATMEL VQFN-20 3X3MM 20M2.PCBLIB b/footprints/Leadless/ATMEL VQFN-20 3X3MM 20M2.PCBLIB
new file mode 100644
index 000000000..51bb487d2
Binary files /dev/null and b/footprints/Leadless/ATMEL VQFN-20 3X3MM 20M2.PCBLIB differ
diff --git a/footprints/Leadless/BOSCH LGA-28 5.2X3.8MM.PCBLIB b/footprints/Leadless/BOSCH LGA-28 5.2X3.8MM.PCBLIB
new file mode 100644
index 000000000..89c695cb6
Binary files /dev/null and b/footprints/Leadless/BOSCH LGA-28 5.2X3.8MM.PCBLIB differ
diff --git a/footprints/Leadless/INFINEON PG-TDSON-8 6.15X5.32MM.PCBLIB b/footprints/Leadless/INFINEON PG-TDSON-8 6.15X5.32MM.PCBLIB
new file mode 100644
index 000000000..ea0455749
Binary files /dev/null and b/footprints/Leadless/INFINEON PG-TDSON-8 6.15X5.32MM.PCBLIB differ
diff --git a/footprints/Leadless/INFINEON PG-TDSON-8.PCBLIB b/footprints/Leadless/INFINEON PG-TDSON-8.PCBLIB
new file mode 100644
index 000000000..01c01be70
Binary files /dev/null and b/footprints/Leadless/INFINEON PG-TDSON-8.PCBLIB differ
diff --git a/footprints/Leadless/INFINEON PG-TSDSON-8.PCBLIB b/footprints/Leadless/INFINEON PG-TSDSON-8.PCBLIB
new file mode 100644
index 000000000..ba658c2f1
Binary files /dev/null and b/footprints/Leadless/INFINEON PG-TSDSON-8.PCBLIB differ
diff --git a/footprints/Leadless/INFINEON PGTSON-8.PCBLIB b/footprints/Leadless/INFINEON PGTSON-8.PCBLIB
new file mode 100644
index 000000000..456b6ba18
Binary files /dev/null and b/footprints/Leadless/INFINEON PGTSON-8.PCBLIB differ
diff --git a/footprints/Leadless/INFINEON TSLP-3-9.PCBLIB b/footprints/Leadless/INFINEON TSLP-3-9.PCBLIB
new file mode 100644
index 000000000..6bb806d8b
Binary files /dev/null and b/footprints/Leadless/INFINEON TSLP-3-9.PCBLIB differ
diff --git a/footprints/Leadless/INVENSENSE LGA-16 3X3.PCBLIB b/footprints/Leadless/INVENSENSE LGA-16 3X3.PCBLIB
new file mode 100644
index 000000000..24c962f40
Binary files /dev/null and b/footprints/Leadless/INVENSENSE LGA-16 3X3.PCBLIB differ
diff --git a/footprints/Leadless/INVENSENSE QFN-24 3X3MM.PCBLIB b/footprints/Leadless/INVENSENSE QFN-24 3X3MM.PCBLIB
new file mode 100644
index 000000000..c25bdf000
Binary files /dev/null and b/footprints/Leadless/INVENSENSE QFN-24 3X3MM.PCBLIB differ
diff --git a/footprints/Leadless/LT DFN-6 2X2MM DC6 RF.PCBLIB b/footprints/Leadless/LT DFN-6 2X2MM DC6 RF.PCBLIB
new file mode 100644
index 000000000..e7da39d68
Binary files /dev/null and b/footprints/Leadless/LT DFN-6 2X2MM DC6 RF.PCBLIB differ
diff --git a/footprints/Leadless/LT DFN-8 3X3MM.PCBLIB b/footprints/Leadless/LT DFN-8 3X3MM.PCBLIB
new file mode 100644
index 000000000..cdddd5c31
Binary files /dev/null and b/footprints/Leadless/LT DFN-8 3X3MM.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM TDFN-10 3X3MM T1033-1.PCBLIB b/footprints/Leadless/MAXIM TDFN-10 3X3MM T1033-1.PCBLIB
new file mode 100644
index 000000000..3a5d16393
Binary files /dev/null and b/footprints/Leadless/MAXIM TDFN-10 3X3MM T1033-1.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM TDFN-10 T1034N-1.PCBLIB b/footprints/Leadless/MAXIM TDFN-10 T1034N-1.PCBLIB
new file mode 100644
index 000000000..944b89224
Binary files /dev/null and b/footprints/Leadless/MAXIM TDFN-10 T1034N-1.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM TDFN-14 3X3MM T1433+2.PCBLIB b/footprints/Leadless/MAXIM TDFN-14 3X3MM T1433+2.PCBLIB
new file mode 100644
index 000000000..8797e99aa
Binary files /dev/null and b/footprints/Leadless/MAXIM TDFN-14 3X3MM T1433+2.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM TDFN-8 2X2MM.PCBLIB b/footprints/Leadless/MAXIM TDFN-8 2X2MM.PCBLIB
new file mode 100644
index 000000000..4be93c2cd
Binary files /dev/null and b/footprints/Leadless/MAXIM TDFN-8 2X2MM.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM UCSP-12 1.5X2.0MM B12-11.PCBLIB b/footprints/Leadless/MAXIM UCSP-12 1.5X2.0MM B12-11.PCBLIB
new file mode 100644
index 000000000..e0909e9e5
Binary files /dev/null and b/footprints/Leadless/MAXIM UCSP-12 1.5X2.0MM B12-11.PCBLIB differ
diff --git a/footprints/Leadless/MAXIM WLP-9 1.2X1.2MM.PCBLIB b/footprints/Leadless/MAXIM WLP-9 1.2X1.2MM.PCBLIB
new file mode 100644
index 000000000..894e10357
Binary files /dev/null and b/footprints/Leadless/MAXIM WLP-9 1.2X1.2MM.PCBLIB differ
diff --git a/footprints/Leadless/MICREL MLF-8 2X2MM ML.PCBLIB b/footprints/Leadless/MICREL MLF-8 2X2MM ML.PCBLIB
new file mode 100644
index 000000000..ebc69bd07
Binary files /dev/null and b/footprints/Leadless/MICREL MLF-8 2X2MM ML.PCBLIB differ
diff --git a/footprints/Leadless/MICROCHIP DFN-10 3MMX3MM MF.PCBLIB b/footprints/Leadless/MICROCHIP DFN-10 3MMX3MM MF.PCBLIB
new file mode 100644
index 000000000..01ca8f898
Binary files /dev/null and b/footprints/Leadless/MICROCHIP DFN-10 3MMX3MM MF.PCBLIB differ
diff --git a/footprints/Leadless/MICROCHIP QFN-20 4X4MM.PCBLIB b/footprints/Leadless/MICROCHIP QFN-20 4X4MM.PCBLIB
new file mode 100644
index 000000000..1e3d58835
Binary files /dev/null and b/footprints/Leadless/MICROCHIP QFN-20 4X4MM.PCBLIB differ
diff --git a/footprints/Leadless/MICROCHIP WSON-8 6X5MM.PCBLIB b/footprints/Leadless/MICROCHIP WSON-8 6X5MM.PCBLIB
new file mode 100644
index 000000000..cbb098b20
Binary files /dev/null and b/footprints/Leadless/MICROCHIP WSON-8 6X5MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP HVQFN-33 5X5MM.PCBLIB b/footprints/Leadless/NXP HVQFN-33 5X5MM.PCBLIB
new file mode 100644
index 000000000..e831e0a77
Binary files /dev/null and b/footprints/Leadless/NXP HVQFN-33 5X5MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP HVQFN-33 7X7MM.PCBLIB b/footprints/Leadless/NXP HVQFN-33 7X7MM.PCBLIB
new file mode 100644
index 000000000..e4d4a611c
Binary files /dev/null and b/footprints/Leadless/NXP HVQFN-33 7X7MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP TFBGA-100 9X9MM.PCBLIB b/footprints/Leadless/NXP TFBGA-100 9X9MM.PCBLIB
new file mode 100644
index 000000000..51c2e9c6a
Binary files /dev/null and b/footprints/Leadless/NXP TFBGA-100 9X9MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP TFBGA-180 SOT570-3.PCBLIB b/footprints/Leadless/NXP TFBGA-180 SOT570-3.PCBLIB
new file mode 100644
index 000000000..1c67f12a6
Binary files /dev/null and b/footprints/Leadless/NXP TFBGA-180 SOT570-3.PCBLIB differ
diff --git a/footprints/Leadless/NXP TFBGA-208 SOT950-1.PCBLIB b/footprints/Leadless/NXP TFBGA-208 SOT950-1.PCBLIB
new file mode 100644
index 000000000..bf5b9a9ad
Binary files /dev/null and b/footprints/Leadless/NXP TFBGA-208 SOT950-1.PCBLIB differ
diff --git a/footprints/Leadless/NXP TFBGA-48 4.5X4.5MM.PCBLIB b/footprints/Leadless/NXP TFBGA-48 4.5X4.5MM.PCBLIB
new file mode 100644
index 000000000..5aceece8a
Binary files /dev/null and b/footprints/Leadless/NXP TFBGA-48 4.5X4.5MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP TFBGA-80 SOT1328-1.PCBLIB b/footprints/Leadless/NXP TFBGA-80 SOT1328-1.PCBLIB
new file mode 100644
index 000000000..8709a6e4e
Binary files /dev/null and b/footprints/Leadless/NXP TFBGA-80 SOT1328-1.PCBLIB differ
diff --git a/footprints/Leadless/NXP WLCSP-100 5X5MM.PCBLIB b/footprints/Leadless/NXP WLCSP-100 5X5MM.PCBLIB
new file mode 100644
index 000000000..eb9725647
Binary files /dev/null and b/footprints/Leadless/NXP WLCSP-100 5X5MM.PCBLIB differ
diff --git a/footprints/Leadless/NXP XSON16 SOT1341-1.PCBLIB b/footprints/Leadless/NXP XSON16 SOT1341-1.PCBLIB
new file mode 100644
index 000000000..4360aa36b
Binary files /dev/null and b/footprints/Leadless/NXP XSON16 SOT1341-1.PCBLIB differ
diff --git a/footprints/Leadless/RFMD QFN-16 3X3MM.PCBLIB b/footprints/Leadless/RFMD QFN-16 3X3MM.PCBLIB
new file mode 100644
index 000000000..8a39f4361
Binary files /dev/null and b/footprints/Leadless/RFMD QFN-16 3X3MM.PCBLIB differ
diff --git a/footprints/Leadless/SENSIRION STS21.PCBLIB b/footprints/Leadless/SENSIRION STS21.PCBLIB
new file mode 100644
index 000000000..0e1595830
Binary files /dev/null and b/footprints/Leadless/SENSIRION STS21.PCBLIB differ
diff --git a/footprints/Leadless/SI LABS QFN-64.PCBLIB b/footprints/Leadless/SI LABS QFN-64.PCBLIB
new file mode 100644
index 000000000..4a760cb2c
Binary files /dev/null and b/footprints/Leadless/SI LABS QFN-64.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS DFN-6 1.5X1.5MM.PCBLIB b/footprints/Leadless/SKYWORKS DFN-6 1.5X1.5MM.PCBLIB
new file mode 100644
index 000000000..0e7486f40
Binary files /dev/null and b/footprints/Leadless/SKYWORKS DFN-6 1.5X1.5MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS MCM-12 8.4X8.4MM.PCBLIB b/footprints/Leadless/SKYWORKS MCM-12 8.4X8.4MM.PCBLIB
new file mode 100644
index 000000000..d7b730171
Binary files /dev/null and b/footprints/Leadless/SKYWORKS MCM-12 8.4X8.4MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS MLPD-6 1X1MM.PCBLIB b/footprints/Leadless/SKYWORKS MLPD-6 1X1MM.PCBLIB
new file mode 100644
index 000000000..5d51c8b8e
Binary files /dev/null and b/footprints/Leadless/SKYWORKS MLPD-6 1X1MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS MLPD-6 2X1.5MM.PCBLIB b/footprints/Leadless/SKYWORKS MLPD-6 2X1.5MM.PCBLIB
new file mode 100644
index 000000000..f8c91b84d
Binary files /dev/null and b/footprints/Leadless/SKYWORKS MLPD-6 2X1.5MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS QFN-12 2X2MM.PCBLIB b/footprints/Leadless/SKYWORKS QFN-12 2X2MM.PCBLIB
new file mode 100644
index 000000000..575c2a2f5
Binary files /dev/null and b/footprints/Leadless/SKYWORKS QFN-12 2X2MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS TDFN-14 2.2X2.2MM.PCBLIB b/footprints/Leadless/SKYWORKS TDFN-14 2.2X2.2MM.PCBLIB
new file mode 100644
index 000000000..1325a4955
Binary files /dev/null and b/footprints/Leadless/SKYWORKS TDFN-14 2.2X2.2MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS TDFN-14 3X3MM.PCBLIB b/footprints/Leadless/SKYWORKS TDFN-14 3X3MM.PCBLIB
new file mode 100644
index 000000000..ef3a2b63a
Binary files /dev/null and b/footprints/Leadless/SKYWORKS TDFN-14 3X3MM.PCBLIB differ
diff --git a/footprints/Leadless/SKYWORKS XFDFN-6 1X1MM.PCBLIB b/footprints/Leadless/SKYWORKS XFDFN-6 1X1MM.PCBLIB
new file mode 100644
index 000000000..2e0327104
Binary files /dev/null and b/footprints/Leadless/SKYWORKS XFDFN-6 1X1MM.PCBLIB differ
diff --git a/footprints/Leadless/SMSC QFN-24 4X4MM.PCBLIB b/footprints/Leadless/SMSC QFN-24 4X4MM.PCBLIB
new file mode 100644
index 000000000..ea08cadb5
Binary files /dev/null and b/footprints/Leadless/SMSC QFN-24 4X4MM.PCBLIB differ
diff --git a/footprints/Leadless/SPANSION WSON-8 6X5MM.PCBLIB b/footprints/Leadless/SPANSION WSON-8 6X5MM.PCBLIB
new file mode 100644
index 000000000..c777f20b0
Binary files /dev/null and b/footprints/Leadless/SPANSION WSON-8 6X5MM.PCBLIB differ
diff --git a/footprints/Leadless/SPANSION WSON-8 6X8MM.PCBLIB b/footprints/Leadless/SPANSION WSON-8 6X8MM.PCBLIB
new file mode 100644
index 000000000..f90cd9198
Binary files /dev/null and b/footprints/Leadless/SPANSION WSON-8 6X8MM.PCBLIB differ
diff --git a/footprints/Leadless/ST DFN-8 3X3.PCBLIB b/footprints/Leadless/ST DFN-8 3X3.PCBLIB
new file mode 100644
index 000000000..81dc135b1
Binary files /dev/null and b/footprints/Leadless/ST DFN-8 3X3.PCBLIB differ
diff --git a/footprints/Leadless/ST UFDFPN-8 MLP8.PCBLIB b/footprints/Leadless/ST UFDFPN-8 MLP8.PCBLIB
new file mode 100644
index 000000000..3746805e1
Binary files /dev/null and b/footprints/Leadless/ST UFDFPN-8 MLP8.PCBLIB differ
diff --git a/footprints/Leadless/ST VFPDFN-10.PCBLIB b/footprints/Leadless/ST VFPDFN-10.PCBLIB
new file mode 100644
index 000000000..2a5099340
Binary files /dev/null and b/footprints/Leadless/ST VFPDFN-10.PCBLIB differ
diff --git a/footprints/Leadless/TI 8-TDFN Q5.PCBLIB b/footprints/Leadless/TI 8-TDFN Q5.PCBLIB
new file mode 100644
index 000000000..562d87d53
Binary files /dev/null and b/footprints/Leadless/TI 8-TDFN Q5.PCBLIB differ
diff --git a/footprints/Leadless/TI 8-TDFN Q5A.PCBLIB b/footprints/Leadless/TI 8-TDFN Q5A.PCBLIB
new file mode 100644
index 000000000..0197b4642
Binary files /dev/null and b/footprints/Leadless/TI 8-TDFN Q5A.PCBLIB differ
diff --git a/footprints/Leadless/TI DSBGA-6 1.25X0.85MM.PCBLIB b/footprints/Leadless/TI DSBGA-6 1.25X0.85MM.PCBLIB
new file mode 100644
index 000000000..7c4bb3260
Binary files /dev/null and b/footprints/Leadless/TI DSBGA-6 1.25X0.85MM.PCBLIB differ
diff --git a/footprints/Leadless/TI PVQFN-16 4X4MM RSA.PCBLIB b/footprints/Leadless/TI PVQFN-16 4X4MM RSA.PCBLIB
new file mode 100644
index 000000000..0f1d8cd8c
Binary files /dev/null and b/footprints/Leadless/TI PVQFN-16 4X4MM RSA.PCBLIB differ
diff --git a/footprints/Leadless/TI PVSON-10 3X3MM DRC.PCBLIB b/footprints/Leadless/TI PVSON-10 3X3MM DRC.PCBLIB
new file mode 100644
index 000000000..c6e36da2a
Binary files /dev/null and b/footprints/Leadless/TI PVSON-10 3X3MM DRC.PCBLIB differ
diff --git a/footprints/Leadless/TI PVSON-14 DSJ.PCBLIB b/footprints/Leadless/TI PVSON-14 DSJ.PCBLIB
new file mode 100644
index 000000000..feb62edfe
Binary files /dev/null and b/footprints/Leadless/TI PVSON-14 DSJ.PCBLIB differ
diff --git a/footprints/Leadless/TI PWQFN-16 3X3MM RTE.PCBLIB b/footprints/Leadless/TI PWQFN-16 3X3MM RTE.PCBLIB
new file mode 100644
index 000000000..7cee100de
Binary files /dev/null and b/footprints/Leadless/TI PWQFN-16 3X3MM RTE.PCBLIB differ
diff --git a/footprints/Leadless/TI PWSON-10 DSQ.PCBLIB b/footprints/Leadless/TI PWSON-10 DSQ.PCBLIB
new file mode 100644
index 000000000..4bb5850fa
Binary files /dev/null and b/footprints/Leadless/TI PWSON-10 DSQ.PCBLIB differ
diff --git a/footprints/Leadless/TI QFN-16 3X3MM RTE.PCBLIB b/footprints/Leadless/TI QFN-16 3X3MM RTE.PCBLIB
new file mode 100644
index 000000000..3e3ad5ed9
Binary files /dev/null and b/footprints/Leadless/TI QFN-16 3X3MM RTE.PCBLIB differ
diff --git a/footprints/Leadless/TI SON-6 Q2.PCBLIB b/footprints/Leadless/TI SON-6 Q2.PCBLIB
new file mode 100644
index 000000000..05a0eb193
Binary files /dev/null and b/footprints/Leadless/TI SON-6 Q2.PCBLIB differ
diff --git a/footprints/Leadless/TI SON-8 Q3.PCBLIB b/footprints/Leadless/TI SON-8 Q3.PCBLIB
new file mode 100644
index 000000000..da3c14adc
Binary files /dev/null and b/footprints/Leadless/TI SON-8 Q3.PCBLIB differ
diff --git a/footprints/Leadless/TI VQFN-16 4X4MM RSA.PCBLIB b/footprints/Leadless/TI VQFN-16 4X4MM RSA.PCBLIB
new file mode 100644
index 000000000..ab54e7fce
Binary files /dev/null and b/footprints/Leadless/TI VQFN-16 4X4MM RSA.PCBLIB differ
diff --git a/footprints/Leadless/TI VQFN-16 RVA.PCBLIB b/footprints/Leadless/TI VQFN-16 RVA.PCBLIB
new file mode 100644
index 000000000..1d47acdb9
Binary files /dev/null and b/footprints/Leadless/TI VQFN-16 RVA.PCBLIB differ
diff --git a/footprints/Leadless/TI VQFN-9 3X3MM RWL.PCBLIB b/footprints/Leadless/TI VQFN-9 3X3MM RWL.PCBLIB
new file mode 100644
index 000000000..7697f3f9d
Binary files /dev/null and b/footprints/Leadless/TI VQFN-9 3X3MM RWL.PCBLIB differ
diff --git a/footprints/Leadless/TI VSON-8 DRB.PCBLIB b/footprints/Leadless/TI VSON-8 DRB.PCBLIB
new file mode 100644
index 000000000..c22633868
Binary files /dev/null and b/footprints/Leadless/TI VSON-8 DRB.PCBLIB differ
diff --git a/footprints/Leadless/TI VSON-8 Q5B.PCBLIB b/footprints/Leadless/TI VSON-8 Q5B.PCBLIB
new file mode 100644
index 000000000..74bfe30c3
Binary files /dev/null and b/footprints/Leadless/TI VSON-8 Q5B.PCBLIB differ
diff --git a/footprints/Leadless/TI WQFN-16 RGH.PCBLIB b/footprints/Leadless/TI WQFN-16 RGH.PCBLIB
new file mode 100644
index 000000000..09739210b
Binary files /dev/null and b/footprints/Leadless/TI WQFN-16 RGH.PCBLIB differ
diff --git a/footprints/Leadless/TI WSON-10 DQC.PCBLIB b/footprints/Leadless/TI WSON-10 DQC.PCBLIB
new file mode 100644
index 000000000..c4d64a2fe
Binary files /dev/null and b/footprints/Leadless/TI WSON-10 DQC.PCBLIB differ
diff --git a/footprints/Leadless/TI WSON-10 SD.PCBLIB b/footprints/Leadless/TI WSON-10 SD.PCBLIB
new file mode 100644
index 000000000..4b8e1208f
Binary files /dev/null and b/footprints/Leadless/TI WSON-10 SD.PCBLIB differ
diff --git a/footprints/Leadless/TI WSON-12 DNT.PCBLIB b/footprints/Leadless/TI WSON-12 DNT.PCBLIB
new file mode 100644
index 000000000..5b3ef3b41
Binary files /dev/null and b/footprints/Leadless/TI WSON-12 DNT.PCBLIB differ
diff --git a/footprints/Leadless/TI WSON-16 NHR.PCBLIB b/footprints/Leadless/TI WSON-16 NHR.PCBLIB
new file mode 100644
index 000000000..06e4dbc12
Binary files /dev/null and b/footprints/Leadless/TI WSON-16 NHR.PCBLIB differ
diff --git a/footprints/Leadless/TI XFBGA-6 1.2X0.8MM.PCBLIB b/footprints/Leadless/TI XFBGA-6 1.2X0.8MM.PCBLIB
new file mode 100644
index 000000000..f27894c0b
Binary files /dev/null and b/footprints/Leadless/TI XFBGA-6 1.2X0.8MM.PCBLIB differ
diff --git a/footprints/Leadless/WINBOND WSON-8 6X5MM.PCBLIB b/footprints/Leadless/WINBOND WSON-8 6X5MM.PCBLIB
new file mode 100644
index 000000000..a702fd7f5
Binary files /dev/null and b/footprints/Leadless/WINBOND WSON-8 6X5MM.PCBLIB differ
diff --git a/footprints/Light Pipe/BIVAR SLP-1-3.PCBLIB b/footprints/Light Pipe/BIVAR SLP-1-3.PCBLIB
new file mode 100644
index 000000000..fd54f29ad
Binary files /dev/null and b/footprints/Light Pipe/BIVAR SLP-1-3.PCBLIB differ
diff --git a/footprints/Light Pipe/BIVAR SLP3-150-100-R.PCBLIB b/footprints/Light Pipe/BIVAR SLP3-150-100-R.PCBLIB
new file mode 100644
index 000000000..19770b685
Binary files /dev/null and b/footprints/Light Pipe/BIVAR SLP3-150-100-R.PCBLIB differ
diff --git a/footprints/Light Pipe/BIVAR SLP3-200-100-F.PCBLIB b/footprints/Light Pipe/BIVAR SLP3-200-100-F.PCBLIB
new file mode 100644
index 000000000..1913fe2c6
Binary files /dev/null and b/footprints/Light Pipe/BIVAR SLP3-200-100-F.PCBLIB differ
diff --git a/footprints/Light Pipe/BIVAR SLP3-200-100-R.PCBLIB b/footprints/Light Pipe/BIVAR SLP3-200-100-R.PCBLIB
new file mode 100644
index 000000000..35dc9bed1
Binary files /dev/null and b/footprints/Light Pipe/BIVAR SLP3-200-100-R.PCBLIB differ
diff --git a/footprints/Light Pipe/BIVAR SLP3-250-100-F.PCBLIB b/footprints/Light Pipe/BIVAR SLP3-250-100-F.PCBLIB
new file mode 100644
index 000000000..5e5cf75b0
Binary files /dev/null and b/footprints/Light Pipe/BIVAR SLP3-250-100-F.PCBLIB differ
diff --git a/footprints/Mechanical/KEYSTONE 611.PCBLIB b/footprints/Mechanical/KEYSTONE 611.PCBLIB
new file mode 100644
index 000000000..f271d896b
Binary files /dev/null and b/footprints/Mechanical/KEYSTONE 611.PCBLIB differ
diff --git a/footprints/Mechanical/KEYSTONE 612.PCBLIB b/footprints/Mechanical/KEYSTONE 612.PCBLIB
new file mode 100644
index 000000000..a5c73562d
Binary files /dev/null and b/footprints/Mechanical/KEYSTONE 612.PCBLIB differ
diff --git a/footprints/Mechanical/KEYSTONE 614.PCBLIB b/footprints/Mechanical/KEYSTONE 614.PCBLIB
new file mode 100644
index 000000000..6a4049c4a
Binary files /dev/null and b/footprints/Mechanical/KEYSTONE 614.PCBLIB differ
diff --git a/footprints/Mechanical/KEYSTONE 621.PCBLIB b/footprints/Mechanical/KEYSTONE 621.PCBLIB
new file mode 100644
index 000000000..cd688e410
Binary files /dev/null and b/footprints/Mechanical/KEYSTONE 621.PCBLIB differ
diff --git a/footprints/Optoisolator/LITEON LTV-357T.PCBLIB b/footprints/Optoisolator/LITEON LTV-357T.PCBLIB
new file mode 100644
index 000000000..ed2d93879
Binary files /dev/null and b/footprints/Optoisolator/LITEON LTV-357T.PCBLIB differ
diff --git a/footprints/Optoisolator/LITEON LTV-817.PCBLIB b/footprints/Optoisolator/LITEON LTV-817.PCBLIB
new file mode 100644
index 000000000..badcdde17
Binary files /dev/null and b/footprints/Optoisolator/LITEON LTV-817.PCBLIB differ
diff --git a/footprints/Passives/CAP 0201_0603 RF.PCBLIB b/footprints/Passives/CAP 0201_0603 RF.PCBLIB
new file mode 100644
index 000000000..1b2281d32
Binary files /dev/null and b/footprints/Passives/CAP 0201_0603 RF.PCBLIB differ
diff --git a/footprints/Passives/CAP 0201_0603.PCBLIB b/footprints/Passives/CAP 0201_0603.PCBLIB
new file mode 100644
index 000000000..e2b99a5ec
Binary files /dev/null and b/footprints/Passives/CAP 0201_0603.PCBLIB differ
diff --git a/footprints/Passives/CAP 0402_1005 RF.PCBLIB b/footprints/Passives/CAP 0402_1005 RF.PCBLIB
new file mode 100644
index 000000000..9d7b2d046
Binary files /dev/null and b/footprints/Passives/CAP 0402_1005 RF.PCBLIB differ
diff --git a/footprints/Passives/CAP 0402_1005.PCBLIB b/footprints/Passives/CAP 0402_1005.PCBLIB
new file mode 100644
index 000000000..754dc61f8
Binary files /dev/null and b/footprints/Passives/CAP 0402_1005.PCBLIB differ
diff --git a/footprints/Passives/CAP 0603_1608 RF.PCBLIB b/footprints/Passives/CAP 0603_1608 RF.PCBLIB
new file mode 100644
index 000000000..ec90985ef
Binary files /dev/null and b/footprints/Passives/CAP 0603_1608 RF.PCBLIB differ
diff --git a/footprints/Passives/CAP 0603_1608.PCBLIB b/footprints/Passives/CAP 0603_1608.PCBLIB
new file mode 100644
index 000000000..994a4516b
Binary files /dev/null and b/footprints/Passives/CAP 0603_1608.PCBLIB differ
diff --git a/footprints/Passives/CAP 0805_2012 RF.PCBLIB b/footprints/Passives/CAP 0805_2012 RF.PCBLIB
new file mode 100644
index 000000000..7e474c1b4
Binary files /dev/null and b/footprints/Passives/CAP 0805_2012 RF.PCBLIB differ
diff --git a/footprints/Passives/CAP 0805_2012.PCBLIB b/footprints/Passives/CAP 0805_2012.PCBLIB
new file mode 100644
index 000000000..c1675f207
Binary files /dev/null and b/footprints/Passives/CAP 0805_2012.PCBLIB differ
diff --git a/footprints/Passives/CAP 1206_3216 - 0.8MM.PCBLIB b/footprints/Passives/CAP 1206_3216 - 0.8MM.PCBLIB
new file mode 100644
index 000000000..be9895588
Binary files /dev/null and b/footprints/Passives/CAP 1206_3216 - 0.8MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1206_3216 - 1.0MM.PCBLIB b/footprints/Passives/CAP 1206_3216 - 1.0MM.PCBLIB
new file mode 100644
index 000000000..18ce0ae01
Binary files /dev/null and b/footprints/Passives/CAP 1206_3216 - 1.0MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1206_3216 - 1.2MM.PCBLIB b/footprints/Passives/CAP 1206_3216 - 1.2MM.PCBLIB
new file mode 100644
index 000000000..d9b0976ad
Binary files /dev/null and b/footprints/Passives/CAP 1206_3216 - 1.2MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1206_3216 - 1.8MM.PCBLIB b/footprints/Passives/CAP 1206_3216 - 1.8MM.PCBLIB
new file mode 100644
index 000000000..25827bd7b
Binary files /dev/null and b/footprints/Passives/CAP 1206_3216 - 1.8MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1206_3216.PCBLIB b/footprints/Passives/CAP 1206_3216.PCBLIB
new file mode 100644
index 000000000..6a19f90ad
Binary files /dev/null and b/footprints/Passives/CAP 1206_3216.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 1.2MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 1.2MM.PCBLIB
new file mode 100644
index 000000000..a7e0191f4
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 1.2MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 1.4MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 1.4MM.PCBLIB
new file mode 100644
index 000000000..fd9ce402c
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 1.4MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 1.6MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 1.6MM.PCBLIB
new file mode 100644
index 000000000..7893faf82
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 1.6MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 1.8MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 1.8MM.PCBLIB
new file mode 100644
index 000000000..d20f4f147
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 1.8MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 1MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 1MM.PCBLIB
new file mode 100644
index 000000000..146059035
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 1MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 2.0MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 2.0MM.PCBLIB
new file mode 100644
index 000000000..10651aed0
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 2.0MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 2.2MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 2.2MM.PCBLIB
new file mode 100644
index 000000000..ca1a5e7bd
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 2.2MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 2.5MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 2.5MM.PCBLIB
new file mode 100644
index 000000000..89bd039a4
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 2.5MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1210_3225 - 2.8MM.PCBLIB b/footprints/Passives/CAP 1210_3225 - 2.8MM.PCBLIB
new file mode 100644
index 000000000..1aaa0742f
Binary files /dev/null and b/footprints/Passives/CAP 1210_3225 - 2.8MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 1.1MM.PCBLIB b/footprints/Passives/CAP 1812_4532 1.1MM.PCBLIB
new file mode 100644
index 000000000..6e609714e
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 1.1MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 1.35MM.PCBLIB b/footprints/Passives/CAP 1812_4532 1.35MM.PCBLIB
new file mode 100644
index 000000000..59539de6e
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 1.35MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 1.5MM.PCBLIB b/footprints/Passives/CAP 1812_4532 1.5MM.PCBLIB
new file mode 100644
index 000000000..93548e636
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 1.5MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 1.75MM.PCBLIB b/footprints/Passives/CAP 1812_4532 1.75MM.PCBLIB
new file mode 100644
index 000000000..5d7648e9e
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 1.75MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 2.00MM.PCBLIB b/footprints/Passives/CAP 1812_4532 2.00MM.PCBLIB
new file mode 100644
index 000000000..e14c592ca
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 2.00MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 2.20MM.PCBLIB b/footprints/Passives/CAP 1812_4532 2.20MM.PCBLIB
new file mode 100644
index 000000000..cf8a0799c
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 2.20MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 2.55MM.PCBLIB b/footprints/Passives/CAP 1812_4532 2.55MM.PCBLIB
new file mode 100644
index 000000000..7a3bbbda8
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 2.55MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 2.8MM.PCBLIB b/footprints/Passives/CAP 1812_4532 2.8MM.PCBLIB
new file mode 100644
index 000000000..b143f1dbc
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 2.8MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 1812_4532 3.5MM.PCBLIB b/footprints/Passives/CAP 1812_4532 3.5MM.PCBLIB
new file mode 100644
index 000000000..99ba88435
Binary files /dev/null and b/footprints/Passives/CAP 1812_4532 3.5MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 1.5MM.PCBLIB b/footprints/Passives/CAP 2220_5650 1.5MM.PCBLIB
new file mode 100644
index 000000000..80f66e653
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 1.5MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 2.0MM.PCBLIB b/footprints/Passives/CAP 2220_5650 2.0MM.PCBLIB
new file mode 100644
index 000000000..034c8581d
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 2.0MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 2.5MM.PCBLIB b/footprints/Passives/CAP 2220_5650 2.5MM.PCBLIB
new file mode 100644
index 000000000..1c424b479
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 2.5MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 3.0MM.PCBLIB b/footprints/Passives/CAP 2220_5650 3.0MM.PCBLIB
new file mode 100644
index 000000000..e52cb331e
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 3.0MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 3.3MM.PCBLIB b/footprints/Passives/CAP 2220_5650 3.3MM.PCBLIB
new file mode 100644
index 000000000..21151b6f1
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 3.3MM.PCBLIB differ
diff --git a/footprints/Passives/CAP 2220_5650 4.2MM.PCBLIB b/footprints/Passives/CAP 2220_5650 4.2MM.PCBLIB
new file mode 100644
index 000000000..47399a6dc
Binary files /dev/null and b/footprints/Passives/CAP 2220_5650 4.2MM.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D10 L5 H12.5.PCBLIB b/footprints/Passives/CAP AL TH D10 L5 H12.5.PCBLIB
new file mode 100644
index 000000000..5987d3abe
Binary files /dev/null and b/footprints/Passives/CAP AL TH D10 L5 H12.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D10 L5 H14.5.PCBLIB b/footprints/Passives/CAP AL TH D10 L5 H14.5.PCBLIB
new file mode 100644
index 000000000..b760ee2f9
Binary files /dev/null and b/footprints/Passives/CAP AL TH D10 L5 H14.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D10 L5 H17.5.PCBLIB b/footprints/Passives/CAP AL TH D10 L5 H17.5.PCBLIB
new file mode 100644
index 000000000..702b1ea42
Binary files /dev/null and b/footprints/Passives/CAP AL TH D10 L5 H17.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D10 L5 H22.PCBLIB b/footprints/Passives/CAP AL TH D10 L5 H22.PCBLIB
new file mode 100644
index 000000000..94c2a7a97
Binary files /dev/null and b/footprints/Passives/CAP AL TH D10 L5 H22.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D10 L5 H30.PCBLIB b/footprints/Passives/CAP AL TH D10 L5 H30.PCBLIB
new file mode 100644
index 000000000..13629945c
Binary files /dev/null and b/footprints/Passives/CAP AL TH D10 L5 H30.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H14.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H14.PCBLIB
new file mode 100644
index 000000000..8d9f97645
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H14.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H15.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H15.PCBLIB
new file mode 100644
index 000000000..b181c19da
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H15.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H16.5.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H16.5.PCBLIB
new file mode 100644
index 000000000..48af3acdd
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H16.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H17.5.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H17.5.PCBLIB
new file mode 100644
index 000000000..26513dc4b
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H17.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H20.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H20.PCBLIB
new file mode 100644
index 000000000..d9ca68d2e
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H20.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H21.5.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H21.5.PCBLIB
new file mode 100644
index 000000000..dc70e401c
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H21.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H22.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H22.PCBLIB
new file mode 100644
index 000000000..793e2150f
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H22.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H25.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H25.PCBLIB
new file mode 100644
index 000000000..06f46be15
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H25.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H26.5.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H26.5.PCBLIB
new file mode 100644
index 000000000..025e119e7
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H26.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H27.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H27.PCBLIB
new file mode 100644
index 000000000..f77959328
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H27.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D12.5 L5 H35.5.PCBLIB b/footprints/Passives/CAP AL TH D12.5 L5 H35.5.PCBLIB
new file mode 100644
index 000000000..64689a7b2
Binary files /dev/null and b/footprints/Passives/CAP AL TH D12.5 L5 H35.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H16.5.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H16.5.PCBLIB
new file mode 100644
index 000000000..c66906107
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H16.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H20.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H20.PCBLIB
new file mode 100644
index 000000000..0149ace6b
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H20.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H22.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H22.PCBLIB
new file mode 100644
index 000000000..a98356b91
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H22.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H26.5.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H26.5.PCBLIB
new file mode 100644
index 000000000..1b2f06f53
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H26.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H27.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H27.PCBLIB
new file mode 100644
index 000000000..658ce93b8
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H27.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H33.5.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H33.5.PCBLIB
new file mode 100644
index 000000000..06e57ef97
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H33.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D16 L7.5 H37.PCBLIB b/footprints/Passives/CAP AL TH D16 L7.5 H37.PCBLIB
new file mode 100644
index 000000000..61bb06aed
Binary files /dev/null and b/footprints/Passives/CAP AL TH D16 L7.5 H37.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D22 L10 H14.5.PCBLIB b/footprints/Passives/CAP AL TH D22 L10 H14.5.PCBLIB
new file mode 100644
index 000000000..c6ec519fd
Binary files /dev/null and b/footprints/Passives/CAP AL TH D22 L10 H14.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D22 L10 H33.PCBLIB b/footprints/Passives/CAP AL TH D22 L10 H33.PCBLIB
new file mode 100644
index 000000000..3f0dbaaa6
Binary files /dev/null and b/footprints/Passives/CAP AL TH D22 L10 H33.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D22 L10 H43.PCBLIB b/footprints/Passives/CAP AL TH D22 L10 H43.PCBLIB
new file mode 100644
index 000000000..bdd1727c0
Binary files /dev/null and b/footprints/Passives/CAP AL TH D22 L10 H43.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D22 L10 H53.PCBLIB b/footprints/Passives/CAP AL TH D22 L10 H53.PCBLIB
new file mode 100644
index 000000000..cf269398b
Binary files /dev/null and b/footprints/Passives/CAP AL TH D22 L10 H53.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D25 L12.5 H14.5.PCBLIB b/footprints/Passives/CAP AL TH D25 L12.5 H14.5.PCBLIB
new file mode 100644
index 000000000..3c5a5e42c
Binary files /dev/null and b/footprints/Passives/CAP AL TH D25 L12.5 H14.5.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D25 L12.5 H32.PCBLIB b/footprints/Passives/CAP AL TH D25 L12.5 H32.PCBLIB
new file mode 100644
index 000000000..9bbafffcf
Binary files /dev/null and b/footprints/Passives/CAP AL TH D25 L12.5 H32.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D25 L12.5 H42.PCBLIB b/footprints/Passives/CAP AL TH D25 L12.5 H42.PCBLIB
new file mode 100644
index 000000000..554118452
Binary files /dev/null and b/footprints/Passives/CAP AL TH D25 L12.5 H42.PCBLIB differ
diff --git a/footprints/Passives/CAP AL TH D25 L12.5 H52.PCBLIB b/footprints/Passives/CAP AL TH D25 L12.5 H52.PCBLIB
new file mode 100644
index 000000000..93779a660
Binary files /dev/null and b/footprints/Passives/CAP AL TH D25 L12.5 H52.PCBLIB differ
diff --git a/footprints/Passives/CAP ALUM 10.3MM.PCBLIB b/footprints/Passives/CAP ALUM 10.3MM.PCBLIB
new file mode 100644
index 000000000..8d24727d8
Binary files /dev/null and b/footprints/Passives/CAP ALUM 10.3MM.PCBLIB differ
diff --git a/footprints/Passives/CAP ALUM 6.6MM.PCBLIB b/footprints/Passives/CAP ALUM 6.6MM.PCBLIB
new file mode 100644
index 000000000..8079aca80
Binary files /dev/null and b/footprints/Passives/CAP ALUM 6.6MM.PCBLIB differ
diff --git a/footprints/Passives/CAP ALUM 8.3MM.PCBLIB b/footprints/Passives/CAP ALUM 8.3MM.PCBLIB
new file mode 100644
index 000000000..a64dc1292
Binary files /dev/null and b/footprints/Passives/CAP ALUM 8.3MM.PCBLIB differ
diff --git a/footprints/Passives/CAP POL 2917_7343.PCBLIB b/footprints/Passives/CAP POL 2917_7343.PCBLIB
new file mode 100644
index 000000000..b1f83f492
Binary files /dev/null and b/footprints/Passives/CAP POL 2917_7343.PCBLIB differ
diff --git a/footprints/Passives/FER 0201_0603.PCBLIB b/footprints/Passives/FER 0201_0603.PCBLIB
new file mode 100644
index 000000000..147960853
Binary files /dev/null and b/footprints/Passives/FER 0201_0603.PCBLIB differ
diff --git a/footprints/Passives/FER 0402_1005.PCBLIB b/footprints/Passives/FER 0402_1005.PCBLIB
new file mode 100644
index 000000000..ed3a371c6
Binary files /dev/null and b/footprints/Passives/FER 0402_1005.PCBLIB differ
diff --git a/footprints/Passives/FER 0603_1608.PCBLIB b/footprints/Passives/FER 0603_1608.PCBLIB
new file mode 100644
index 000000000..55dcc0e4f
Binary files /dev/null and b/footprints/Passives/FER 0603_1608.PCBLIB differ
diff --git a/footprints/Passives/FER 0805_2012.PCBLIB b/footprints/Passives/FER 0805_2012.PCBLIB
new file mode 100644
index 000000000..d18aa61fe
Binary files /dev/null and b/footprints/Passives/FER 0805_2012.PCBLIB differ
diff --git a/footprints/Passives/IND 0402_1005 RF WW.PCBLIB b/footprints/Passives/IND 0402_1005 RF WW.PCBLIB
new file mode 100644
index 000000000..023b438d0
Binary files /dev/null and b/footprints/Passives/IND 0402_1005 RF WW.PCBLIB differ
diff --git a/footprints/Passives/NTC 0402_1005.PCBLIB b/footprints/Passives/NTC 0402_1005.PCBLIB
new file mode 100644
index 000000000..270ed34ca
Binary files /dev/null and b/footprints/Passives/NTC 0402_1005.PCBLIB differ
diff --git a/footprints/Passives/NTC 0603_1608.PCBLIB b/footprints/Passives/NTC 0603_1608.PCBLIB
new file mode 100644
index 000000000..a78b29a90
Binary files /dev/null and b/footprints/Passives/NTC 0603_1608.PCBLIB differ
diff --git a/footprints/Passives/NTC 0805_2012.PCBLIB b/footprints/Passives/NTC 0805_2012.PCBLIB
new file mode 100644
index 000000000..0ce6d83ad
Binary files /dev/null and b/footprints/Passives/NTC 0805_2012.PCBLIB differ
diff --git a/footprints/Passives/POT BOURNS TRIMPOT 3302.PCBLIB b/footprints/Passives/POT BOURNS TRIMPOT 3302.PCBLIB
new file mode 100644
index 000000000..c999985de
Binary files /dev/null and b/footprints/Passives/POT BOURNS TRIMPOT 3302.PCBLIB differ
diff --git a/footprints/Passives/POT MODEL91A.PCBLIB b/footprints/Passives/POT MODEL91A.PCBLIB
new file mode 100644
index 000000000..5b142a355
Binary files /dev/null and b/footprints/Passives/POT MODEL91A.PCBLIB differ
diff --git a/footprints/Passives/POT MURATA PVA2.PCBLIB b/footprints/Passives/POT MURATA PVA2.PCBLIB
new file mode 100644
index 000000000..2e82f24a2
Binary files /dev/null and b/footprints/Passives/POT MURATA PVA2.PCBLIB differ
diff --git a/footprints/Passives/POT PANASONIC EVM.PCBLIB b/footprints/Passives/POT PANASONIC EVM.PCBLIB
new file mode 100644
index 000000000..8485881b9
Binary files /dev/null and b/footprints/Passives/POT PANASONIC EVM.PCBLIB differ
diff --git a/footprints/Passives/POT PANASONIC EVM2W.PCBLIB b/footprints/Passives/POT PANASONIC EVM2W.PCBLIB
new file mode 100644
index 000000000..c25627954
Binary files /dev/null and b/footprints/Passives/POT PANASONIC EVM2W.PCBLIB differ
diff --git a/footprints/Passives/RES 0201_0603.PCBLIB b/footprints/Passives/RES 0201_0603.PCBLIB
new file mode 100644
index 000000000..e9204504f
Binary files /dev/null and b/footprints/Passives/RES 0201_0603.PCBLIB differ
diff --git a/footprints/Passives/RES 0402_1005 RF.PCBLIB b/footprints/Passives/RES 0402_1005 RF.PCBLIB
new file mode 100644
index 000000000..d306d6bbf
Binary files /dev/null and b/footprints/Passives/RES 0402_1005 RF.PCBLIB differ
diff --git a/footprints/Passives/RES 0402_1005.PCBLIB b/footprints/Passives/RES 0402_1005.PCBLIB
new file mode 100644
index 000000000..6f19f8953
Binary files /dev/null and b/footprints/Passives/RES 0402_1005.PCBLIB differ
diff --git a/footprints/Passives/RES 0603_1608 RF.PCBLIB b/footprints/Passives/RES 0603_1608 RF.PCBLIB
new file mode 100644
index 000000000..5eb0f0822
Binary files /dev/null and b/footprints/Passives/RES 0603_1608 RF.PCBLIB differ
diff --git a/footprints/Passives/RES 0603_1608.PCBLIB b/footprints/Passives/RES 0603_1608.PCBLIB
new file mode 100644
index 000000000..59f4081f1
Binary files /dev/null and b/footprints/Passives/RES 0603_1608.PCBLIB differ
diff --git a/footprints/Passives/RES 0805_2012 RF.PCBLIB b/footprints/Passives/RES 0805_2012 RF.PCBLIB
new file mode 100644
index 000000000..e0042efc5
Binary files /dev/null and b/footprints/Passives/RES 0805_2012 RF.PCBLIB differ
diff --git a/footprints/Passives/RES 0805_2012.PCBLIB b/footprints/Passives/RES 0805_2012.PCBLIB
new file mode 100644
index 000000000..e2fcf7d7a
Binary files /dev/null and b/footprints/Passives/RES 0805_2012.PCBLIB differ
diff --git a/footprints/Passives/RES 1206_3216 RF.PCBLIB b/footprints/Passives/RES 1206_3216 RF.PCBLIB
new file mode 100644
index 000000000..5c1a285e6
Binary files /dev/null and b/footprints/Passives/RES 1206_3216 RF.PCBLIB differ
diff --git a/footprints/Passives/RES 1206_3216.PCBLIB b/footprints/Passives/RES 1206_3216.PCBLIB
new file mode 100644
index 000000000..407429fd5
Binary files /dev/null and b/footprints/Passives/RES 1206_3216.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR0402.PCBLIB b/footprints/Passives/STACKPOLE CSR0402.PCBLIB
new file mode 100644
index 000000000..9c94d30a5
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR0402.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR0603.PCBLIB b/footprints/Passives/STACKPOLE CSR0603.PCBLIB
new file mode 100644
index 000000000..4db3684db
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR0603.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR0805.PCBLIB b/footprints/Passives/STACKPOLE CSR0805.PCBLIB
new file mode 100644
index 000000000..642c0b009
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR0805.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR1206.PCBLIB b/footprints/Passives/STACKPOLE CSR1206.PCBLIB
new file mode 100644
index 000000000..876dccd69
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR1206.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR1210.PCBLIB b/footprints/Passives/STACKPOLE CSR1210.PCBLIB
new file mode 100644
index 000000000..50d8825f2
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR1210.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR2010.PCBLIB b/footprints/Passives/STACKPOLE CSR2010.PCBLIB
new file mode 100644
index 000000000..90f102a62
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR2010.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSR2512.PCBLIB b/footprints/Passives/STACKPOLE CSR2512.PCBLIB
new file mode 100644
index 000000000..808aeab79
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSR2512.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSRN2010.PCBLIB b/footprints/Passives/STACKPOLE CSRN2010.PCBLIB
new file mode 100644
index 000000000..cfd5eb393
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSRN2010.PCBLIB differ
diff --git a/footprints/Passives/STACKPOLE CSRN2512.PCBLIB b/footprints/Passives/STACKPOLE CSRN2512.PCBLIB
new file mode 100644
index 000000000..68da37d0e
Binary files /dev/null and b/footprints/Passives/STACKPOLE CSRN2512.PCBLIB differ
diff --git a/footprints/Passives/TE TP 0805.PCBLIB b/footprints/Passives/TE TP 0805.PCBLIB
new file mode 100644
index 000000000..bba1916a1
Binary files /dev/null and b/footprints/Passives/TE TP 0805.PCBLIB differ
diff --git a/footprints/Power Inductors/BOURNS SRP5030T.PCBLIB b/footprints/Power Inductors/BOURNS SRP5030T.PCBLIB
new file mode 100644
index 000000000..0555cf3af
Binary files /dev/null and b/footprints/Power Inductors/BOURNS SRP5030T.PCBLIB differ
diff --git a/footprints/Power Inductors/BOURNS SRR1280.PCBLIB b/footprints/Power Inductors/BOURNS SRR1280.PCBLIB
new file mode 100644
index 000000000..2302c6271
Binary files /dev/null and b/footprints/Power Inductors/BOURNS SRR1280.PCBLIB differ
diff --git a/footprints/Power Inductors/BOURNS SRR6028.PCBLIB b/footprints/Power Inductors/BOURNS SRR6028.PCBLIB
new file mode 100644
index 000000000..467f325ff
Binary files /dev/null and b/footprints/Power Inductors/BOURNS SRR6028.PCBLIB differ
diff --git a/footprints/Power Inductors/TAIYO YUDEN MAMK2520T1R0M.PCBLIB b/footprints/Power Inductors/TAIYO YUDEN MAMK2520T1R0M.PCBLIB
new file mode 100644
index 000000000..aeeb8e384
Binary files /dev/null and b/footprints/Power Inductors/TAIYO YUDEN MAMK2520T1R0M.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK SPM3012.PCBLIB b/footprints/Power Inductors/TDK SPM3012.PCBLIB
new file mode 100644
index 000000000..96978595f
Binary files /dev/null and b/footprints/Power Inductors/TDK SPM3012.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK SPM3020-LR.PCBLIB b/footprints/Power Inductors/TDK SPM3020-LR.PCBLIB
new file mode 100644
index 000000000..5729f74bc
Binary files /dev/null and b/footprints/Power Inductors/TDK SPM3020-LR.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLCF4024-2.PCBLIB b/footprints/Power Inductors/TDK VLCF4024-2.PCBLIB
new file mode 100644
index 000000000..5a96ffe85
Binary files /dev/null and b/footprints/Power Inductors/TDK VLCF4024-2.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLCF4028-2.PCBLIB b/footprints/Power Inductors/TDK VLCF4028-2.PCBLIB
new file mode 100644
index 000000000..6e85ad962
Binary files /dev/null and b/footprints/Power Inductors/TDK VLCF4028-2.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF252012MT.PCBLIB b/footprints/Power Inductors/TDK VLF252012MT.PCBLIB
new file mode 100644
index 000000000..14806a9f6
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF252012MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF252015MT.PCBLIB b/footprints/Power Inductors/TDK VLF252015MT.PCBLIB
new file mode 100644
index 000000000..a7f86ad28
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF252015MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF403210MT.PCBLIB b/footprints/Power Inductors/TDK VLF403210MT.PCBLIB
new file mode 100644
index 000000000..a70289790
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF403210MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF403212MT.PCBLIB b/footprints/Power Inductors/TDK VLF403212MT.PCBLIB
new file mode 100644
index 000000000..5d83adf17
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF403212MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF403215MT.PCBLIB b/footprints/Power Inductors/TDK VLF403215MT.PCBLIB
new file mode 100644
index 000000000..8b0b8df21
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF403215MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF504010MT.PCBLIB b/footprints/Power Inductors/TDK VLF504010MT.PCBLIB
new file mode 100644
index 000000000..3f86fc6f8
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF504010MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF504012MT.PCBLIB b/footprints/Power Inductors/TDK VLF504012MT.PCBLIB
new file mode 100644
index 000000000..2ebef47e0
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF504012MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLF504015MT.PCBLIB b/footprints/Power Inductors/TDK VLF504015MT.PCBLIB
new file mode 100644
index 000000000..e13cdb93e
Binary files /dev/null and b/footprints/Power Inductors/TDK VLF504015MT.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS201612CX.PCBLIB b/footprints/Power Inductors/TDK VLS201612CX.PCBLIB
new file mode 100644
index 000000000..a1d0cc288
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS201612CX.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS201612HBX-1.PCBLIB b/footprints/Power Inductors/TDK VLS201612HBX-1.PCBLIB
new file mode 100644
index 000000000..062a07a6b
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS201612HBX-1.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS252010CX.PCBLIB b/footprints/Power Inductors/TDK VLS252010CX.PCBLIB
new file mode 100644
index 000000000..4be716fbe
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS252010CX.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS252010HBX-1.PCBLIB b/footprints/Power Inductors/TDK VLS252010HBX-1.PCBLIB
new file mode 100644
index 000000000..b2cd0b0e0
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS252010HBX-1.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS252012CX.PCBLIB b/footprints/Power Inductors/TDK VLS252012CX.PCBLIB
new file mode 100644
index 000000000..81200068b
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS252012CX.PCBLIB differ
diff --git a/footprints/Power Inductors/TDK VLS252012HBX-1.PCBLIB b/footprints/Power Inductors/TDK VLS252012HBX-1.PCBLIB
new file mode 100644
index 000000000..32318433a
Binary files /dev/null and b/footprints/Power Inductors/TDK VLS252012HBX-1.PCBLIB differ
diff --git a/footprints/Power Inductors/WURTH 5040.PCBLIB b/footprints/Power Inductors/WURTH 5040.PCBLIB
new file mode 100644
index 000000000..8e141d5d7
Binary files /dev/null and b/footprints/Power Inductors/WURTH 5040.PCBLIB differ
diff --git a/footprints/Power Inductors/WURTH WE-HCI 7040.PCBLIB b/footprints/Power Inductors/WURTH WE-HCI 7040.PCBLIB
new file mode 100644
index 000000000..460763039
Binary files /dev/null and b/footprints/Power Inductors/WURTH WE-HCI 7040.PCBLIB differ
diff --git a/footprints/Power Inductors/WURTH WE-HCI 7050.PCBLIB b/footprints/Power Inductors/WURTH WE-HCI 7050.PCBLIB
new file mode 100644
index 000000000..b51834026
Binary files /dev/null and b/footprints/Power Inductors/WURTH WE-HCI 7050.PCBLIB differ
diff --git a/footprints/Power Module/CUI V78.PCBLIB b/footprints/Power Module/CUI V78.PCBLIB
new file mode 100644
index 000000000..c3a01b0c0
Binary files /dev/null and b/footprints/Power Module/CUI V78.PCBLIB differ
diff --git a/footprints/Power Module/MURATA NXE.PCBLIB b/footprints/Power Module/MURATA NXE.PCBLIB
new file mode 100644
index 000000000..7f0aab22e
Binary files /dev/null and b/footprints/Power Module/MURATA NXE.PCBLIB differ
diff --git a/Footprints/Power Module.PcbLib b/footprints/Power Module/MURATA NXJ1.PCBLIB
similarity index 50%
rename from Footprints/Power Module.PcbLib
rename to footprints/Power Module/MURATA NXJ1.PCBLIB
index be5b00bc4..039b5024c 100644
Binary files a/Footprints/Power Module.PcbLib and b/footprints/Power Module/MURATA NXJ1.PCBLIB differ
diff --git a/footprints/Power Module/TI MICROSIP-8 SIL0008E.PCBLIB b/footprints/Power Module/TI MICROSIP-8 SIL0008E.PCBLIB
new file mode 100644
index 000000000..c840dd203
Binary files /dev/null and b/footprints/Power Module/TI MICROSIP-8 SIL0008E.PCBLIB differ
diff --git a/footprints/QFN/MAXIM QFN-20 4X4MM T2044-4.PCBLIB b/footprints/QFN/MAXIM QFN-20 4X4MM T2044-4.PCBLIB
new file mode 100644
index 000000000..1dd0f60c0
Binary files /dev/null and b/footprints/QFN/MAXIM QFN-20 4X4MM T2044-4.PCBLIB differ
diff --git a/footprints/QFN/NXP HVQFN32 5X5MM SOT617-3.PCBLIB b/footprints/QFN/NXP HVQFN32 5X5MM SOT617-3.PCBLIB
new file mode 100644
index 000000000..f825db25a
Binary files /dev/null and b/footprints/QFN/NXP HVQFN32 5X5MM SOT617-3.PCBLIB differ
diff --git a/footprints/QFN/NXP HVQFN32 7X7MM SOT865-3.PCBLIB b/footprints/QFN/NXP HVQFN32 7X7MM SOT865-3.PCBLIB
new file mode 100644
index 000000000..2fb6250b5
Binary files /dev/null and b/footprints/QFN/NXP HVQFN32 7X7MM SOT865-3.PCBLIB differ
diff --git a/footprints/RF Connector/LINX CONREVSMA003.062.PCBLIB b/footprints/RF Connector/LINX CONREVSMA003.062.PCBLIB
new file mode 100644
index 000000000..333a73e98
Binary files /dev/null and b/footprints/RF Connector/LINX CONREVSMA003.062.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73100-0114.PCBLIB b/footprints/RF Connector/MOLEX SD-73100-0114.PCBLIB
new file mode 100644
index 000000000..319500ac1
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73100-0114.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73100-0115.PCBLIB b/footprints/RF Connector/MOLEX SD-73100-0115.PCBLIB
new file mode 100644
index 000000000..be74ff2f3
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73100-0115.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-068.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-068.PCBLIB
new file mode 100644
index 000000000..7f8e895ed
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-068.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-104.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-104.PCBLIB
new file mode 100644
index 000000000..a838f17f6
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-104.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-115.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-115.PCBLIB
new file mode 100644
index 000000000..85206d53f
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-115.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-129.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-129.PCBLIB
new file mode 100644
index 000000000..180053669
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-129.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-135 (GOLD).PCBLIB b/footprints/RF Connector/MOLEX SD-73251-135 (GOLD).PCBLIB
new file mode 100644
index 000000000..af8a5e4f7
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-135 (GOLD).PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-212.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-212.PCBLIB
new file mode 100644
index 000000000..a6c1999cf
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-212.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 2.79MM FEET).PCBLIB b/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 2.79MM FEET).PCBLIB
new file mode 100644
index 000000000..4de5d0eb7
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 2.79MM FEET).PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 3.94MM FEET).PCBLIB b/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 3.94MM FEET).PCBLIB
new file mode 100644
index 000000000..2d238a194
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-220 (GOLD, 3.94MM FEET).PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-220 (NICKEL, 2.79MM FEET).PCBLIB b/footprints/RF Connector/MOLEX SD-73251-220 (NICKEL, 2.79MM FEET).PCBLIB
new file mode 100644
index 000000000..fec46eeb2
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-220 (NICKEL, 2.79MM FEET).PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-230.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-230.PCBLIB
new file mode 100644
index 000000000..5038d5214
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-230.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73251-562.PCBLIB b/footprints/RF Connector/MOLEX SD-73251-562.PCBLIB
new file mode 100644
index 000000000..ff97668e6
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73251-562.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-73391-0060.PCBLIB b/footprints/RF Connector/MOLEX SD-73391-0060.PCBLIB
new file mode 100644
index 000000000..4041c3d6a
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-73391-0060.PCBLIB differ
diff --git a/footprints/RF Connector/MOLEX SD-734120110.PCBLIB b/footprints/RF Connector/MOLEX SD-734120110.PCBLIB
new file mode 100644
index 000000000..c4cf25864
Binary files /dev/null and b/footprints/RF Connector/MOLEX SD-734120110.PCBLIB differ
diff --git a/footprints/RF Connector/TE C-1909763.PCBLIB b/footprints/RF Connector/TE C-1909763.PCBLIB
new file mode 100644
index 000000000..228d08199
Binary files /dev/null and b/footprints/RF Connector/TE C-1909763.PCBLIB differ
diff --git a/footprints/RF Filter/JOHANSON BP15 4PAD.PCBLIB b/footprints/RF Filter/JOHANSON BP15 4PAD.PCBLIB
new file mode 100644
index 000000000..124952e7a
Binary files /dev/null and b/footprints/RF Filter/JOHANSON BP15 4PAD.PCBLIB differ
diff --git a/footprints/RF Filter/TAIYO YUDEN SMD-5 1.4X1MM.PCBLIB b/footprints/RF Filter/TAIYO YUDEN SMD-5 1.4X1MM.PCBLIB
new file mode 100644
index 000000000..50d31b3b3
Binary files /dev/null and b/footprints/RF Filter/TAIYO YUDEN SMD-5 1.4X1MM.PCBLIB differ
diff --git a/footprints/RF Filter/TDK 1008 4PAD.PCBLIB b/footprints/RF Filter/TDK 1008 4PAD.PCBLIB
new file mode 100644
index 000000000..3f61998aa
Binary files /dev/null and b/footprints/RF Filter/TDK 1008 4PAD.PCBLIB differ
diff --git a/footprints/RF Module/ATMEL ATWINC1500-MR210PB.PCBLIB b/footprints/RF Module/ATMEL ATWINC1500-MR210PB.PCBLIB
new file mode 100644
index 000000000..a87044855
Binary files /dev/null and b/footprints/RF Module/ATMEL ATWINC1500-MR210PB.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PCB ANT FOR HDR.PCBLIB b/footprints/RF Module/DIGI XBEE PCB ANT FOR HDR.PCBLIB
new file mode 100644
index 000000000..7a45c945e
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PCB ANT FOR HDR.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PCB ANT.PCBLIB b/footprints/RF Module/DIGI XBEE PCB ANT.PCBLIB
new file mode 100644
index 000000000..a036e9907
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PCB ANT.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO PCB ANT FOR HDR.PCBLIB b/footprints/RF Module/DIGI XBEE PRO PCB ANT FOR HDR.PCBLIB
new file mode 100644
index 000000000..1025a62c4
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO PCB ANT FOR HDR.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO PCB ANT.PCBLIB b/footprints/RF Module/DIGI XBEE PRO PCB ANT.PCBLIB
new file mode 100644
index 000000000..e0f93315d
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO PCB ANT.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO RPSMA FOR HDR.PCBLIB b/footprints/RF Module/DIGI XBEE PRO RPSMA FOR HDR.PCBLIB
new file mode 100644
index 000000000..e8cb4103d
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO RPSMA FOR HDR.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO RPSMA.PCBLIB b/footprints/RF Module/DIGI XBEE PRO RPSMA.PCBLIB
new file mode 100644
index 000000000..0bdd01f92
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO RPSMA.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO WIRE 900 FOR HDR.PCBLIB b/footprints/RF Module/DIGI XBEE PRO WIRE 900 FOR HDR.PCBLIB
new file mode 100644
index 000000000..eb10f5367
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO WIRE 900 FOR HDR.PCBLIB differ
diff --git a/footprints/RF Module/DIGI XBEE PRO WIRE 900.PCBLIB b/footprints/RF Module/DIGI XBEE PRO WIRE 900.PCBLIB
new file mode 100644
index 000000000..f48779d34
Binary files /dev/null and b/footprints/RF Module/DIGI XBEE PRO WIRE 900.PCBLIB differ
diff --git a/footprints/RF Module/LSR SIFLEX02-R2 U.FL.PCBLIB b/footprints/RF Module/LSR SIFLEX02-R2 U.FL.PCBLIB
new file mode 100644
index 000000000..419e28111
Binary files /dev/null and b/footprints/RF Module/LSR SIFLEX02-R2 U.FL.PCBLIB differ
diff --git a/footprints/RF Module/SI LABS WF111A.PCBLIB b/footprints/RF Module/SI LABS WF111A.PCBLIB
new file mode 100644
index 000000000..2396400cb
Binary files /dev/null and b/footprints/RF Module/SI LABS WF111A.PCBLIB differ
diff --git a/footprints/RF Module/SI LABS WF111E.PCBLIB b/footprints/RF Module/SI LABS WF111E.PCBLIB
new file mode 100644
index 000000000..812d4a35c
Binary files /dev/null and b/footprints/RF Module/SI LABS WF111E.PCBLIB differ
diff --git a/footprints/RF Module/SI LABS WF111N.PCBLIB b/footprints/RF Module/SI LABS WF111N.PCBLIB
new file mode 100644
index 000000000..665391013
Binary files /dev/null and b/footprints/RF Module/SI LABS WF111N.PCBLIB differ
diff --git a/footprints/RF Module/ST SPWF01SC.21.PCBLIB b/footprints/RF Module/ST SPWF01SC.21.PCBLIB
new file mode 100644
index 000000000..eea9c220f
Binary files /dev/null and b/footprints/RF Module/ST SPWF01SC.21.PCBLIB differ
diff --git a/footprints/RF Module/TI CC3000.PCBLIB b/footprints/RF Module/TI CC3000.PCBLIB
new file mode 100644
index 000000000..609e87c06
Binary files /dev/null and b/footprints/RF Module/TI CC3000.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/ALLEGRO PFF.PCBLIB b/footprints/SpecialisedSensor/ALLEGRO PFF.PCBLIB
new file mode 100644
index 000000000..6e2707f50
Binary files /dev/null and b/footprints/SpecialisedSensor/ALLEGRO PFF.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/BOSCH BMP085.PCBLIB b/footprints/SpecialisedSensor/BOSCH BMP085.PCBLIB
new file mode 100644
index 000000000..671144ed5
Binary files /dev/null and b/footprints/SpecialisedSensor/BOSCH BMP085.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/FREESCALE MP3H6115A6.PCBLIB b/footprints/SpecialisedSensor/FREESCALE MP3H6115A6.PCBLIB
new file mode 100644
index 000000000..fd2e0c1c0
Binary files /dev/null and b/footprints/SpecialisedSensor/FREESCALE MP3H6115A6.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/FREESCALE MP3H6115AC6.PCBLIB b/footprints/SpecialisedSensor/FREESCALE MP3H6115AC6.PCBLIB
new file mode 100644
index 000000000..5baa0c5e8
Binary files /dev/null and b/footprints/SpecialisedSensor/FREESCALE MP3H6115AC6.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/FREESCALE MP3V5050.PCBLIB b/footprints/SpecialisedSensor/FREESCALE MP3V5050.PCBLIB
new file mode 100644
index 000000000..3f8d7d469
Binary files /dev/null and b/footprints/SpecialisedSensor/FREESCALE MP3V5050.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/FREESCALE MPXV7002DP.PCBLIB b/footprints/SpecialisedSensor/FREESCALE MPXV7002DP.PCBLIB
new file mode 100644
index 000000000..198efa913
Binary files /dev/null and b/footprints/SpecialisedSensor/FREESCALE MPXV7002DP.PCBLIB differ
diff --git a/footprints/SpecialisedSensor/MEAS SPEC MS5611-01BA03.PCBLIB b/footprints/SpecialisedSensor/MEAS SPEC MS5611-01BA03.PCBLIB
new file mode 100644
index 000000000..2f6d09dee
Binary files /dev/null and b/footprints/SpecialisedSensor/MEAS SPEC MS5611-01BA03.PCBLIB differ
diff --git a/footprints/Switch/CTS 218-2LPJ.PCBLIB b/footprints/Switch/CTS 218-2LPJ.PCBLIB
new file mode 100644
index 000000000..3bd4dcda8
Binary files /dev/null and b/footprints/Switch/CTS 218-2LPJ.PCBLIB differ
diff --git a/footprints/Switch/CTS 218-4LPJ.PCBLIB b/footprints/Switch/CTS 218-4LPJ.PCBLIB
new file mode 100644
index 000000000..26d877fa7
Binary files /dev/null and b/footprints/Switch/CTS 218-4LPJ.PCBLIB differ
diff --git a/footprints/Switch/CTS 218-6LPJ.PCBLIB b/footprints/Switch/CTS 218-6LPJ.PCBLIB
new file mode 100644
index 000000000..a2459c6e0
Binary files /dev/null and b/footprints/Switch/CTS 218-6LPJ.PCBLIB differ
diff --git a/footprints/Switch/NKK SS312SAH4.PCBLIB b/footprints/Switch/NKK SS312SAH4.PCBLIB
new file mode 100644
index 000000000..d71706329
Binary files /dev/null and b/footprints/Switch/NKK SS312SAH4.PCBLIB differ
diff --git a/symbols/ADC/INTERSIL ISL26102AVZ.SchLib b/symbols/ADC/INTERSIL ISL26102AVZ.SchLib
new file mode 100644
index 000000000..96b5df81d
Binary files /dev/null and b/symbols/ADC/INTERSIL ISL26102AVZ.SchLib differ
diff --git a/symbols/ADC/INTERSIL ISL26104AVZ.SchLib b/symbols/ADC/INTERSIL ISL26104AVZ.SchLib
new file mode 100644
index 000000000..1750dcba2
Binary files /dev/null and b/symbols/ADC/INTERSIL ISL26104AVZ.SchLib differ
diff --git a/symbols/ADC/TI ADS1120 QFN.SchLib b/symbols/ADC/TI ADS1120 QFN.SchLib
new file mode 100644
index 000000000..1a97f41f8
Binary files /dev/null and b/symbols/ADC/TI ADS1120 QFN.SchLib differ
diff --git a/symbols/ADC/TI ADS1120 TSSOP.SchLib b/symbols/ADC/TI ADS1120 TSSOP.SchLib
new file mode 100644
index 000000000..20e34ab6d
Binary files /dev/null and b/symbols/ADC/TI ADS1120 TSSOP.SchLib differ
diff --git a/symbols/ADC/TI ADS1220 TSSOP.SchLib b/symbols/ADC/TI ADS1220 TSSOP.SchLib
new file mode 100644
index 000000000..81cf3531d
Binary files /dev/null and b/symbols/ADC/TI ADS1220 TSSOP.SchLib differ
diff --git a/symbols/ADC/TI ADS1220.SchLib b/symbols/ADC/TI ADS1220.SchLib
new file mode 100644
index 000000000..43ce9bfd8
Binary files /dev/null and b/symbols/ADC/TI ADS1220.SchLib differ
diff --git a/symbols/ADC/TI ADS1240.SchLib b/symbols/ADC/TI ADS1240.SchLib
new file mode 100644
index 000000000..cec6fc240
Binary files /dev/null and b/symbols/ADC/TI ADS1240.SchLib differ
diff --git a/symbols/ADC/TI ADS1241.SchLib b/symbols/ADC/TI ADS1241.SchLib
new file mode 100644
index 000000000..13cfa113f
Binary files /dev/null and b/symbols/ADC/TI ADS1241.SchLib differ
diff --git a/symbols/ADC/TI ADS1242.SchLib b/symbols/ADC/TI ADS1242.SchLib
new file mode 100644
index 000000000..83026c435
Binary files /dev/null and b/symbols/ADC/TI ADS1242.SchLib differ
diff --git a/symbols/ADC/TI ADS1243.SchLib b/symbols/ADC/TI ADS1243.SchLib
new file mode 100644
index 000000000..a065054c0
Binary files /dev/null and b/symbols/ADC/TI ADS1243.SchLib differ
diff --git a/symbols/ADC/TI ADS1255.SchLib b/symbols/ADC/TI ADS1255.SchLib
new file mode 100644
index 000000000..304e554f2
Binary files /dev/null and b/symbols/ADC/TI ADS1255.SchLib differ
diff --git a/symbols/ADC/TI ADS1256.SchLib b/symbols/ADC/TI ADS1256.SchLib
new file mode 100644
index 000000000..5b0605421
Binary files /dev/null and b/symbols/ADC/TI ADS1256.SchLib differ
diff --git a/symbols/ARM Cortex/CYPRESS CY8C42XX 28SSOP.SchLib b/symbols/ARM Cortex/CYPRESS CY8C42XX 28SSOP.SchLib
new file mode 100644
index 000000000..20189ba72
Binary files /dev/null and b/symbols/ARM Cortex/CYPRESS CY8C42XX 28SSOP.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U1X 33PIN.SchLib b/symbols/ARM Cortex/NXP LPC11U1X 33PIN.SchLib
new file mode 100644
index 000000000..c294c429c
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U1X 33PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U1X LQFP48.SchLib b/symbols/ARM Cortex/NXP LPC11U1X LQFP48.SchLib
new file mode 100644
index 000000000..2c44bd862
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U1X LQFP48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U2X 33PIN.SchLib b/symbols/ARM Cortex/NXP LPC11U2X 33PIN.SchLib
new file mode 100644
index 000000000..c25a84d54
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U2X 33PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U2X LQFP48.SchLib b/symbols/ARM Cortex/NXP LPC11U2X LQFP48.SchLib
new file mode 100644
index 000000000..db18068ea
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U2X LQFP48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U2X LQFP64.SchLib b/symbols/ARM Cortex/NXP LPC11U2X LQFP64.SchLib
new file mode 100644
index 000000000..a6be3a73e
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U2X LQFP64.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U2X TFBGA48.SchLib b/symbols/ARM Cortex/NXP LPC11U2X TFBGA48.SchLib
new file mode 100644
index 000000000..ca3f38324
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U2X TFBGA48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U3X 33PIN.SchLib b/symbols/ARM Cortex/NXP LPC11U3X 33PIN.SchLib
new file mode 100644
index 000000000..6f8ae07d2
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U3X 33PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U3X LQFP48.SchLib b/symbols/ARM Cortex/NXP LPC11U3X LQFP48.SchLib
new file mode 100644
index 000000000..8eef33264
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U3X LQFP48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U3X LQFP64.SchLib b/symbols/ARM Cortex/NXP LPC11U3X LQFP64.SchLib
new file mode 100644
index 000000000..7d521b406
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U3X LQFP64.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC11U3X TFBGA48.SchLib b/symbols/ARM Cortex/NXP LPC11U3X TFBGA48.SchLib
new file mode 100644
index 000000000..a3a6c116e
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC11U3X TFBGA48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC134X 33 PIN.SchLib b/symbols/ARM Cortex/NXP LPC134X 33 PIN.SchLib
new file mode 100644
index 000000000..cee09644c
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC134X 33 PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC151X LQFP100.SchLib b/symbols/ARM Cortex/NXP LPC151X LQFP100.SchLib
new file mode 100644
index 000000000..6e0cb4871
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC151X LQFP100.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC151X LQFP48.SchLib b/symbols/ARM Cortex/NXP LPC151X LQFP48.SchLib
new file mode 100644
index 000000000..cb064c213
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC151X LQFP48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC151X LQFP64.SchLib b/symbols/ARM Cortex/NXP LPC151X LQFP64.SchLib
new file mode 100644
index 000000000..3206a8b91
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC151X LQFP64.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC154X LQFP100.SchLib b/symbols/ARM Cortex/NXP LPC154X LQFP100.SchLib
new file mode 100644
index 000000000..2d7460e77
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC154X LQFP100.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC154X LQFP48.SchLib b/symbols/ARM Cortex/NXP LPC154X LQFP48.SchLib
new file mode 100644
index 000000000..b8c6565a7
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC154X LQFP48.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC154X LQFP64.SchLib b/symbols/ARM Cortex/NXP LPC154X LQFP64.SchLib
new file mode 100644
index 000000000..1ed8c8f07
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC154X LQFP64.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC176X LQFP100.SchLib b/symbols/ARM Cortex/NXP LPC176X LQFP100.SchLib
new file mode 100644
index 000000000..8a4fa8db7
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC176X LQFP100.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC176X TFBGA100.SchLib b/symbols/ARM Cortex/NXP LPC176X TFBGA100.SchLib
new file mode 100644
index 000000000..3118d9ad1
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC176X TFBGA100.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC176X WLCSP100.SchLib b/symbols/ARM Cortex/NXP LPC176X WLCSP100.SchLib
new file mode 100644
index 000000000..8206398f6
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC176X WLCSP100.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC81X 16PIN.SchLib b/symbols/ARM Cortex/NXP LPC81X 16PIN.SchLib
new file mode 100644
index 000000000..827032a85
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC81X 16PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC81X 20PIN.SchLib b/symbols/ARM Cortex/NXP LPC81X 20PIN.SchLib
new file mode 100644
index 000000000..ad4e67551
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC81X 20PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC82X 20PIN.SchLib b/symbols/ARM Cortex/NXP LPC82X 20PIN.SchLib
new file mode 100644
index 000000000..85c829d8c
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC82X 20PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP LPC82X 33PIN.SchLib b/symbols/ARM Cortex/NXP LPC82X 33PIN.SchLib
new file mode 100644
index 000000000..62da1c0a4
Binary files /dev/null and b/symbols/ARM Cortex/NXP LPC82X 33PIN.SchLib differ
diff --git a/symbols/ARM Cortex/NXP MK64FN 100PIN.SchLib b/symbols/ARM Cortex/NXP MK64FN 100PIN.SchLib
new file mode 100644
index 000000000..2b02f52fd
Binary files /dev/null and b/symbols/ARM Cortex/NXP MK64FN 100PIN.SchLib differ
diff --git a/symbols/ARM Cortex/SI LABS EFM32TG230.SchLib b/symbols/ARM Cortex/SI LABS EFM32TG230.SchLib
new file mode 100644
index 000000000..acb07c228
Binary files /dev/null and b/symbols/ARM Cortex/SI LABS EFM32TG230.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F070X6 20PIN.SchLib b/symbols/ARM Cortex/ST STM32F070X6 20PIN.SchLib
new file mode 100644
index 000000000..7fb91bca9
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F070X6 20PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F070X6 48PIN.SchLib b/symbols/ARM Cortex/ST STM32F070X6 48PIN.SchLib
new file mode 100644
index 000000000..686c703af
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F070X6 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F070X6 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F070X6 64PIN.SchLib
new file mode 100644
index 000000000..002e19ea9
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F070X6 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F100 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F100 64PIN.SchLib
new file mode 100644
index 000000000..79b5eab2f
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F100 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F101 48PIN.SchLib b/symbols/ARM Cortex/ST STM32F101 48PIN.SchLib
new file mode 100644
index 000000000..4f5f057de
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F101 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F101 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F101 64PIN.SchLib
new file mode 100644
index 000000000..02ab55d71
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F101 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F103 48PIN.SchLib b/symbols/ARM Cortex/ST STM32F103 48PIN.SchLib
new file mode 100644
index 000000000..5980233d1
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F103 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F103 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F103 64PIN.SchLib
new file mode 100644
index 000000000..f0a0218ba
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F103 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F401 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F401 64PIN.SchLib
new file mode 100644
index 000000000..4e2e9bbb5
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F401 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F415 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F415 64PIN.SchLib
new file mode 100644
index 000000000..767f9a0a5
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F415 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F446 100PIN.SchLib b/symbols/ARM Cortex/ST STM32F446 100PIN.SchLib
new file mode 100644
index 000000000..7d25ef675
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F446 100PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32F446 64PIN.SchLib b/symbols/ARM Cortex/ST STM32F446 64PIN.SchLib
new file mode 100644
index 000000000..4eb1aeb6f
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32F446 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L051 32PIN.SchLib b/symbols/ARM Cortex/ST STM32L051 32PIN.SchLib
new file mode 100644
index 000000000..64241e4f9
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L051 32PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L051 48PIN.SchLib b/symbols/ARM Cortex/ST STM32L051 48PIN.SchLib
new file mode 100644
index 000000000..fe1b66657
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L051 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L051 64PIN.SchLib b/symbols/ARM Cortex/ST STM32L051 64PIN.SchLib
new file mode 100644
index 000000000..57d5dc759
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L051 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L100 64PIN.SchLib b/symbols/ARM Cortex/ST STM32L100 64PIN.SchLib
new file mode 100644
index 000000000..36acb58a6
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L100 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L151 48PIN.SchLib b/symbols/ARM Cortex/ST STM32L151 48PIN.SchLib
new file mode 100644
index 000000000..148f5ebc5
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L151 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L151 64PIN.SchLib b/symbols/ARM Cortex/ST STM32L151 64PIN.SchLib
new file mode 100644
index 000000000..aba2b2ba3
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L151 64PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L152 48PIN.SchLib b/symbols/ARM Cortex/ST STM32L152 48PIN.SchLib
new file mode 100644
index 000000000..c6ed61aec
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L152 48PIN.SchLib differ
diff --git a/symbols/ARM Cortex/ST STM32L152 64PIN.SchLib b/symbols/ARM Cortex/ST STM32L152 64PIN.SchLib
new file mode 100644
index 000000000..674a1d580
Binary files /dev/null and b/symbols/ARM Cortex/ST STM32L152 64PIN.SchLib differ
diff --git a/Symbols/Antenna.SchLib b/symbols/Antenna/BASIC ANTENNA.SchLib
similarity index 95%
rename from Symbols/Antenna.SchLib
rename to symbols/Antenna/BASIC ANTENNA.SchLib
index 8622d06d9..bb2ef39a0 100644
Binary files a/Symbols/Antenna.SchLib and b/symbols/Antenna/BASIC ANTENNA.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 14PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 14PIN.SchLib
new file mode 100644
index 000000000..41fb64665
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 14PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 15PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 15PIN.SchLib
new file mode 100644
index 000000000..2739298dc
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 15PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 20PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 20PIN.SchLib
new file mode 100644
index 000000000..161b6c753
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY24A_44A_84A 20PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY24_44_84 14PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY24_44_84 14PIN.SchLib
new file mode 100644
index 000000000..9a0f08dc5
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY24_44_84 14PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY24_44_84 20PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY24_44_84 20PIN.SchLib
new file mode 100644
index 000000000..f63e74942
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY24_44_84 20PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY25_45_85 20PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY25_45_85 20PIN.SchLib
new file mode 100644
index 000000000..6c1f1e21c
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY25_45_85 20PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY25_45_85 8PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY25_45_85 8PIN.SchLib
new file mode 100644
index 000000000..8cc7b47c5
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY25_45_85 8PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 6PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 6PIN.SchLib
new file mode 100644
index 000000000..c610e0a4e
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 6PIN.SchLib differ
diff --git a/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 8PIN.SchLib b/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 8PIN.SchLib
new file mode 100644
index 000000000..d7ab45f33
Binary files /dev/null and b/symbols/Atmel AVR/ATMEL ATTINY4_5_9_10 8PIN.SchLib differ
diff --git a/symbols/Audio/MAXIM MAX9705 TDFN.SchLib b/symbols/Audio/MAXIM MAX9705 TDFN.SchLib
new file mode 100644
index 000000000..1a2d254dc
Binary files /dev/null and b/symbols/Audio/MAXIM MAX9705 TDFN.SchLib differ
diff --git a/symbols/Audio/MAXIM MAX9705 UCSP.SchLib b/symbols/Audio/MAXIM MAX9705 UCSP.SchLib
new file mode 100644
index 000000000..67868a6e8
Binary files /dev/null and b/symbols/Audio/MAXIM MAX9705 UCSP.SchLib differ
diff --git a/symbols/Audio/MAXIM MAX98300 TDFN.SchLib b/symbols/Audio/MAXIM MAX98300 TDFN.SchLib
new file mode 100644
index 000000000..5258b348a
Binary files /dev/null and b/symbols/Audio/MAXIM MAX98300 TDFN.SchLib differ
diff --git a/symbols/Audio/MAXIM MAX98300 WLP.SchLib b/symbols/Audio/MAXIM MAX98300 WLP.SchLib
new file mode 100644
index 000000000..fecce172e
Binary files /dev/null and b/symbols/Audio/MAXIM MAX98300 WLP.SchLib differ
diff --git a/symbols/Audio/MAXIM MAX98306.SchLib b/symbols/Audio/MAXIM MAX98306.SchLib
new file mode 100644
index 000000000..0dccb6346
Binary files /dev/null and b/symbols/Audio/MAXIM MAX98306.SchLib differ
diff --git a/symbols/Audio/ST TS4962.SchLib b/symbols/Audio/ST TS4962.SchLib
new file mode 100644
index 000000000..bbc9f0171
Binary files /dev/null and b/symbols/Audio/ST TS4962.SchLib differ
diff --git a/symbols/Audio/VLSI VS1053.SchLib b/symbols/Audio/VLSI VS1053.SchLib
new file mode 100644
index 000000000..8b838b872
Binary files /dev/null and b/symbols/Audio/VLSI VS1053.SchLib differ
diff --git a/Symbols/Battery.SchLib b/symbols/Battery/KEYSTONE 2462.SchLib
similarity index 58%
rename from Symbols/Battery.SchLib
rename to symbols/Battery/KEYSTONE 2462.SchLib
index fc7195563..b436243ac 100644
Binary files a/Symbols/Battery.SchLib and b/symbols/Battery/KEYSTONE 2462.SchLib differ
diff --git a/symbols/Button/C&K ELUMOASAQ2C12.SchLib b/symbols/Button/C&K ELUMOASAQ2C12.SchLib
new file mode 100644
index 000000000..564511b0f
Binary files /dev/null and b/symbols/Button/C&K ELUMOASAQ2C12.SchLib differ
diff --git a/symbols/Button/NKK AB11AH-HA.SchLib b/symbols/Button/NKK AB11AH-HA.SchLib
new file mode 100644
index 000000000..486bae227
Binary files /dev/null and b/symbols/Button/NKK AB11AH-HA.SchLib differ
diff --git a/symbols/Button/SPST-NC 4 PIN.SchLib b/symbols/Button/SPST-NC 4 PIN.SchLib
new file mode 100644
index 000000000..c37544710
Binary files /dev/null and b/symbols/Button/SPST-NC 4 PIN.SchLib differ
diff --git a/symbols/Button/SPST-NO 2 PIN.SchLib b/symbols/Button/SPST-NO 2 PIN.SchLib
new file mode 100644
index 000000000..1e3d03902
Binary files /dev/null and b/symbols/Button/SPST-NO 2 PIN.SchLib differ
diff --git a/symbols/Button/SPST-NO 4 PIN.SchLib b/symbols/Button/SPST-NO 4 PIN.SchLib
new file mode 100644
index 000000000..645f688c0
Binary files /dev/null and b/symbols/Button/SPST-NO 4 PIN.SchLib differ
diff --git a/symbols/Button/SPST-NO 5 PIN.SchLib b/symbols/Button/SPST-NO 5 PIN.SchLib
new file mode 100644
index 000000000..9bb511f79
Binary files /dev/null and b/symbols/Button/SPST-NO 5 PIN.SchLib differ
diff --git a/Symbols/CAN.SchLib b/symbols/CAN/INFINEON TLE7251V.SchLib
similarity index 53%
rename from Symbols/CAN.SchLib
rename to symbols/CAN/INFINEON TLE7251V.SchLib
index 498f55d49..d340597d5 100644
Binary files a/Symbols/CAN.SchLib and b/symbols/CAN/INFINEON TLE7251V.SchLib differ
diff --git a/symbols/Charger/MICROCHIP MCP73831.SchLib b/symbols/Charger/MICROCHIP MCP73831.SchLib
new file mode 100644
index 000000000..85927f81f
Binary files /dev/null and b/symbols/Charger/MICROCHIP MCP73831.SchLib differ
diff --git a/symbols/Charger/MICROCHIP MCP73833.SchLib b/symbols/Charger/MICROCHIP MCP73833.SchLib
new file mode 100644
index 000000000..ea0e1bb68
Binary files /dev/null and b/symbols/Charger/MICROCHIP MCP73833.SchLib differ
diff --git a/symbols/Charger/MICROCHIP MCP73834.SchLib b/symbols/Charger/MICROCHIP MCP73834.SchLib
new file mode 100644
index 000000000..8edaeedbc
Binary files /dev/null and b/symbols/Charger/MICROCHIP MCP73834.SchLib differ
diff --git a/symbols/Charger/SKYWORKS AAT3663.SchLib b/symbols/Charger/SKYWORKS AAT3663.SchLib
new file mode 100644
index 000000000..5ed62ada7
Binary files /dev/null and b/symbols/Charger/SKYWORKS AAT3663.SchLib differ
diff --git a/symbols/Charger/SKYWORKS AAT3681A.SchLib b/symbols/Charger/SKYWORKS AAT3681A.SchLib
new file mode 100644
index 000000000..0d46f60e3
Binary files /dev/null and b/symbols/Charger/SKYWORKS AAT3681A.SchLib differ
diff --git a/symbols/Charger/SKYWORKS AAT3693.SchLib b/symbols/Charger/SKYWORKS AAT3693.SchLib
new file mode 100644
index 000000000..71869f5c3
Binary files /dev/null and b/symbols/Charger/SKYWORKS AAT3693.SchLib differ
diff --git a/symbols/Charger/TI BQ24040_45.SchLib b/symbols/Charger/TI BQ24040_45.SchLib
new file mode 100644
index 000000000..87a832966
Binary files /dev/null and b/symbols/Charger/TI BQ24040_45.SchLib differ
diff --git a/symbols/Charger/TI BQ24041.SchLib b/symbols/Charger/TI BQ24041.SchLib
new file mode 100644
index 000000000..971f435d1
Binary files /dev/null and b/symbols/Charger/TI BQ24041.SchLib differ
diff --git a/symbols/Charger/TI BQ2409X.SchLib b/symbols/Charger/TI BQ2409X.SchLib
new file mode 100644
index 000000000..ce29251f6
Binary files /dev/null and b/symbols/Charger/TI BQ2409X.SchLib differ
diff --git a/symbols/Connectors/10 PIN.SchLib b/symbols/Connectors/10 PIN.SchLib
new file mode 100644
index 000000000..47d5797b0
Binary files /dev/null and b/symbols/Connectors/10 PIN.SchLib differ
diff --git a/symbols/Connectors/12 PIN DUAL ROW.SchLib b/symbols/Connectors/12 PIN DUAL ROW.SchLib
new file mode 100644
index 000000000..bf7d615aa
Binary files /dev/null and b/symbols/Connectors/12 PIN DUAL ROW.SchLib differ
diff --git a/symbols/Connectors/2 PIN.SchLib b/symbols/Connectors/2 PIN.SchLib
new file mode 100644
index 000000000..f791cf2ae
Binary files /dev/null and b/symbols/Connectors/2 PIN.SchLib differ
diff --git a/symbols/Connectors/2X10 PIN.SchLib b/symbols/Connectors/2X10 PIN.SchLib
new file mode 100644
index 000000000..427990fea
Binary files /dev/null and b/symbols/Connectors/2X10 PIN.SchLib differ
diff --git a/symbols/Connectors/2X5 PIN.SchLib b/symbols/Connectors/2X5 PIN.SchLib
new file mode 100644
index 000000000..c8e24ef05
Binary files /dev/null and b/symbols/Connectors/2X5 PIN.SchLib differ
diff --git a/symbols/Connectors/2x15 Pin Header Alternating Pins.Schlib b/symbols/Connectors/2x15 Pin Header Alternating Pins.Schlib
new file mode 100644
index 000000000..b18598edf
Binary files /dev/null and b/symbols/Connectors/2x15 Pin Header Alternating Pins.Schlib differ
diff --git a/symbols/Connectors/3 PIN.SchLib b/symbols/Connectors/3 PIN.SchLib
new file mode 100644
index 000000000..3b391ec5e
Binary files /dev/null and b/symbols/Connectors/3 PIN.SchLib differ
diff --git a/symbols/Connectors/4 PIN.SchLib b/symbols/Connectors/4 PIN.SchLib
new file mode 100644
index 000000000..efa2eeb81
Binary files /dev/null and b/symbols/Connectors/4 PIN.SchLib differ
diff --git a/symbols/Connectors/5 PIN.SchLib b/symbols/Connectors/5 PIN.SchLib
new file mode 100644
index 000000000..fe68dacfa
Binary files /dev/null and b/symbols/Connectors/5 PIN.SchLib differ
diff --git a/symbols/Connectors/6 PIN.SchLib b/symbols/Connectors/6 PIN.SchLib
new file mode 100644
index 000000000..ebf1036ea
Binary files /dev/null and b/symbols/Connectors/6 PIN.SchLib differ
diff --git a/symbols/Connectors/7 PIN.SchLib b/symbols/Connectors/7 PIN.SchLib
new file mode 100644
index 000000000..f752699f5
Binary files /dev/null and b/symbols/Connectors/7 PIN.SchLib differ
diff --git a/symbols/Connectors/8 PIN.SchLib b/symbols/Connectors/8 PIN.SchLib
new file mode 100644
index 000000000..399a520cb
Binary files /dev/null and b/symbols/Connectors/8 PIN.SchLib differ
diff --git a/symbols/Connectors/9 PIN.SchLib b/symbols/Connectors/9 PIN.SchLib
new file mode 100644
index 000000000..a024bbcd3
Binary files /dev/null and b/symbols/Connectors/9 PIN.SchLib differ
diff --git a/symbols/Connectors/BARREL CONNECTOR.SchLib b/symbols/Connectors/BARREL CONNECTOR.SchLib
new file mode 100644
index 000000000..a7fec00f3
Binary files /dev/null and b/symbols/Connectors/BARREL CONNECTOR.SchLib differ
diff --git a/symbols/Connectors/DIN 41612 48POS 3ROW.SchLib b/symbols/Connectors/DIN 41612 48POS 3ROW.SchLib
new file mode 100644
index 000000000..b1c5dcdef
Binary files /dev/null and b/symbols/Connectors/DIN 41612 48POS 3ROW.SchLib differ
diff --git a/symbols/Connectors/GIGABIT ETHERNET JACK.SchLib b/symbols/Connectors/GIGABIT ETHERNET JACK.SchLib
new file mode 100644
index 000000000..6645d318a
Binary files /dev/null and b/symbols/Connectors/GIGABIT ETHERNET JACK.SchLib differ
diff --git a/symbols/Connectors/HIROSE DM3 MICROSD.SchLib b/symbols/Connectors/HIROSE DM3 MICROSD.SchLib
new file mode 100644
index 000000000..3c7694a3a
Binary files /dev/null and b/symbols/Connectors/HIROSE DM3 MICROSD.SchLib differ
diff --git a/symbols/Connectors/HIROSE DM3C MICROSD.SchLib b/symbols/Connectors/HIROSE DM3C MICROSD.SchLib
new file mode 100644
index 000000000..cedfcf372
Binary files /dev/null and b/symbols/Connectors/HIROSE DM3C MICROSD.SchLib differ
diff --git a/symbols/Connectors/MODULAR JACK WITH SHIELD 3 PORT.SchLib b/symbols/Connectors/MODULAR JACK WITH SHIELD 3 PORT.SchLib
new file mode 100644
index 000000000..3ff35a3ea
Binary files /dev/null and b/symbols/Connectors/MODULAR JACK WITH SHIELD 3 PORT.SchLib differ
diff --git a/symbols/Connectors/MODULAR JACK WITH SHIELD 4 PORT.SchLib b/symbols/Connectors/MODULAR JACK WITH SHIELD 4 PORT.SchLib
new file mode 100644
index 000000000..5d8f233f2
Binary files /dev/null and b/symbols/Connectors/MODULAR JACK WITH SHIELD 4 PORT.SchLib differ
diff --git a/symbols/Connectors/MODULAR JACK WITH SHIELD 8 PORT.SchLib b/symbols/Connectors/MODULAR JACK WITH SHIELD 8 PORT.SchLib
new file mode 100644
index 000000000..2519715ad
Binary files /dev/null and b/symbols/Connectors/MODULAR JACK WITH SHIELD 8 PORT.SchLib differ
diff --git a/symbols/Connectors/MODULAR JACK WITH SHIELD.SchLib b/symbols/Connectors/MODULAR JACK WITH SHIELD.SchLib
new file mode 100644
index 000000000..bd4a2cb51
Binary files /dev/null and b/symbols/Connectors/MODULAR JACK WITH SHIELD.SchLib differ
diff --git a/symbols/Connectors/Modular Jack with Magnetics Shield LEDS.Schlib b/symbols/Connectors/Modular Jack with Magnetics Shield LEDS.Schlib
new file mode 100644
index 000000000..51b8e4d3a
Binary files /dev/null and b/symbols/Connectors/Modular Jack with Magnetics Shield LEDS.Schlib differ
diff --git a/symbols/Connectors/Modular Jack with Shield And LEDS 3 Port.Schlib b/symbols/Connectors/Modular Jack with Shield And LEDS 3 Port.Schlib
new file mode 100644
index 000000000..e3741b950
Binary files /dev/null and b/symbols/Connectors/Modular Jack with Shield And LEDS 3 Port.Schlib differ
diff --git a/symbols/Connectors/USB 2.0 TYPE B MICRO.SchLib b/symbols/Connectors/USB 2.0 TYPE B MICRO.SchLib
new file mode 100644
index 000000000..801476ffe
Binary files /dev/null and b/symbols/Connectors/USB 2.0 TYPE B MICRO.SchLib differ
diff --git a/symbols/Connectors/USB 2.0 TYPE B.SchLib b/symbols/Connectors/USB 2.0 TYPE B.SchLib
new file mode 100644
index 000000000..700793c32
Binary files /dev/null and b/symbols/Connectors/USB 2.0 TYPE B.SchLib differ
diff --git a/symbols/Connectors/USB 3.0 TYPE C.SchLib b/symbols/Connectors/USB 3.0 TYPE C.SchLib
new file mode 100644
index 000000000..3faf61616
Binary files /dev/null and b/symbols/Connectors/USB 3.0 TYPE C.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABLS.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABLS.SchLib
new file mode 100644
index 000000000..17663ffe8
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABLS.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABM10.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABM10.SchLib
new file mode 100644
index 000000000..755272be1
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABM10.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABM8G.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABM8G.SchLib
new file mode 100644
index 000000000..ccd677210
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABM8G.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABS06.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABS06.SchLib
new file mode 100644
index 000000000..4d6cdf8e9
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABS06.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABS07.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABS07.SchLib
new file mode 100644
index 000000000..f77ee7929
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABS07.SchLib differ
diff --git a/symbols/Crystals/ABRACON CRYSTAL ABS25.SchLib b/symbols/Crystals/ABRACON CRYSTAL ABS25.SchLib
new file mode 100644
index 000000000..edff5b87c
Binary files /dev/null and b/symbols/Crystals/ABRACON CRYSTAL ABS25.SchLib differ
diff --git a/symbols/Crystals/ABRACON MEMS ASDM.SchLib b/symbols/Crystals/ABRACON MEMS ASDM.SchLib
new file mode 100644
index 000000000..2a4a8efa3
Binary files /dev/null and b/symbols/Crystals/ABRACON MEMS ASDM.SchLib differ
diff --git a/symbols/Crystals/ABRACON MEMS ASDMB.SchLib b/symbols/Crystals/ABRACON MEMS ASDMB.SchLib
new file mode 100644
index 000000000..ab9795db3
Binary files /dev/null and b/symbols/Crystals/ABRACON MEMS ASDMB.SchLib differ
diff --git a/symbols/Crystals/ABRACON MEMS ASEMB.SchLib b/symbols/Crystals/ABRACON MEMS ASEMB.SchLib
new file mode 100644
index 000000000..7816d17fe
Binary files /dev/null and b/symbols/Crystals/ABRACON MEMS ASEMB.SchLib differ
diff --git a/symbols/Crystals/ABRACON TCXO ASTX-11.SchLib b/symbols/Crystals/ABRACON TCXO ASTX-11.SchLib
new file mode 100644
index 000000000..295ff8d6d
Binary files /dev/null and b/symbols/Crystals/ABRACON TCXO ASTX-11.SchLib differ
diff --git a/symbols/Crystals/ABRACON VCTCXO ASVTX-09.SchLib b/symbols/Crystals/ABRACON VCTCXO ASVTX-09.SchLib
new file mode 100644
index 000000000..e17ff1cec
Binary files /dev/null and b/symbols/Crystals/ABRACON VCTCXO ASVTX-09.SchLib differ
diff --git a/symbols/Crystals/ABRACON VCTCXO ASVTX-11.SchLib b/symbols/Crystals/ABRACON VCTCXO ASVTX-11.SchLib
new file mode 100644
index 000000000..24ada4026
Binary files /dev/null and b/symbols/Crystals/ABRACON VCTCXO ASVTX-11.SchLib differ
diff --git a/symbols/Crystals/ABRACON XO ASD.SchLib b/symbols/Crystals/ABRACON XO ASD.SchLib
new file mode 100644
index 000000000..41f8c92cf
Binary files /dev/null and b/symbols/Crystals/ABRACON XO ASD.SchLib differ
diff --git a/symbols/Crystals/ABRACON XO ASE.SchLib b/symbols/Crystals/ABRACON XO ASE.SchLib
new file mode 100644
index 000000000..207c2c4cc
Binary files /dev/null and b/symbols/Crystals/ABRACON XO ASE.SchLib differ
diff --git a/symbols/Crystals/CTS TCXO 532.SchLib b/symbols/Crystals/CTS TCXO 532.SchLib
new file mode 100644
index 000000000..344f32bae
Binary files /dev/null and b/symbols/Crystals/CTS TCXO 532.SchLib differ
diff --git a/symbols/Crystals/ECS CRYSTAL CSM-3X.SchLib b/symbols/Crystals/ECS CRYSTAL CSM-3X.SchLib
new file mode 100644
index 000000000..660a96981
Binary files /dev/null and b/symbols/Crystals/ECS CRYSTAL CSM-3X.SchLib differ
diff --git a/symbols/Crystals/EPSON CRYSTAL TSX-3225.SchLib b/symbols/Crystals/EPSON CRYSTAL TSX-3225.SchLib
new file mode 100644
index 000000000..7023dec8f
Binary files /dev/null and b/symbols/Crystals/EPSON CRYSTAL TSX-3225.SchLib differ
diff --git a/symbols/Crystals/FOX TCXO 924B.SchLib b/symbols/Crystals/FOX TCXO 924B.SchLib
new file mode 100644
index 000000000..e04b519d1
Binary files /dev/null and b/symbols/Crystals/FOX TCXO 924B.SchLib differ
diff --git a/symbols/Crystals/KYOCERA CRYSTAL CX2016DB.SchLib b/symbols/Crystals/KYOCERA CRYSTAL CX2016DB.SchLib
new file mode 100644
index 000000000..6abb47777
Binary files /dev/null and b/symbols/Crystals/KYOCERA CRYSTAL CX2016DB.SchLib differ
diff --git a/symbols/Crystals/KYOCERA CRYSTAL CX3225GB.SchLib b/symbols/Crystals/KYOCERA CRYSTAL CX3225GB.SchLib
new file mode 100644
index 000000000..b7054342f
Binary files /dev/null and b/symbols/Crystals/KYOCERA CRYSTAL CX3225GB.SchLib differ
diff --git a/symbols/Crystals/NDK CRYSTAL NX2520SA.SchLib b/symbols/Crystals/NDK CRYSTAL NX2520SA.SchLib
new file mode 100644
index 000000000..37c250f6c
Binary files /dev/null and b/symbols/Crystals/NDK CRYSTAL NX2520SA.SchLib differ
diff --git a/symbols/Crystals/NDK CRYSTAL NX3225GA.SchLib b/symbols/Crystals/NDK CRYSTAL NX3225GA.SchLib
new file mode 100644
index 000000000..cdaf7e790
Binary files /dev/null and b/symbols/Crystals/NDK CRYSTAL NX3225GA.SchLib differ
diff --git a/symbols/Crystals/NDK CRYSTAL NX3225SA.SchLib b/symbols/Crystals/NDK CRYSTAL NX3225SA.SchLib
new file mode 100644
index 000000000..1ac2175cb
Binary files /dev/null and b/symbols/Crystals/NDK CRYSTAL NX3225SA.SchLib differ
diff --git a/symbols/Crystals/NDK CRYSTAL NX5032GA.SchLib b/symbols/Crystals/NDK CRYSTAL NX5032GA.SchLib
new file mode 100644
index 000000000..4f47a8342
Binary files /dev/null and b/symbols/Crystals/NDK CRYSTAL NX5032GA.SchLib differ
diff --git a/symbols/Crystals/NDK CRYSTAL NX8045GB.SchLib b/symbols/Crystals/NDK CRYSTAL NX8045GB.SchLib
new file mode 100644
index 000000000..669c6eb8d
Binary files /dev/null and b/symbols/Crystals/NDK CRYSTAL NX8045GB.SchLib differ
diff --git a/symbols/Crystals/TXC CRYSTAL 9C.SchLib b/symbols/Crystals/TXC CRYSTAL 9C.SchLib
new file mode 100644
index 000000000..e1f6d4c8a
Binary files /dev/null and b/symbols/Crystals/TXC CRYSTAL 9C.SchLib differ
diff --git a/Symbols/Current Sensor.SchLib b/symbols/Current Sensor/ALLEGRO ACS7XX 5 FORMED LEADS.SchLib
similarity index 60%
rename from Symbols/Current Sensor.SchLib
rename to symbols/Current Sensor/ALLEGRO ACS7XX 5 FORMED LEADS.SchLib
index 69be7a44c..05644d8b1 100644
Binary files a/Symbols/Current Sensor.SchLib and b/symbols/Current Sensor/ALLEGRO ACS7XX 5 FORMED LEADS.SchLib differ
diff --git a/symbols/DAC/TI DAC081S101CIMK.SchLib b/symbols/DAC/TI DAC081S101CIMK.SchLib
new file mode 100644
index 000000000..8d54cb075
Binary files /dev/null and b/symbols/DAC/TI DAC081S101CIMK.SchLib differ
diff --git a/symbols/DAC/TI DAC081S101CIMM.SchLib b/symbols/DAC/TI DAC081S101CIMM.SchLib
new file mode 100644
index 000000000..188b5f00d
Binary files /dev/null and b/symbols/DAC/TI DAC081S101CIMM.SchLib differ
diff --git a/symbols/DAC/TI DAC5571I.SchLib b/symbols/DAC/TI DAC5571I.SchLib
new file mode 100644
index 000000000..0f789feaf
Binary files /dev/null and b/symbols/DAC/TI DAC5571I.SchLib differ
diff --git a/symbols/Dev Board Connectors/ONION OMEGA DOCK.SchLib b/symbols/Dev Board Connectors/ONION OMEGA DOCK.SchLib
new file mode 100644
index 000000000..db54e2989
Binary files /dev/null and b/symbols/Dev Board Connectors/ONION OMEGA DOCK.SchLib differ
diff --git a/symbols/Digital Isolator/SI LABS SI8630.SchLib b/symbols/Digital Isolator/SI LABS SI8630.SchLib
new file mode 100644
index 000000000..d9d39e7f0
Binary files /dev/null and b/symbols/Digital Isolator/SI LABS SI8630.SchLib differ
diff --git a/symbols/Digital Isolator/SI LABS SI8631.SchLib b/symbols/Digital Isolator/SI LABS SI8631.SchLib
new file mode 100644
index 000000000..ced51a982
Binary files /dev/null and b/symbols/Digital Isolator/SI LABS SI8631.SchLib differ
diff --git a/symbols/Digital Isolator/SI LABS SI8640.SchLib b/symbols/Digital Isolator/SI LABS SI8640.SchLib
new file mode 100644
index 000000000..bca9513fb
Binary files /dev/null and b/symbols/Digital Isolator/SI LABS SI8640.SchLib differ
diff --git a/symbols/Digital Isolator/SI LABS SI8641.SchLib b/symbols/Digital Isolator/SI LABS SI8641.SchLib
new file mode 100644
index 000000000..ef828ea21
Binary files /dev/null and b/symbols/Digital Isolator/SI LABS SI8641.SchLib differ
diff --git a/symbols/Digital Isolator/SI LABS SI8642.SchLib b/symbols/Digital Isolator/SI LABS SI8642.SchLib
new file mode 100644
index 000000000..235458e0c
Binary files /dev/null and b/symbols/Digital Isolator/SI LABS SI8642.SchLib differ
diff --git a/symbols/Digital Isolator/TI ISO154X.SchLib b/symbols/Digital Isolator/TI ISO154X.SchLib
new file mode 100644
index 000000000..14eea58d5
Binary files /dev/null and b/symbols/Digital Isolator/TI ISO154X.SchLib differ
diff --git a/symbols/Digital Pot/MICROCHIP MCP44X1 POT QFN.SchLib b/symbols/Digital Pot/MICROCHIP MCP44X1 POT QFN.SchLib
new file mode 100644
index 000000000..62633f0b9
Binary files /dev/null and b/symbols/Digital Pot/MICROCHIP MCP44X1 POT QFN.SchLib differ
diff --git a/symbols/Digital Pot/MICROCHIP MCP44X1 POT TSSOP.SchLib b/symbols/Digital Pot/MICROCHIP MCP44X1 POT TSSOP.SchLib
new file mode 100644
index 000000000..392efac47
Binary files /dev/null and b/symbols/Digital Pot/MICROCHIP MCP44X1 POT TSSOP.SchLib differ
diff --git a/symbols/Digital Pot/MICROCHIP MCP44X2 RHEO TSSOP.SchLib b/symbols/Digital Pot/MICROCHIP MCP44X2 RHEO TSSOP.SchLib
new file mode 100644
index 000000000..97734325f
Binary files /dev/null and b/symbols/Digital Pot/MICROCHIP MCP44X2 RHEO TSSOP.SchLib differ
diff --git a/symbols/Diodes/DIODE ZENER BIDIRECTIONAL.SchLib b/symbols/Diodes/DIODE ZENER BIDIRECTIONAL.SchLib
new file mode 100644
index 000000000..44891f328
Binary files /dev/null and b/symbols/Diodes/DIODE ZENER BIDIRECTIONAL.SchLib differ
diff --git a/symbols/Diodes/DIODE ZENER.SchLib b/symbols/Diodes/DIODE ZENER.SchLib
new file mode 100644
index 000000000..213cfacf8
Binary files /dev/null and b/symbols/Diodes/DIODE ZENER.SchLib differ
diff --git a/symbols/Diodes/DIODE.SchLib b/symbols/Diodes/DIODE.SchLib
new file mode 100644
index 000000000..4dacd0a75
Binary files /dev/null and b/symbols/Diodes/DIODE.SchLib differ
diff --git a/symbols/Diodes/LED.SchLib b/symbols/Diodes/LED.SchLib
new file mode 100644
index 000000000..e650d5b07
Binary files /dev/null and b/symbols/Diodes/LED.SchLib differ
diff --git a/symbols/Diodes/NXP PRTR5V0U2X.SchLib b/symbols/Diodes/NXP PRTR5V0U2X.SchLib
new file mode 100644
index 000000000..d9adc6f9b
Binary files /dev/null and b/symbols/Diodes/NXP PRTR5V0U2X.SchLib differ
diff --git a/symbols/Diodes/RGB LED SLV6A.SchLib b/symbols/Diodes/RGB LED SLV6A.SchLib
new file mode 100644
index 000000000..e5ef4fe4d
Binary files /dev/null and b/symbols/Diodes/RGB LED SLV6A.SchLib differ
diff --git a/symbols/Ethernet/SMSC LAN8720.SchLib b/symbols/Ethernet/SMSC LAN8720.SchLib
new file mode 100644
index 000000000..298cf52a1
Binary files /dev/null and b/symbols/Ethernet/SMSC LAN8720.SchLib differ
diff --git a/Symbols/IR Receiver.SchLib b/symbols/IR Receiver/VISHAY TSOP36X.SchLib
similarity index 95%
rename from Symbols/IR Receiver.SchLib
rename to symbols/IR Receiver/VISHAY TSOP36X.SchLib
index 06a66af2b..2fa286f52 100644
Binary files a/Symbols/IR Receiver.SchLib and b/symbols/IR Receiver/VISHAY TSOP36X.SchLib differ
diff --git a/symbols/Inductance to Digital/TI LDC1000.SchLib b/symbols/Inductance to Digital/TI LDC1000.SchLib
new file mode 100644
index 000000000..4fd247fa5
Binary files /dev/null and b/symbols/Inductance to Digital/TI LDC1000.SchLib differ
diff --git a/symbols/Inductance to Digital/TI LDC1312.SchLib b/symbols/Inductance to Digital/TI LDC1312.SchLib
new file mode 100644
index 000000000..5ca232db3
Binary files /dev/null and b/symbols/Inductance to Digital/TI LDC1312.SchLib differ
diff --git a/symbols/Inductance to Digital/TI LDC1314.SchLib b/symbols/Inductance to Digital/TI LDC1314.SchLib
new file mode 100644
index 000000000..6a3594793
Binary files /dev/null and b/symbols/Inductance to Digital/TI LDC1314.SchLib differ
diff --git a/Symbols/Interface.SchLib b/symbols/Interface/TI DS26LS32.SchLib
similarity index 96%
rename from Symbols/Interface.SchLib
rename to symbols/Interface/TI DS26LS32.SchLib
index f9ad818bd..c3dc15e83 100644
Binary files a/Symbols/Interface.SchLib and b/symbols/Interface/TI DS26LS32.SchLib differ
diff --git a/symbols/LCD/NEWHAVEN NHD-C12832A1Z-FSRGB.SchLib b/symbols/LCD/NEWHAVEN NHD-C12832A1Z-FSRGB.SchLib
new file mode 100644
index 000000000..6140ce14c
Binary files /dev/null and b/symbols/LCD/NEWHAVEN NHD-C12832A1Z-FSRGB.SchLib differ
diff --git a/symbols/LCD/NEWHAVEN NHD-C12832A1Z.SchLib b/symbols/LCD/NEWHAVEN NHD-C12832A1Z.SchLib
new file mode 100644
index 000000000..50a9e20e5
Binary files /dev/null and b/symbols/LCD/NEWHAVEN NHD-C12832A1Z.SchLib differ
diff --git a/symbols/LCD/NEWHAVEN NHD-C12864A1Z RGB.SchLib b/symbols/LCD/NEWHAVEN NHD-C12864A1Z RGB.SchLib
new file mode 100644
index 000000000..c49e0d9ba
Binary files /dev/null and b/symbols/LCD/NEWHAVEN NHD-C12864A1Z RGB.SchLib differ
diff --git a/symbols/LCD/NEWHAVEN NHD-C12864A1Z.SchLib b/symbols/LCD/NEWHAVEN NHD-C12864A1Z.SchLib
new file mode 100644
index 000000000..d8dd532d6
Binary files /dev/null and b/symbols/LCD/NEWHAVEN NHD-C12864A1Z.SchLib differ
diff --git a/symbols/LED Driver/DIODES INC AL5802.SchLib b/symbols/LED Driver/DIODES INC AL5802.SchLib
new file mode 100644
index 000000000..b26699646
Binary files /dev/null and b/symbols/LED Driver/DIODES INC AL5802.SchLib differ
diff --git a/symbols/LED Driver/DIODES INC AL8805.SchLib b/symbols/LED Driver/DIODES INC AL8805.SchLib
new file mode 100644
index 000000000..666500c6f
Binary files /dev/null and b/symbols/LED Driver/DIODES INC AL8805.SchLib differ
diff --git a/symbols/LED Driver/DIODES INC AL8806.SchLib b/symbols/LED Driver/DIODES INC AL8806.SchLib
new file mode 100644
index 000000000..39373ee8c
Binary files /dev/null and b/symbols/LED Driver/DIODES INC AL8806.SchLib differ
diff --git a/Symbols/Magnetic Sensor.SchLib b/symbols/Magnetic Sensor/TI DRV5053 SOT23.SchLib
similarity index 64%
rename from Symbols/Magnetic Sensor.SchLib
rename to symbols/Magnetic Sensor/TI DRV5053 SOT23.SchLib
index be2fa169a..fb8afc2be 100644
Binary files a/Symbols/Magnetic Sensor.SchLib and b/symbols/Magnetic Sensor/TI DRV5053 SOT23.SchLib differ
diff --git a/Symbols/Mechanical.SchLib b/symbols/Mechanical/RIGHT ANGLE MOUNTING BRACKET.SchLib
similarity index 50%
rename from Symbols/Mechanical.SchLib
rename to symbols/Mechanical/RIGHT ANGLE MOUNTING BRACKET.SchLib
index 657e48d03..bde00a678 100644
Binary files a/Symbols/Mechanical.SchLib and b/symbols/Mechanical/RIGHT ANGLE MOUNTING BRACKET.SchLib differ
diff --git a/symbols/Memory/MICROCHIP EEPROM I2C 5PIN.SchLib b/symbols/Memory/MICROCHIP EEPROM I2C 5PIN.SchLib
new file mode 100644
index 000000000..e7d89aaa8
Binary files /dev/null and b/symbols/Memory/MICROCHIP EEPROM I2C 5PIN.SchLib differ
diff --git a/symbols/Memory/MICROCHIP EEPROM I2C 8PIN.SchLib b/symbols/Memory/MICROCHIP EEPROM I2C 8PIN.SchLib
new file mode 100644
index 000000000..7f055bf83
Binary files /dev/null and b/symbols/Memory/MICROCHIP EEPROM I2C 8PIN.SchLib differ
diff --git a/symbols/Memory/MICROCHIP FLASH SPI 8PIN.SchLib b/symbols/Memory/MICROCHIP FLASH SPI 8PIN.SchLib
new file mode 100644
index 000000000..049fb8618
Binary files /dev/null and b/symbols/Memory/MICROCHIP FLASH SPI 8PIN.SchLib differ
diff --git a/symbols/Memory/ON SEMI EEPROM I2C 5PIN.SchLib b/symbols/Memory/ON SEMI EEPROM I2C 5PIN.SchLib
new file mode 100644
index 000000000..e3d7126d7
Binary files /dev/null and b/symbols/Memory/ON SEMI EEPROM I2C 5PIN.SchLib differ
diff --git a/symbols/Memory/ON SEMI EEPROM I2C 8PIN.SchLib b/symbols/Memory/ON SEMI EEPROM I2C 8PIN.SchLib
new file mode 100644
index 000000000..e75adcf72
Binary files /dev/null and b/symbols/Memory/ON SEMI EEPROM I2C 8PIN.SchLib differ
diff --git a/symbols/Memory/ON SEMI EEPROM SPI 8PIN.SchLib b/symbols/Memory/ON SEMI EEPROM SPI 8PIN.SchLib
new file mode 100644
index 000000000..c5a27939a
Binary files /dev/null and b/symbols/Memory/ON SEMI EEPROM SPI 8PIN.SchLib differ
diff --git a/symbols/Memory/SPANSION FLASH SPI 8PIN.SchLib b/symbols/Memory/SPANSION FLASH SPI 8PIN.SchLib
new file mode 100644
index 000000000..0876a766c
Binary files /dev/null and b/symbols/Memory/SPANSION FLASH SPI 8PIN.SchLib differ
diff --git a/symbols/Memory/SPANSION FLASH SPI 8PIN_DP.SchLib b/symbols/Memory/SPANSION FLASH SPI 8PIN_DP.SchLib
new file mode 100644
index 000000000..97b70b162
Binary files /dev/null and b/symbols/Memory/SPANSION FLASH SPI 8PIN_DP.SchLib differ
diff --git a/symbols/Memory/ST EEPROM I2C 8PIN.SchLib b/symbols/Memory/ST EEPROM I2C 8PIN.SchLib
new file mode 100644
index 000000000..664f5c3c2
Binary files /dev/null and b/symbols/Memory/ST EEPROM I2C 8PIN.SchLib differ
diff --git a/symbols/Memory/ST EEPROM SPI 8PIN.SchLib b/symbols/Memory/ST EEPROM SPI 8PIN.SchLib
new file mode 100644
index 000000000..3dce1a561
Binary files /dev/null and b/symbols/Memory/ST EEPROM SPI 8PIN.SchLib differ
diff --git a/symbols/Memory/WINBOND FLASH SPI 8PIN.SchLib b/symbols/Memory/WINBOND FLASH SPI 8PIN.SchLib
new file mode 100644
index 000000000..d923b4f31
Binary files /dev/null and b/symbols/Memory/WINBOND FLASH SPI 8PIN.SchLib differ
diff --git a/symbols/Memory/WINBOND FLASH SPI 8PIN_DP.SchLib b/symbols/Memory/WINBOND FLASH SPI 8PIN_DP.SchLib
new file mode 100644
index 000000000..4b2ba0797
Binary files /dev/null and b/symbols/Memory/WINBOND FLASH SPI 8PIN_DP.SchLib differ
diff --git a/symbols/Motion Sensor/BOSCH BNO055.SchLib b/symbols/Motion Sensor/BOSCH BNO055.SchLib
new file mode 100644
index 000000000..7a79caf6a
Binary files /dev/null and b/symbols/Motion Sensor/BOSCH BNO055.SchLib differ
diff --git a/symbols/Motion Sensor/INVENSENSE ICM-20608-G.SchLib b/symbols/Motion Sensor/INVENSENSE ICM-20608-G.SchLib
new file mode 100644
index 000000000..b7ee3e677
Binary files /dev/null and b/symbols/Motion Sensor/INVENSENSE ICM-20608-G.SchLib differ
diff --git a/symbols/Motion Sensor/INVENSENSE MPU-9250.SchLib b/symbols/Motion Sensor/INVENSENSE MPU-9250.SchLib
new file mode 100644
index 000000000..48fe2d633
Binary files /dev/null and b/symbols/Motion Sensor/INVENSENSE MPU-9250.SchLib differ
diff --git a/symbols/Motor Driver/ALLEGRO A4954.SchLib b/symbols/Motor Driver/ALLEGRO A4954.SchLib
new file mode 100644
index 000000000..976110123
Binary files /dev/null and b/symbols/Motor Driver/ALLEGRO A4954.SchLib differ
diff --git a/symbols/Motor Driver/ALLEGRO A4982 24PIN.SchLib b/symbols/Motor Driver/ALLEGRO A4982 24PIN.SchLib
new file mode 100644
index 000000000..12fe4340c
Binary files /dev/null and b/symbols/Motor Driver/ALLEGRO A4982 24PIN.SchLib differ
diff --git a/symbols/Motor Driver/ALLEGRO A4982 32PIN.SchLib b/symbols/Motor Driver/ALLEGRO A4982 32PIN.SchLib
new file mode 100644
index 000000000..245162c09
Binary files /dev/null and b/symbols/Motor Driver/ALLEGRO A4982 32PIN.SchLib differ
diff --git a/symbols/Motor Driver/ALLEGRO A4988.SchLib b/symbols/Motor Driver/ALLEGRO A4988.SchLib
new file mode 100644
index 000000000..5b7bd291a
Binary files /dev/null and b/symbols/Motor Driver/ALLEGRO A4988.SchLib differ
diff --git a/symbols/Motor Driver/INFINEON 2EDL05N06PF.SchLib b/symbols/Motor Driver/INFINEON 2EDL05N06PF.SchLib
new file mode 100644
index 000000000..f80f82350
Binary files /dev/null and b/symbols/Motor Driver/INFINEON 2EDL05N06PF.SchLib differ
diff --git a/symbols/Motor Driver/INFINEON 6ED003L02F2.SchLib b/symbols/Motor Driver/INFINEON 6ED003L02F2.SchLib
new file mode 100644
index 000000000..fcf653c55
Binary files /dev/null and b/symbols/Motor Driver/INFINEON 6ED003L02F2.SchLib differ
diff --git a/symbols/Motor Driver/INTERSIL HIP4081A.SchLib b/symbols/Motor Driver/INTERSIL HIP4081A.SchLib
new file mode 100644
index 000000000..14a8a06dc
Binary files /dev/null and b/symbols/Motor Driver/INTERSIL HIP4081A.SchLib differ
diff --git a/symbols/Motor Driver/ST L6470 28PIN.SchLib b/symbols/Motor Driver/ST L6470 28PIN.SchLib
new file mode 100644
index 000000000..9391897eb
Binary files /dev/null and b/symbols/Motor Driver/ST L6470 28PIN.SchLib differ
diff --git a/symbols/Motor Driver/ST L6470 36PIN.SchLib b/symbols/Motor Driver/ST L6470 36PIN.SchLib
new file mode 100644
index 000000000..18cbbbd2b
Binary files /dev/null and b/symbols/Motor Driver/ST L6470 36PIN.SchLib differ
diff --git a/symbols/Motor Driver/TI DRV8302.SchLib b/symbols/Motor Driver/TI DRV8302.SchLib
new file mode 100644
index 000000000..fe19b0cef
Binary files /dev/null and b/symbols/Motor Driver/TI DRV8302.SchLib differ
diff --git a/symbols/Motor Driver/TI DRV8818.SchLib b/symbols/Motor Driver/TI DRV8818.SchLib
new file mode 100644
index 000000000..826358c31
Binary files /dev/null and b/symbols/Motor Driver/TI DRV8818.SchLib differ
diff --git a/symbols/Multiplexer/TI TS3A24159.SchLib b/symbols/Multiplexer/TI TS3A24159.SchLib
new file mode 100644
index 000000000..746c128f5
Binary files /dev/null and b/symbols/Multiplexer/TI TS3A24159.SchLib differ
diff --git a/symbols/Multiplexer/TI TS5A23159.SchLib b/symbols/Multiplexer/TI TS5A23159.SchLib
new file mode 100644
index 000000000..f21713410
Binary files /dev/null and b/symbols/Multiplexer/TI TS5A23159.SchLib differ
diff --git a/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SO-8.Schlib b/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SO-8.Schlib
new file mode 100644
index 000000000..b7ddc8164
Binary files /dev/null and b/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SO-8.Schlib differ
diff --git a/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SOT363.Schlib b/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SOT363.Schlib
new file mode 100644
index 000000000..130f49d3e
Binary files /dev/null and b/symbols/N-CH FETs/DIODES INC DUAL MOSFET N-CH SOT363.Schlib differ
diff --git a/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-223.SchLib b/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-223.SchLib
new file mode 100644
index 000000000..8775cb7c7
Binary files /dev/null and b/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-223.SchLib differ
diff --git a/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-23-3.SchLib b/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..128922a39
Binary files /dev/null and b/symbols/N-CH FETs/DIODES INC MOSFET N-CH SOT-23-3.SchLib differ
diff --git a/symbols/N-CH FETs/FAIRCHILD DUAL MOSFET N-CH SOT-23-6.Schlib b/symbols/N-CH FETs/FAIRCHILD DUAL MOSFET N-CH SOT-23-6.Schlib
new file mode 100644
index 000000000..a390de325
Binary files /dev/null and b/symbols/N-CH FETs/FAIRCHILD DUAL MOSFET N-CH SOT-23-6.Schlib differ
diff --git a/symbols/N-CH FETs/FAIRCHILD MOSFET N-CH SOT-23-3.SchLib b/symbols/N-CH FETs/FAIRCHILD MOSFET N-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..4e4506295
Binary files /dev/null and b/symbols/N-CH FETs/FAIRCHILD MOSFET N-CH SOT-23-3.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON BSC MOSFET N-CH.SchLib b/symbols/N-CH FETs/INFINEON BSC MOSFET N-CH.SchLib
new file mode 100644
index 000000000..48c364fdc
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON BSC MOSFET N-CH.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON BSZ MOSFET N-CH.SchLib b/symbols/N-CH FETs/INFINEON BSZ MOSFET N-CH.SchLib
new file mode 100644
index 000000000..82b058556
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON BSZ MOSFET N-CH.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON DUAL MOSFET N-CH SOT363.Schlib b/symbols/N-CH FETs/INFINEON DUAL MOSFET N-CH SOT363.Schlib
new file mode 100644
index 000000000..0da2c7b8f
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON DUAL MOSFET N-CH SOT363.Schlib differ
diff --git a/symbols/N-CH FETs/INFINEON MOSFET IPT059N15N3.SchLib b/symbols/N-CH FETs/INFINEON MOSFET IPT059N15N3.SchLib
new file mode 100644
index 000000000..be9e4fddf
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON MOSFET IPT059N15N3.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON MOSFET N-CH HSOF.SchLib b/symbols/N-CH FETs/INFINEON MOSFET N-CH HSOF.SchLib
new file mode 100644
index 000000000..674015e66
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON MOSFET N-CH HSOF.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-223.SchLib b/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-223.SchLib
new file mode 100644
index 000000000..53e5a0495
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-223.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-23-3.SchLib b/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..80e2fec4e
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON MOSFET N-CH SOT-23-3.SchLib differ
diff --git a/symbols/N-CH FETs/INFINEON MOSFET N-CH TO263-7.SchLib b/symbols/N-CH FETs/INFINEON MOSFET N-CH TO263-7.SchLib
new file mode 100644
index 000000000..60c134c15
Binary files /dev/null and b/symbols/N-CH FETs/INFINEON MOSFET N-CH TO263-7.SchLib differ
diff --git a/symbols/N-CH FETs/IRF MOSFET N-CH TO263-7.SchLib b/symbols/N-CH FETs/IRF MOSFET N-CH TO263-7.SchLib
new file mode 100644
index 000000000..74bc0f4fa
Binary files /dev/null and b/symbols/N-CH FETs/IRF MOSFET N-CH TO263-7.SchLib differ
diff --git a/symbols/N-CH FETs/NXP MOSFET N-CH SOT-223.SchLib b/symbols/N-CH FETs/NXP MOSFET N-CH SOT-223.SchLib
new file mode 100644
index 000000000..80674b9d9
Binary files /dev/null and b/symbols/N-CH FETs/NXP MOSFET N-CH SOT-223.SchLib differ
diff --git a/symbols/N-CH FETs/NXP MOSFET N-CH SOT-23-3.SchLib b/symbols/N-CH FETs/NXP MOSFET N-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..766ff288c
Binary files /dev/null and b/symbols/N-CH FETs/NXP MOSFET N-CH SOT-23-3.SchLib differ
diff --git a/symbols/N-CH FETs/ON SEMI DUAL MOSFET N-CH SOT363.SchLib b/symbols/N-CH FETs/ON SEMI DUAL MOSFET N-CH SOT363.SchLib
new file mode 100644
index 000000000..32d537700
Binary files /dev/null and b/symbols/N-CH FETs/ON SEMI DUAL MOSFET N-CH SOT363.SchLib differ
diff --git a/symbols/N-CH FETs/ON SEMI MOSFET N-CH SOT-23-3.SchLib b/symbols/N-CH FETs/ON SEMI MOSFET N-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..448ecfcf6
Binary files /dev/null and b/symbols/N-CH FETs/ON SEMI MOSFET N-CH SOT-23-3.SchLib differ
diff --git a/symbols/N-CH FETs/ST MOSFET N-CH TO263-7.SchLib b/symbols/N-CH FETs/ST MOSFET N-CH TO263-7.SchLib
new file mode 100644
index 000000000..707142de8
Binary files /dev/null and b/symbols/N-CH FETs/ST MOSFET N-CH TO263-7.SchLib differ
diff --git a/symbols/N-CH FETs/TI CSD MOSFET N-CH Q3.SchLib b/symbols/N-CH FETs/TI CSD MOSFET N-CH Q3.SchLib
new file mode 100644
index 000000000..9cd8ff85c
Binary files /dev/null and b/symbols/N-CH FETs/TI CSD MOSFET N-CH Q3.SchLib differ
diff --git a/symbols/N-CH FETs/TI CSD MOSFET N-CH Q5.SchLib b/symbols/N-CH FETs/TI CSD MOSFET N-CH Q5.SchLib
new file mode 100644
index 000000000..a7d9a03a0
Binary files /dev/null and b/symbols/N-CH FETs/TI CSD MOSFET N-CH Q5.SchLib differ
diff --git a/symbols/N-CH FETs/TI CSD10000Q MOSFET N-CH.SchLib b/symbols/N-CH FETs/TI CSD10000Q MOSFET N-CH.SchLib
new file mode 100644
index 000000000..81b729820
Binary files /dev/null and b/symbols/N-CH FETs/TI CSD10000Q MOSFET N-CH.SchLib differ
diff --git a/symbols/N-CH FETs/TI MOSFET N-CH Q2.SchLib b/symbols/N-CH FETs/TI MOSFET N-CH Q2.SchLib
new file mode 100644
index 000000000..cd48002b4
Binary files /dev/null and b/symbols/N-CH FETs/TI MOSFET N-CH Q2.SchLib differ
diff --git a/symbols/N-CH FETs/VISHAY DUAL MOSFET N-CH SOT-23-6.Schlib b/symbols/N-CH FETs/VISHAY DUAL MOSFET N-CH SOT-23-6.Schlib
new file mode 100644
index 000000000..08a799be2
Binary files /dev/null and b/symbols/N-CH FETs/VISHAY DUAL MOSFET N-CH SOT-23-6.Schlib differ
diff --git a/symbols/Optoisolators/OPTOISOLATOR.SchLib b/symbols/Optoisolators/OPTOISOLATOR.SchLib
new file mode 100644
index 000000000..fd0d1c168
Binary files /dev/null and b/symbols/Optoisolators/OPTOISOLATOR.SchLib differ
diff --git a/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SO-8.SchLib b/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SO-8.SchLib
new file mode 100644
index 000000000..09d69517f
Binary files /dev/null and b/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SO-8.SchLib differ
diff --git a/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SOT-363.SchLib b/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SOT-363.SchLib
new file mode 100644
index 000000000..5cd9fff34
Binary files /dev/null and b/symbols/P-CH FETs/DIODES DUAL MOSFET P-CH SOT-363.SchLib differ
diff --git a/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-223.SchLib b/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-223.SchLib
new file mode 100644
index 000000000..68bcac386
Binary files /dev/null and b/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-223.SchLib differ
diff --git a/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-23-3.SchLib b/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..bcaa76993
Binary files /dev/null and b/symbols/P-CH FETs/DIODES MOSFET P-CH SOT-23-3.SchLib differ
diff --git a/symbols/P-CH FETs/INFINEON DUAL MOSFET P-CH SO-8.SchLib b/symbols/P-CH FETs/INFINEON DUAL MOSFET P-CH SO-8.SchLib
new file mode 100644
index 000000000..3b8183edb
Binary files /dev/null and b/symbols/P-CH FETs/INFINEON DUAL MOSFET P-CH SO-8.SchLib differ
diff --git a/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-223.SchLib b/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-223.SchLib
new file mode 100644
index 000000000..059be3e6a
Binary files /dev/null and b/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-223.SchLib differ
diff --git a/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-23-3.SchLib b/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..283b6164a
Binary files /dev/null and b/symbols/P-CH FETs/INFINEON MOSFET P-CH SOT-23-3.SchLib differ
diff --git a/symbols/P-CH FETs/NXP DUAL MOSFET P-CH SOT-363.SchLib b/symbols/P-CH FETs/NXP DUAL MOSFET P-CH SOT-363.SchLib
new file mode 100644
index 000000000..587ceacca
Binary files /dev/null and b/symbols/P-CH FETs/NXP DUAL MOSFET P-CH SOT-363.SchLib differ
diff --git a/symbols/P-CH FETs/NXP MOSFET P-CH SOT-223.SchLib b/symbols/P-CH FETs/NXP MOSFET P-CH SOT-223.SchLib
new file mode 100644
index 000000000..966711608
Binary files /dev/null and b/symbols/P-CH FETs/NXP MOSFET P-CH SOT-223.SchLib differ
diff --git a/symbols/P-CH FETs/NXP MOSFET P-CH SOT-23-3.SchLib b/symbols/P-CH FETs/NXP MOSFET P-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..a2558ede8
Binary files /dev/null and b/symbols/P-CH FETs/NXP MOSFET P-CH SOT-23-3.SchLib differ
diff --git a/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SO-8.SchLib b/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SO-8.SchLib
new file mode 100644
index 000000000..01b516377
Binary files /dev/null and b/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SO-8.SchLib differ
diff --git a/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SOT-363.Schlib b/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SOT-363.Schlib
new file mode 100644
index 000000000..fd30f0988
Binary files /dev/null and b/symbols/P-CH FETs/ON SEMI DUAL MOSFET P-CH SOT-363.Schlib differ
diff --git a/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-223.SchLib b/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-223.SchLib
new file mode 100644
index 000000000..9f16068fd
Binary files /dev/null and b/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-223.SchLib differ
diff --git a/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-23-3.SchLib b/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-23-3.SchLib
new file mode 100644
index 000000000..2297e2c34
Binary files /dev/null and b/symbols/P-CH FETs/ON SEMI MOSFET P-CH SOT-23-3.SchLib differ
diff --git a/symbols/Passives/CAPACITOR.SchLib b/symbols/Passives/CAPACITOR.SchLib
new file mode 100644
index 000000000..ed3bc7365
Binary files /dev/null and b/symbols/Passives/CAPACITOR.SchLib differ
diff --git a/symbols/Passives/FERRITE CHIP.SchLib b/symbols/Passives/FERRITE CHIP.SchLib
new file mode 100644
index 000000000..c186ad6ab
Binary files /dev/null and b/symbols/Passives/FERRITE CHIP.SchLib differ
diff --git a/symbols/Passives/INDUCTOR.SchLib b/symbols/Passives/INDUCTOR.SchLib
new file mode 100644
index 000000000..78b04775b
Binary files /dev/null and b/symbols/Passives/INDUCTOR.SchLib differ
diff --git a/symbols/Passives/LIGHT PIPE.SchLib b/symbols/Passives/LIGHT PIPE.SchLib
new file mode 100644
index 000000000..314be1046
Binary files /dev/null and b/symbols/Passives/LIGHT PIPE.SchLib differ
diff --git a/symbols/Passives/POLARISED CAPACITOR.SchLib b/symbols/Passives/POLARISED CAPACITOR.SchLib
new file mode 100644
index 000000000..c968c512b
Binary files /dev/null and b/symbols/Passives/POLARISED CAPACITOR.SchLib differ
diff --git a/symbols/Passives/POTENTIOMETER.SchLib b/symbols/Passives/POTENTIOMETER.SchLib
new file mode 100644
index 000000000..62ec67576
Binary files /dev/null and b/symbols/Passives/POTENTIOMETER.SchLib differ
diff --git a/symbols/Passives/RESISTOR ARRAY (4 CIRCUIT).SchLib b/symbols/Passives/RESISTOR ARRAY (4 CIRCUIT).SchLib
new file mode 100644
index 000000000..7aaf2ae62
Binary files /dev/null and b/symbols/Passives/RESISTOR ARRAY (4 CIRCUIT).SchLib differ
diff --git a/symbols/Passives/RESISTOR.SchLib b/symbols/Passives/RESISTOR.SchLib
new file mode 100644
index 000000000..a5451f2ff
Binary files /dev/null and b/symbols/Passives/RESISTOR.SchLib differ
diff --git a/symbols/Passives/TEST POINT.SchLib b/symbols/Passives/TEST POINT.SchLib
new file mode 100644
index 000000000..0913a86c8
Binary files /dev/null and b/symbols/Passives/TEST POINT.SchLib differ
diff --git a/symbols/Passives/THERMISTOR.SchLib b/symbols/Passives/THERMISTOR.SchLib
new file mode 100644
index 000000000..299a9ae8c
Binary files /dev/null and b/symbols/Passives/THERMISTOR.SchLib differ
diff --git a/symbols/Power Module/CUI V78.SchLib b/symbols/Power Module/CUI V78.SchLib
new file mode 100644
index 000000000..396feacda
Binary files /dev/null and b/symbols/Power Module/CUI V78.SchLib differ
diff --git a/symbols/Power Module/MURATA NXE.SchLib b/symbols/Power Module/MURATA NXE.SchLib
new file mode 100644
index 000000000..8c92fc5a1
Binary files /dev/null and b/symbols/Power Module/MURATA NXE.SchLib differ
diff --git a/symbols/Power Module/MURATA NXJ1.SchLib b/symbols/Power Module/MURATA NXJ1.SchLib
new file mode 100644
index 000000000..e018895de
Binary files /dev/null and b/symbols/Power Module/MURATA NXJ1.SchLib differ
diff --git a/symbols/Power Module/TI LMZ21701.SchLib b/symbols/Power Module/TI LMZ21701.SchLib
new file mode 100644
index 000000000..4c1c53fef
Binary files /dev/null and b/symbols/Power Module/TI LMZ21701.SchLib differ
diff --git a/symbols/Pressure/BOSCH BMP085.SchLib b/symbols/Pressure/BOSCH BMP085.SchLib
new file mode 100644
index 000000000..495efbea1
Binary files /dev/null and b/symbols/Pressure/BOSCH BMP085.SchLib differ
diff --git a/symbols/Pressure/FREESCALE MP3H6115A6U.SchLib b/symbols/Pressure/FREESCALE MP3H6115A6U.SchLib
new file mode 100644
index 000000000..1eefb74e3
Binary files /dev/null and b/symbols/Pressure/FREESCALE MP3H6115A6U.SchLib differ
diff --git a/symbols/Pressure/FREESCALE MP3V5050.SchLib b/symbols/Pressure/FREESCALE MP3V5050.SchLib
new file mode 100644
index 000000000..f8b1d3555
Binary files /dev/null and b/symbols/Pressure/FREESCALE MP3V5050.SchLib differ
diff --git a/symbols/Pressure/FREESCALE MPXV7002DP.SchLib b/symbols/Pressure/FREESCALE MPXV7002DP.SchLib
new file mode 100644
index 000000000..5625a0852
Binary files /dev/null and b/symbols/Pressure/FREESCALE MPXV7002DP.SchLib differ
diff --git a/symbols/Pressure/MEAS SPEC MS5611.SchLib b/symbols/Pressure/MEAS SPEC MS5611.SchLib
new file mode 100644
index 000000000..aa59b6257
Binary files /dev/null and b/symbols/Pressure/MEAS SPEC MS5611.SchLib differ
diff --git a/symbols/RF Amp/BROADCOM MGA-72543.SchLib b/symbols/RF Amp/BROADCOM MGA-72543.SchLib
new file mode 100644
index 000000000..3a8b3dfb1
Binary files /dev/null and b/symbols/RF Amp/BROADCOM MGA-72543.SchLib differ
diff --git a/symbols/RF Amp/CEL RF FET N-CH.SchLib b/symbols/RF Amp/CEL RF FET N-CH.SchLib
new file mode 100644
index 000000000..3efa51a69
Binary files /dev/null and b/symbols/RF Amp/CEL RF FET N-CH.SchLib differ
diff --git a/symbols/RF Amp/INFINEON BFP640.SchLib b/symbols/RF Amp/INFINEON BFP640.SchLib
new file mode 100644
index 000000000..668d3d46a
Binary files /dev/null and b/symbols/RF Amp/INFINEON BFP640.SchLib differ
diff --git a/symbols/RF Amp/INFINEON BFP720.SchLib b/symbols/RF Amp/INFINEON BFP720.SchLib
new file mode 100644
index 000000000..c77ac9d33
Binary files /dev/null and b/symbols/RF Amp/INFINEON BFP720.SchLib differ
diff --git a/symbols/RF Amp/INFINEON BFP740.SchLib b/symbols/RF Amp/INFINEON BFP740.SchLib
new file mode 100644
index 000000000..4a5218938
Binary files /dev/null and b/symbols/RF Amp/INFINEON BFP740.SchLib differ
diff --git a/symbols/RF Amp/INFINEON BFP840ESD.SchLib b/symbols/RF Amp/INFINEON BFP840ESD.SchLib
new file mode 100644
index 000000000..968e96bf1
Binary files /dev/null and b/symbols/RF Amp/INFINEON BFP840ESD.SchLib differ
diff --git a/symbols/RF Amp/INFINEON BFR740L3RH.SchLib b/symbols/RF Amp/INFINEON BFR740L3RH.SchLib
new file mode 100644
index 000000000..dd15ec992
Binary files /dev/null and b/symbols/RF Amp/INFINEON BFR740L3RH.SchLib differ
diff --git a/symbols/RF Amp/SKYWORKS SKY65116.SchLib b/symbols/RF Amp/SKYWORKS SKY65116.SchLib
new file mode 100644
index 000000000..5b5344814
Binary files /dev/null and b/symbols/RF Amp/SKYWORKS SKY65116.SchLib differ
diff --git a/symbols/RF Amp/TI CC1190.SchLib b/symbols/RF Amp/TI CC1190.SchLib
new file mode 100644
index 000000000..15696a16e
Binary files /dev/null and b/symbols/RF Amp/TI CC1190.SchLib differ
diff --git a/Symbols/RF Connector.SchLib b/symbols/RF Connector/RF CONNECTOR - SMA.SchLib
similarity index 65%
rename from Symbols/RF Connector.SchLib
rename to symbols/RF Connector/RF CONNECTOR - SMA.SchLib
index 9332eac07..891218117 100644
Binary files a/Symbols/RF Connector.SchLib and b/symbols/RF Connector/RF CONNECTOR - SMA.SchLib differ
diff --git a/symbols/RF Filter/JOHANSON BP15 4PAD FILTER.SchLib b/symbols/RF Filter/JOHANSON BP15 4PAD FILTER.SchLib
new file mode 100644
index 000000000..7b30fdcb6
Binary files /dev/null and b/symbols/RF Filter/JOHANSON BP15 4PAD FILTER.SchLib differ
diff --git a/symbols/RF Filter/TDK DEA25 4 PAD FILTER.SchLib b/symbols/RF Filter/TDK DEA25 4 PAD FILTER.SchLib
new file mode 100644
index 000000000..8b9e6d50c
Binary files /dev/null and b/symbols/RF Filter/TDK DEA25 4 PAD FILTER.SchLib differ
diff --git a/symbols/RF IC/LT LTC5530.SchLib b/symbols/RF IC/LT LTC5530.SchLib
new file mode 100644
index 000000000..58eb80839
Binary files /dev/null and b/symbols/RF IC/LT LTC5530.SchLib differ
diff --git a/symbols/RF IC/LT LTC5531.SchLib b/symbols/RF IC/LT LTC5531.SchLib
new file mode 100644
index 000000000..724f9551a
Binary files /dev/null and b/symbols/RF IC/LT LTC5531.SchLib differ
diff --git a/symbols/RF IC/LT LTC5532 DC6.SchLib b/symbols/RF IC/LT LTC5532 DC6.SchLib
new file mode 100644
index 000000000..e046fab59
Binary files /dev/null and b/symbols/RF IC/LT LTC5532 DC6.SchLib differ
diff --git a/symbols/RF IC/LT LTC5532.SchLib b/symbols/RF IC/LT LTC5532.SchLib
new file mode 100644
index 000000000..c5e08c798
Binary files /dev/null and b/symbols/RF IC/LT LTC5532.SchLib differ
diff --git a/symbols/RF IC/RFMD RFSA2023.SchLib b/symbols/RF IC/RFMD RFSA2023.SchLib
new file mode 100644
index 000000000..e8b123138
Binary files /dev/null and b/symbols/RF IC/RFMD RFSA2023.SchLib differ
diff --git a/symbols/RF IC/TI LMH2110.SchLib b/symbols/RF IC/TI LMH2110.SchLib
new file mode 100644
index 000000000..64b29aaa7
Binary files /dev/null and b/symbols/RF IC/TI LMH2110.SchLib differ
diff --git a/symbols/RF IC/TI LMH2120.SchLib b/symbols/RF IC/TI LMH2120.SchLib
new file mode 100644
index 000000000..f47849c4d
Binary files /dev/null and b/symbols/RF IC/TI LMH2120.SchLib differ
diff --git a/symbols/RF Module/ATMEL ATWINC1500-MR210PB.SchLib b/symbols/RF Module/ATMEL ATWINC1500-MR210PB.SchLib
new file mode 100644
index 000000000..08c2e0c5a
Binary files /dev/null and b/symbols/RF Module/ATMEL ATWINC1500-MR210PB.SchLib differ
diff --git a/symbols/RF Module/DIGI XBEE NC.SchLib b/symbols/RF Module/DIGI XBEE NC.SchLib
new file mode 100644
index 000000000..d6fcdec0e
Binary files /dev/null and b/symbols/RF Module/DIGI XBEE NC.SchLib differ
diff --git a/symbols/RF Module/DIGI XBEE.SchLib b/symbols/RF Module/DIGI XBEE.SchLib
new file mode 100644
index 000000000..b3cf4db43
Binary files /dev/null and b/symbols/RF Module/DIGI XBEE.SchLib differ
diff --git a/symbols/RF Module/LSR SIFLEX02-R2 U.FL.SchLib b/symbols/RF Module/LSR SIFLEX02-R2 U.FL.SchLib
new file mode 100644
index 000000000..8be124975
Binary files /dev/null and b/symbols/RF Module/LSR SIFLEX02-R2 U.FL.SchLib differ
diff --git a/symbols/RF Module/SI LABS WF111.SchLib b/symbols/RF Module/SI LABS WF111.SchLib
new file mode 100644
index 000000000..6e88c7e7d
Binary files /dev/null and b/symbols/RF Module/SI LABS WF111.SchLib differ
diff --git a/symbols/RF Module/ST SPWF01SC.21.SchLib b/symbols/RF Module/ST SPWF01SC.21.SchLib
new file mode 100644
index 000000000..534bde85e
Binary files /dev/null and b/symbols/RF Module/ST SPWF01SC.21.SchLib differ
diff --git a/symbols/RF Module/TI CC3000MOD.SchLib b/symbols/RF Module/TI CC3000MOD.SchLib
new file mode 100644
index 000000000..7601ee121
Binary files /dev/null and b/symbols/RF Module/TI CC3000MOD.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13314-374LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13314-374LF.SchLib
new file mode 100644
index 000000000..351ffc1de
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13314-374LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13320-374LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13320-374LF.SchLib
new file mode 100644
index 000000000..4dfa70b62
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13320-374LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13330-397LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13330-397LF.SchLib
new file mode 100644
index 000000000..bfac355d5
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13330-397LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13335-381LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13335-381LF.SchLib
new file mode 100644
index 000000000..c4fea4839
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13335-381LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13350-385LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13350-385LF.SchLib
new file mode 100644
index 000000000..b23a88820
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13350-385LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13351-378LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13351-378LF.SchLib
new file mode 100644
index 000000000..c0b42e28d
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13351-378LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13355-374LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13355-374LF.SchLib
new file mode 100644
index 000000000..5f9fd7dcb
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13355-374LF.SchLib differ
diff --git a/symbols/RF Switch/SKYWORKS SKY13411-374LF.SchLib b/symbols/RF Switch/SKYWORKS SKY13411-374LF.SchLib
new file mode 100644
index 000000000..086c16819
Binary files /dev/null and b/symbols/RF Switch/SKYWORKS SKY13411-374LF.SchLib differ
diff --git a/symbols/RS485/INTERSIL ISL3330.SchLib b/symbols/RS485/INTERSIL ISL3330.SchLib
new file mode 100644
index 000000000..c3c2cb84e
Binary files /dev/null and b/symbols/RS485/INTERSIL ISL3330.SchLib differ
diff --git a/symbols/RS485/INTERSIL ISL83072E.SchLib b/symbols/RS485/INTERSIL ISL83072E.SchLib
new file mode 100644
index 000000000..cf022eeb3
Binary files /dev/null and b/symbols/RS485/INTERSIL ISL83072E.SchLib differ
diff --git a/symbols/RS485/INTERSIL ISL83490.SchLib b/symbols/RS485/INTERSIL ISL83490.SchLib
new file mode 100644
index 000000000..61ef71cfa
Binary files /dev/null and b/symbols/RS485/INTERSIL ISL83490.SchLib differ
diff --git a/symbols/RS485/ST ST1480AX.SchLib b/symbols/RS485/ST ST1480AX.SchLib
new file mode 100644
index 000000000..82ab1c967
Binary files /dev/null and b/symbols/RS485/ST ST1480AX.SchLib differ
diff --git a/symbols/RS485/ST ST3485EX.SchLib b/symbols/RS485/ST ST3485EX.SchLib
new file mode 100644
index 000000000..c70b81457
Binary files /dev/null and b/symbols/RS485/ST ST3485EX.SchLib differ
diff --git a/symbols/RS485/TI SN65HVD08.SchLib b/symbols/RS485/TI SN65HVD08.SchLib
new file mode 100644
index 000000000..a85ed3a1c
Binary files /dev/null and b/symbols/RS485/TI SN65HVD08.SchLib differ
diff --git a/symbols/RS485/TI SN65HVD178X.SchLib b/symbols/RS485/TI SN65HVD178X.SchLib
new file mode 100644
index 000000000..863c5968d
Binary files /dev/null and b/symbols/RS485/TI SN65HVD178X.SchLib differ
diff --git a/symbols/RS485/TI SN65HVD7X.SchLib b/symbols/RS485/TI SN65HVD7X.SchLib
new file mode 100644
index 000000000..63936c34c
Binary files /dev/null and b/symbols/RS485/TI SN65HVD7X.SchLib differ
diff --git a/symbols/Reset/MAXIM MAX6315.SchLib b/symbols/Reset/MAXIM MAX6315.SchLib
new file mode 100644
index 000000000..1640426be
Binary files /dev/null and b/symbols/Reset/MAXIM MAX6315.SchLib differ
diff --git a/symbols/Reset/MAXIM MAX811.SchLib b/symbols/Reset/MAXIM MAX811.SchLib
new file mode 100644
index 000000000..52843c2cd
Binary files /dev/null and b/symbols/Reset/MAXIM MAX811.SchLib differ
diff --git a/symbols/Reset/MAXIM MAX812.SchLib b/symbols/Reset/MAXIM MAX812.SchLib
new file mode 100644
index 000000000..e83968d8f
Binary files /dev/null and b/symbols/Reset/MAXIM MAX812.SchLib differ
diff --git a/symbols/Reset/MICROCHIP MIC6315.SchLib b/symbols/Reset/MICROCHIP MIC6315.SchLib
new file mode 100644
index 000000000..3788d1c96
Binary files /dev/null and b/symbols/Reset/MICROCHIP MIC6315.SchLib differ
diff --git a/symbols/Reset/MICROCHIP MIC811.SchLib b/symbols/Reset/MICROCHIP MIC811.SchLib
new file mode 100644
index 000000000..b33e2956c
Binary files /dev/null and b/symbols/Reset/MICROCHIP MIC811.SchLib differ
diff --git a/symbols/Reset/MICROCHIP MIC812.SchLib b/symbols/Reset/MICROCHIP MIC812.SchLib
new file mode 100644
index 000000000..0d9c9ab31
Binary files /dev/null and b/symbols/Reset/MICROCHIP MIC812.SchLib differ
diff --git a/symbols/Reset/ST STM3615.SchLib b/symbols/Reset/ST STM3615.SchLib
new file mode 100644
index 000000000..81d17dcc3
Binary files /dev/null and b/symbols/Reset/ST STM3615.SchLib differ
diff --git a/symbols/Reset/ST STM811.SchLib b/symbols/Reset/ST STM811.SchLib
new file mode 100644
index 000000000..7a049088c
Binary files /dev/null and b/symbols/Reset/ST STM811.SchLib differ
diff --git a/symbols/Reset/ST STM812.SchLib b/symbols/Reset/ST STM812.SchLib
new file mode 100644
index 000000000..ad51abe4b
Binary files /dev/null and b/symbols/Reset/ST STM812.SchLib differ
diff --git a/symbols/Switch/DIP SW 2P.SchLib b/symbols/Switch/DIP SW 2P.SchLib
new file mode 100644
index 000000000..e88e4bed8
Binary files /dev/null and b/symbols/Switch/DIP SW 2P.SchLib differ
diff --git a/symbols/Switch/DIP SW 4P.SchLib b/symbols/Switch/DIP SW 4P.SchLib
new file mode 100644
index 000000000..7856c0d92
Binary files /dev/null and b/symbols/Switch/DIP SW 4P.SchLib differ
diff --git a/symbols/Switch/DIP SW 6P.SchLib b/symbols/Switch/DIP SW 6P.SchLib
new file mode 100644
index 000000000..312e7b16e
Binary files /dev/null and b/symbols/Switch/DIP SW 6P.SchLib differ
diff --git a/symbols/Switch/NKK SS312.SchLib b/symbols/Switch/NKK SS312.SchLib
new file mode 100644
index 000000000..f606fcfd0
Binary files /dev/null and b/symbols/Switch/NKK SS312.SchLib differ
diff --git a/symbols/TAIYO YUDEN FAR-F6KA-1G5754-L4AB.Schlib b/symbols/TAIYO YUDEN FAR-F6KA-1G5754-L4AB.Schlib
new file mode 100644
index 000000000..89943a4bd
Binary files /dev/null and b/symbols/TAIYO YUDEN FAR-F6KA-1G5754-L4AB.Schlib differ
diff --git a/symbols/Temperature Sensor/ANALOG DEV TMP36 SO8.SchLib b/symbols/Temperature Sensor/ANALOG DEV TMP36 SO8.SchLib
new file mode 100644
index 000000000..fa9f421aa
Binary files /dev/null and b/symbols/Temperature Sensor/ANALOG DEV TMP36 SO8.SchLib differ
diff --git a/symbols/Temperature Sensor/ANALOG DEV TMP3X 5 PIN.SchLib b/symbols/Temperature Sensor/ANALOG DEV TMP3X 5 PIN.SchLib
new file mode 100644
index 000000000..58a1d73bc
Binary files /dev/null and b/symbols/Temperature Sensor/ANALOG DEV TMP3X 5 PIN.SchLib differ
diff --git a/symbols/Temperature Sensor/SENSIRION STS21.SchLib b/symbols/Temperature Sensor/SENSIRION STS21.SchLib
new file mode 100644
index 000000000..c5b54097c
Binary files /dev/null and b/symbols/Temperature Sensor/SENSIRION STS21.SchLib differ
diff --git a/symbols/Thermocouple/ANALOG AD849X.SchLib b/symbols/Thermocouple/ANALOG AD849X.SchLib
new file mode 100644
index 000000000..2fe0f552f
Binary files /dev/null and b/symbols/Thermocouple/ANALOG AD849X.SchLib differ
diff --git a/symbols/Thermocouple/MAXIM MAX31850_1.SchLib b/symbols/Thermocouple/MAXIM MAX31850_1.SchLib
new file mode 100644
index 000000000..6b5a82d8f
Binary files /dev/null and b/symbols/Thermocouple/MAXIM MAX31850_1.SchLib differ
diff --git a/symbols/Thermocouple/MAXIM MAX31855.SchLib b/symbols/Thermocouple/MAXIM MAX31855.SchLib
new file mode 100644
index 000000000..c8ceeeaf1
Binary files /dev/null and b/symbols/Thermocouple/MAXIM MAX31855.SchLib differ
diff --git a/symbols/Video/MAXIM MAX7456.SchLib b/symbols/Video/MAXIM MAX7456.SchLib
new file mode 100644
index 000000000..818935f44
Binary files /dev/null and b/symbols/Video/MAXIM MAX7456.SchLib differ
diff --git a/symbols/Voltage References/MAXIM MAX6070.SchLib b/symbols/Voltage References/MAXIM MAX6070.SchLib
new file mode 100644
index 000000000..84a239878
Binary files /dev/null and b/symbols/Voltage References/MAXIM MAX6070.SchLib differ
diff --git a/symbols/Voltage References/MAXIM MAX6071.SchLib b/symbols/Voltage References/MAXIM MAX6071.SchLib
new file mode 100644
index 000000000..41b75559e
Binary files /dev/null and b/symbols/Voltage References/MAXIM MAX6071.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/DIODES INC AP7313.SchLib b/symbols/Voltage Regulators Linear/DIODES INC AP7313.SchLib
new file mode 100644
index 000000000..3d87239d1
Binary files /dev/null and b/symbols/Voltage Regulators Linear/DIODES INC AP7313.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/DIODES INC ZLDO.SchLib b/symbols/Voltage Regulators Linear/DIODES INC ZLDO.SchLib
new file mode 100644
index 000000000..0cffd6097
Binary files /dev/null and b/symbols/Voltage Regulators Linear/DIODES INC ZLDO.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/LT LT1965 DD_MS8E.SchLib b/symbols/Voltage Regulators Linear/LT LT1965 DD_MS8E.SchLib
new file mode 100644
index 000000000..9c0c9eae9
Binary files /dev/null and b/symbols/Voltage Regulators Linear/LT LT1965 DD_MS8E.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/LT LT1965ADJ DD_MS8E.SchLib b/symbols/Voltage Regulators Linear/LT LT1965ADJ DD_MS8E.SchLib
new file mode 100644
index 000000000..dff76f02f
Binary files /dev/null and b/symbols/Voltage Regulators Linear/LT LT1965ADJ DD_MS8E.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/ON SEMI MC78LC00.SchLib b/symbols/Voltage Regulators Linear/ON SEMI MC78LC00.SchLib
new file mode 100644
index 000000000..85079f9f6
Binary files /dev/null and b/symbols/Voltage Regulators Linear/ON SEMI MC78LC00.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/ON SEMI NCP1117.SchLib b/symbols/Voltage Regulators Linear/ON SEMI NCP1117.SchLib
new file mode 100644
index 000000000..58d518e71
Binary files /dev/null and b/symbols/Voltage Regulators Linear/ON SEMI NCP1117.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/ST LD1117.SchLib b/symbols/Voltage Regulators Linear/ST LD1117.SchLib
new file mode 100644
index 000000000..7e168fc8d
Binary files /dev/null and b/symbols/Voltage Regulators Linear/ST LD1117.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI LM317-N.SchLib b/symbols/Voltage Regulators Linear/TI LM317-N.SchLib
new file mode 100644
index 000000000..632e218aa
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI LM317-N.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI LM317L.SchLib b/symbols/Voltage Regulators Linear/TI LM317L.SchLib
new file mode 100644
index 000000000..8976f0207
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI LM317L.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI LM340.SchLib b/symbols/Voltage Regulators Linear/TI LM340.SchLib
new file mode 100644
index 000000000..86c03b460
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI LM340.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI LP3985.SchLib b/symbols/Voltage Regulators Linear/TI LP3985.SchLib
new file mode 100644
index 000000000..be85145b3
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI LP3985.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI TPS76301.SchLib b/symbols/Voltage Regulators Linear/TI TPS76301.SchLib
new file mode 100644
index 000000000..7b42819c4
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI TPS76301.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI TPS763XX.SchLib b/symbols/Voltage Regulators Linear/TI TPS763XX.SchLib
new file mode 100644
index 000000000..742587a0b
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI TPS763XX.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI TPS79801.SchLib b/symbols/Voltage Regulators Linear/TI TPS79801.SchLib
new file mode 100644
index 000000000..837264fae
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI TPS79801.SchLib differ
diff --git a/symbols/Voltage Regulators Linear/TI TPS79850.SchLib b/symbols/Voltage Regulators Linear/TI TPS79850.SchLib
new file mode 100644
index 000000000..719d3854d
Binary files /dev/null and b/symbols/Voltage Regulators Linear/TI TPS79850.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/MICREL MIC2295 5PIN.SchLib b/symbols/Voltage Regulators Switchmode/MICREL MIC2295 5PIN.SchLib
new file mode 100644
index 000000000..4b696aeb1
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/MICREL MIC2295 5PIN.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/MICREL MIC2295 8PIN.SchLib b/symbols/Voltage Regulators Switchmode/MICREL MIC2295 8PIN.SchLib
new file mode 100644
index 000000000..a919553e4
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/MICREL MIC2295 8PIN.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/MICREL MIC2296 5PIN.SchLib b/symbols/Voltage Regulators Switchmode/MICREL MIC2296 5PIN.SchLib
new file mode 100644
index 000000000..0267bd703
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/MICREL MIC2296 5PIN.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/MICREL MIC2296 8PIN.SchLib b/symbols/Voltage Regulators Switchmode/MICREL MIC2296 8PIN.SchLib
new file mode 100644
index 000000000..47cb29e1e
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/MICREL MIC2296 8PIN.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/ON SEMI CS5171_3.SchLib b/symbols/Voltage Regulators Switchmode/ON SEMI CS5171_3.SchLib
new file mode 100644
index 000000000..6fa679d99
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/ON SEMI CS5171_3.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/ON SEMI CS5172_4.SchLib b/symbols/Voltage Regulators Switchmode/ON SEMI CS5172_4.SchLib
new file mode 100644
index 000000000..5dba1b313
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/ON SEMI CS5172_4.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/ST ST1S50PUR.SchLib b/symbols/Voltage Regulators Switchmode/ST ST1S50PUR.SchLib
new file mode 100644
index 000000000..f49cebc3e
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/ST ST1S50PUR.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM2622.SchLib b/symbols/Voltage Regulators Switchmode/TI LM2622.SchLib
new file mode 100644
index 000000000..cb4cadedf
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM2622.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM2731.SchLib b/symbols/Voltage Regulators Switchmode/TI LM2731.SchLib
new file mode 100644
index 000000000..183106c3d
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM2731.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM2733.SchLib b/symbols/Voltage Regulators Switchmode/TI LM2733.SchLib
new file mode 100644
index 000000000..e62cec938
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM2733.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM5008.SchLib b/symbols/Voltage Regulators Switchmode/TI LM5008.SchLib
new file mode 100644
index 000000000..34ac32fb7
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM5008.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM5118.SchLib b/symbols/Voltage Regulators Switchmode/TI LM5118.SchLib
new file mode 100644
index 000000000..f8d56496b
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM5118.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LM5161.SchLib b/symbols/Voltage Regulators Switchmode/TI LM5161.SchLib
new file mode 100644
index 000000000..aa4748715
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LM5161.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LMR61428.SchLib b/symbols/Voltage Regulators Switchmode/TI LMR61428.SchLib
new file mode 100644
index 000000000..63268cea7
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LMR61428.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI LMR62014.SchLib b/symbols/Voltage Regulators Switchmode/TI LMR62014.SchLib
new file mode 100644
index 000000000..882e586b8
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI LMR62014.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS34914.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS34914.SchLib
new file mode 100644
index 000000000..19204c815
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS34914.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS5401.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS5401.SchLib
new file mode 100644
index 000000000..6d0dd9d3b
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS5401.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS55330.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS55330.SchLib
new file mode 100644
index 000000000..fa4fd2d40
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS55330.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS55340 HTSSOP.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS55340 HTSSOP.SchLib
new file mode 100644
index 000000000..663213e66
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS55340 HTSSOP.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS55340 QFN.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS55340 QFN.SchLib
new file mode 100644
index 000000000..02a865655
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS55340 QFN.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS563201.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS563201.SchLib
new file mode 100644
index 000000000..d96994189
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS563201.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS6102X.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS6102X.SchLib
new file mode 100644
index 000000000..df2a2911a
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS6102X.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS61085.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS61085.SchLib
new file mode 100644
index 000000000..b57ba9fd5
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS61085.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS61090_1_2.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS61090_1_2.SchLib
new file mode 100644
index 000000000..da5e4a277
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS61090_1_2.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS61235_6.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS61235_6.SchLib
new file mode 100644
index 000000000..dc7aac9f8
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS61235_6.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS6123X.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS6123X.SchLib
new file mode 100644
index 000000000..9f03cd042
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS6123X.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS6217X.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS6217X.SchLib
new file mode 100644
index 000000000..008f38cb2
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS6217X.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS63020.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS63020.SchLib
new file mode 100644
index 000000000..59faa1af6
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS63020.SchLib differ
diff --git a/symbols/Voltage Regulators Switchmode/TI TPS63021.SchLib b/symbols/Voltage Regulators Switchmode/TI TPS63021.SchLib
new file mode 100644
index 000000000..53eb0fa2f
Binary files /dev/null and b/symbols/Voltage Regulators Switchmode/TI TPS63021.SchLib differ