From ceea8ab5fe47f520a59d5ae7649c5e997bc813b2 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:35:23 +0800 Subject: [PATCH] [Keyboard] move standaside into edi/ (#15798) --- keyboards/{ => edi}/standaside/config.h | 0 keyboards/{ => edi}/standaside/info.json | 0 keyboards/{ => edi}/standaside/keymaps/default/keymap.c | 0 keyboards/{ => edi}/standaside/readme.md | 4 ++-- keyboards/{ => edi}/standaside/rules.mk | 0 keyboards/{ => edi}/standaside/standaside.c | 0 keyboards/{ => edi}/standaside/standaside.h | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename keyboards/{ => edi}/standaside/config.h (100%) rename keyboards/{ => edi}/standaside/info.json (100%) rename keyboards/{ => edi}/standaside/keymaps/default/keymap.c (100%) rename keyboards/{ => edi}/standaside/readme.md (94%) rename keyboards/{ => edi}/standaside/rules.mk (100%) rename keyboards/{ => edi}/standaside/standaside.c (100%) rename keyboards/{ => edi}/standaside/standaside.h (100%) diff --git a/keyboards/standaside/config.h b/keyboards/edi/standaside/config.h similarity index 100% rename from keyboards/standaside/config.h rename to keyboards/edi/standaside/config.h diff --git a/keyboards/standaside/info.json b/keyboards/edi/standaside/info.json similarity index 100% rename from keyboards/standaside/info.json rename to keyboards/edi/standaside/info.json diff --git a/keyboards/standaside/keymaps/default/keymap.c b/keyboards/edi/standaside/keymaps/default/keymap.c similarity index 100% rename from keyboards/standaside/keymaps/default/keymap.c rename to keyboards/edi/standaside/keymaps/default/keymap.c diff --git a/keyboards/standaside/readme.md b/keyboards/edi/standaside/readme.md similarity index 94% rename from keyboards/standaside/readme.md rename to keyboards/edi/standaside/readme.md index ca1cfb2763..51911c877d 100644 --- a/keyboards/standaside/readme.md +++ b/keyboards/edi/standaside/readme.md @@ -10,6 +10,6 @@ Hardware Availability: Seven Store (https://store.7storm.org). Make example for this keyboard (after setting up your build environment): - make standaside:default + make edi/standaside:default -See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). \ No newline at end of file +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/standaside/rules.mk b/keyboards/edi/standaside/rules.mk similarity index 100% rename from keyboards/standaside/rules.mk rename to keyboards/edi/standaside/rules.mk diff --git a/keyboards/standaside/standaside.c b/keyboards/edi/standaside/standaside.c similarity index 100% rename from keyboards/standaside/standaside.c rename to keyboards/edi/standaside/standaside.c diff --git a/keyboards/standaside/standaside.h b/keyboards/edi/standaside/standaside.h similarity index 100% rename from keyboards/standaside/standaside.h rename to keyboards/edi/standaside/standaside.h