From da75121d9b5fb7832362a26f1f2c6a58a9179c5a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 17 Dec 2020 22:59:04 -0800 Subject: [PATCH] Migrate Kaleidoscope-EEPROM-Keymap to the plugins directory --- plugins/Kaleidoscope-EEPROM-Keymap/library.properties | 2 ++ .../src}/Kaleidoscope-EEPROM-Keymap.h | 0 .../src}/kaleidoscope/plugin/EEPROM-Keymap.cpp | 0 .../src}/kaleidoscope/plugin/EEPROM-Keymap.h | 0 4 files changed, 2 insertions(+) create mode 100644 plugins/Kaleidoscope-EEPROM-Keymap/library.properties rename {src => plugins/Kaleidoscope-EEPROM-Keymap/src}/Kaleidoscope-EEPROM-Keymap.h (100%) rename {src => plugins/Kaleidoscope-EEPROM-Keymap/src}/kaleidoscope/plugin/EEPROM-Keymap.cpp (100%) rename {src => plugins/Kaleidoscope-EEPROM-Keymap/src}/kaleidoscope/plugin/EEPROM-Keymap.h (100%) diff --git a/plugins/Kaleidoscope-EEPROM-Keymap/library.properties b/plugins/Kaleidoscope-EEPROM-Keymap/library.properties new file mode 100644 index 00000000..321ed25b --- /dev/null +++ b/plugins/Kaleidoscope-EEPROM-Keymap/library.properties @@ -0,0 +1,2 @@ +name=Kaleidoscope-EEPROM-Keymap +version=0.0.0 diff --git a/src/Kaleidoscope-EEPROM-Keymap.h b/plugins/Kaleidoscope-EEPROM-Keymap/src/Kaleidoscope-EEPROM-Keymap.h similarity index 100% rename from src/Kaleidoscope-EEPROM-Keymap.h rename to plugins/Kaleidoscope-EEPROM-Keymap/src/Kaleidoscope-EEPROM-Keymap.h diff --git a/src/kaleidoscope/plugin/EEPROM-Keymap.cpp b/plugins/Kaleidoscope-EEPROM-Keymap/src/kaleidoscope/plugin/EEPROM-Keymap.cpp similarity index 100% rename from src/kaleidoscope/plugin/EEPROM-Keymap.cpp rename to plugins/Kaleidoscope-EEPROM-Keymap/src/kaleidoscope/plugin/EEPROM-Keymap.cpp diff --git a/src/kaleidoscope/plugin/EEPROM-Keymap.h b/plugins/Kaleidoscope-EEPROM-Keymap/src/kaleidoscope/plugin/EEPROM-Keymap.h similarity index 100% rename from src/kaleidoscope/plugin/EEPROM-Keymap.h rename to plugins/Kaleidoscope-EEPROM-Keymap/src/kaleidoscope/plugin/EEPROM-Keymap.h