From 0f909f8731b0ebf81bc4a6dd6f29c5f21ef4c944 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 29 Feb 2020 12:29:55 -0700 Subject: [PATCH] move push button switch to switches subdirectory for consistency --- packages/Makefile | 1 - packages/switches/Makefile | 3 ++- packages/{ => switches}/PNswitchDPDT.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename packages/{ => switches}/PNswitchDPDT.py (100%) diff --git a/packages/Makefile b/packages/Makefile index c422244..ac7bdd8 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -54,7 +54,6 @@ FOOTPRINTS= \ qfn-16.fp \ ap.10g.fp \ BTM182.fp \ - PNswitchDPDT.fp \ NHD-C0216.fp \ KSCJ.fp \ ADXL78.fp \ diff --git a/packages/switches/Makefile b/packages/switches/Makefile index a00c73c..425bb43 100644 --- a/packages/switches/Makefile +++ b/packages/switches/Makefile @@ -4,7 +4,8 @@ FOOTPRINTS = \ 20571.fp \ cus-12.fp \ lph.fp \ - SK12F17.fp + PNswitchDPDT.fp \ + SK12F17.fp .5c.fp: nickle $*.5c -o $@ diff --git a/packages/PNswitchDPDT.py b/packages/switches/PNswitchDPDT.py similarity index 100% rename from packages/PNswitchDPDT.py rename to packages/switches/PNswitchDPDT.py -- 2.47.2