From d56019141ac3bdbf76b86bccb4b70241df93b1c1 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 8 Oct 2019 16:58:36 +0200 Subject: [PATCH] examples: Rearrange the Devices subdirectory Moved all of the Devices into vendor subdirectories, and named the board directories after the board itself. Signed-off-by: Gergely Nagy --- examples/Devices/{ => EZ}/ErgoDox/.kaleidoscope-builder.conf | 0 examples/Devices/{ => EZ}/ErgoDox/ErgoDox.ino | 0 examples/Devices/{ => KBDFans}/KBD4x/.gitignore | 0 examples/Devices/{ => KBDFans}/KBD4x/.kaleidoscope-builder.conf | 0 examples/Devices/{ => KBDFans}/KBD4x/KBD4x.ino | 0 examples/Devices/{ => KBDFans}/KBD4x/Makefile | 0 .../{Kaleidoscope/Kaleidoscope.ino => Model01/Model01.ino} | 0 examples/Devices/{ => OLKB}/Planck/.kaleidoscope-builder.conf | 0 examples/Devices/{Atreus => OLKB/Planck}/Makefile | 0 examples/Devices/{ => OLKB}/Planck/Planck.ino | 0 .../{ => SOFTHRUF}/Splitography/.kaleidoscope-builder.conf | 0 examples/Devices/{ => SOFTHRUF}/Splitography/Makefile | 0 examples/Devices/{ => SOFTHRUF}/Splitography/Splitography.ino | 0 .../Devices/{ => Technomancy}/Atreus/.kaleidoscope-builder.conf | 0 examples/Devices/{ => Technomancy}/Atreus/Atreus.ino | 0 examples/Devices/{Planck => Technomancy/Atreus}/Makefile | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename examples/Devices/{ => EZ}/ErgoDox/.kaleidoscope-builder.conf (100%) rename examples/Devices/{ => EZ}/ErgoDox/ErgoDox.ino (100%) rename examples/Devices/{ => KBDFans}/KBD4x/.gitignore (100%) rename examples/Devices/{ => KBDFans}/KBD4x/.kaleidoscope-builder.conf (100%) rename examples/Devices/{ => KBDFans}/KBD4x/KBD4x.ino (100%) rename examples/Devices/{ => KBDFans}/KBD4x/Makefile (100%) rename examples/Devices/Keyboardio/{Kaleidoscope/Kaleidoscope.ino => Model01/Model01.ino} (100%) rename examples/Devices/{ => OLKB}/Planck/.kaleidoscope-builder.conf (100%) rename examples/Devices/{Atreus => OLKB/Planck}/Makefile (100%) rename examples/Devices/{ => OLKB}/Planck/Planck.ino (100%) rename examples/Devices/{ => SOFTHRUF}/Splitography/.kaleidoscope-builder.conf (100%) rename examples/Devices/{ => SOFTHRUF}/Splitography/Makefile (100%) rename examples/Devices/{ => SOFTHRUF}/Splitography/Splitography.ino (100%) rename examples/Devices/{ => Technomancy}/Atreus/.kaleidoscope-builder.conf (100%) rename examples/Devices/{ => Technomancy}/Atreus/Atreus.ino (100%) rename examples/Devices/{Planck => Technomancy/Atreus}/Makefile (100%) diff --git a/examples/Devices/ErgoDox/.kaleidoscope-builder.conf b/examples/Devices/EZ/ErgoDox/.kaleidoscope-builder.conf similarity index 100% rename from examples/Devices/ErgoDox/.kaleidoscope-builder.conf rename to examples/Devices/EZ/ErgoDox/.kaleidoscope-builder.conf diff --git a/examples/Devices/ErgoDox/ErgoDox.ino b/examples/Devices/EZ/ErgoDox/ErgoDox.ino similarity index 100% rename from examples/Devices/ErgoDox/ErgoDox.ino rename to examples/Devices/EZ/ErgoDox/ErgoDox.ino diff --git a/examples/Devices/KBD4x/.gitignore b/examples/Devices/KBDFans/KBD4x/.gitignore similarity index 100% rename from examples/Devices/KBD4x/.gitignore rename to examples/Devices/KBDFans/KBD4x/.gitignore diff --git a/examples/Devices/KBD4x/.kaleidoscope-builder.conf b/examples/Devices/KBDFans/KBD4x/.kaleidoscope-builder.conf similarity index 100% rename from examples/Devices/KBD4x/.kaleidoscope-builder.conf rename to examples/Devices/KBDFans/KBD4x/.kaleidoscope-builder.conf diff --git a/examples/Devices/KBD4x/KBD4x.ino b/examples/Devices/KBDFans/KBD4x/KBD4x.ino similarity index 100% rename from examples/Devices/KBD4x/KBD4x.ino rename to examples/Devices/KBDFans/KBD4x/KBD4x.ino diff --git a/examples/Devices/KBD4x/Makefile b/examples/Devices/KBDFans/KBD4x/Makefile similarity index 100% rename from examples/Devices/KBD4x/Makefile rename to examples/Devices/KBDFans/KBD4x/Makefile diff --git a/examples/Devices/Keyboardio/Kaleidoscope/Kaleidoscope.ino b/examples/Devices/Keyboardio/Model01/Model01.ino similarity index 100% rename from examples/Devices/Keyboardio/Kaleidoscope/Kaleidoscope.ino rename to examples/Devices/Keyboardio/Model01/Model01.ino diff --git a/examples/Devices/Planck/.kaleidoscope-builder.conf b/examples/Devices/OLKB/Planck/.kaleidoscope-builder.conf similarity index 100% rename from examples/Devices/Planck/.kaleidoscope-builder.conf rename to examples/Devices/OLKB/Planck/.kaleidoscope-builder.conf diff --git a/examples/Devices/Atreus/Makefile b/examples/Devices/OLKB/Planck/Makefile similarity index 100% rename from examples/Devices/Atreus/Makefile rename to examples/Devices/OLKB/Planck/Makefile diff --git a/examples/Devices/Planck/Planck.ino b/examples/Devices/OLKB/Planck/Planck.ino similarity index 100% rename from examples/Devices/Planck/Planck.ino rename to examples/Devices/OLKB/Planck/Planck.ino diff --git a/examples/Devices/Splitography/.kaleidoscope-builder.conf b/examples/Devices/SOFTHRUF/Splitography/.kaleidoscope-builder.conf similarity index 100% rename from examples/Devices/Splitography/.kaleidoscope-builder.conf rename to examples/Devices/SOFTHRUF/Splitography/.kaleidoscope-builder.conf diff --git a/examples/Devices/Splitography/Makefile b/examples/Devices/SOFTHRUF/Splitography/Makefile similarity index 100% rename from examples/Devices/Splitography/Makefile rename to examples/Devices/SOFTHRUF/Splitography/Makefile diff --git a/examples/Devices/Splitography/Splitography.ino b/examples/Devices/SOFTHRUF/Splitography/Splitography.ino similarity index 100% rename from examples/Devices/Splitography/Splitography.ino rename to examples/Devices/SOFTHRUF/Splitography/Splitography.ino diff --git a/examples/Devices/Atreus/.kaleidoscope-builder.conf b/examples/Devices/Technomancy/Atreus/.kaleidoscope-builder.conf similarity index 100% rename from examples/Devices/Atreus/.kaleidoscope-builder.conf rename to examples/Devices/Technomancy/Atreus/.kaleidoscope-builder.conf diff --git a/examples/Devices/Atreus/Atreus.ino b/examples/Devices/Technomancy/Atreus/Atreus.ino similarity index 100% rename from examples/Devices/Atreus/Atreus.ino rename to examples/Devices/Technomancy/Atreus/Atreus.ino diff --git a/examples/Devices/Planck/Makefile b/examples/Devices/Technomancy/Atreus/Makefile similarity index 100% rename from examples/Devices/Planck/Makefile rename to examples/Devices/Technomancy/Atreus/Makefile