summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorPeter Park <peterchpark@gmail.com>2022-12-17 19:26:02 -0800
committerGitHub <noreply@github.com>2022-12-17 19:26:02 -0800
commit7aa2d791f69244a5f17ec0d00908ec5a05d21103 (patch)
tree7172a753a6c515968cdd3f1aba7dbd9235d99ede /keyboards
parent9c08c7d4b6acf681590646f704fb17bdbcf82ba2 (diff)
[Keyboard] The Uni change folder location (#19326)
Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local>
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/stenokeyboards/the_uni/info.json (renamed from keyboards/the_uni/info.json)0
-rw-r--r--keyboards/stenokeyboards/the_uni/keymaps/default/keymap.c (renamed from keyboards/the_uni/keymaps/default/keymap.c)0
-rw-r--r--keyboards/stenokeyboards/the_uni/keymaps/qwerty/keymap.c (renamed from keyboards/the_uni/keymaps/qwerty/keymap.c)0
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/config.h (renamed from keyboards/the_uni/pro_micro/config.h)0
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/info.json (renamed from keyboards/the_uni/pro_micro/info.json)0
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.c (renamed from keyboards/the_uni/pro_micro/pro_micro.c)0
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.h (renamed from keyboards/the_uni/pro_micro/pro_micro.h)0
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/readme.md (renamed from keyboards/the_uni/pro_micro/readme.md)2
-rw-r--r--keyboards/stenokeyboards/the_uni/pro_micro/rules.mk (renamed from keyboards/the_uni/pro_micro/rules.mk)0
-rw-r--r--keyboards/stenokeyboards/the_uni/readme.md (renamed from keyboards/the_uni/readme.md)6
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/config.h (renamed from keyboards/the_uni/rp_2040/config.h)0
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/info.json (renamed from keyboards/the_uni/rp_2040/info.json)0
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/readme.md (renamed from keyboards/the_uni/rp_2040/readme.md)2
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.c (renamed from keyboards/the_uni/rp_2040/rp_2040.c)0
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.h (renamed from keyboards/the_uni/rp_2040/rp_2040.h)0
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/rules.mk (renamed from keyboards/the_uni/rp_2040/rules.mk)0
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/config.h (renamed from keyboards/the_uni/usb_c/config.h)0
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/info.json (renamed from keyboards/the_uni/usb_c/info.json)0
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/readme.md (renamed from keyboards/the_uni/usb_c/readme.md)6
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/rules.mk (renamed from keyboards/the_uni/usb_c/rules.mk)0
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/usb_c.c (renamed from keyboards/the_uni/usb_c/usb_c.c)0
-rw-r--r--keyboards/stenokeyboards/the_uni/usb_c/usb_c.h (renamed from keyboards/the_uni/usb_c/usb_c.h)0
22 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/the_uni/info.json b/keyboards/stenokeyboards/the_uni/info.json
index b7cb80957e..b7cb80957e 100644
--- a/keyboards/the_uni/info.json
+++ b/keyboards/stenokeyboards/the_uni/info.json
diff --git a/keyboards/the_uni/keymaps/default/keymap.c b/keyboards/stenokeyboards/the_uni/keymaps/default/keymap.c
index 492c7a3c94..492c7a3c94 100644
--- a/keyboards/the_uni/keymaps/default/keymap.c
+++ b/keyboards/stenokeyboards/the_uni/keymaps/default/keymap.c
diff --git a/keyboards/the_uni/keymaps/qwerty/keymap.c b/keyboards/stenokeyboards/the_uni/keymaps/qwerty/keymap.c
index b2f03a3613..b2f03a3613 100644
--- a/keyboards/the_uni/keymaps/qwerty/keymap.c
+++ b/keyboards/stenokeyboards/the_uni/keymaps/qwerty/keymap.c
diff --git a/keyboards/the_uni/pro_micro/config.h b/keyboards/stenokeyboards/the_uni/pro_micro/config.h
index dc0493face..dc0493face 100644
--- a/keyboards/the_uni/pro_micro/config.h
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/config.h
diff --git a/keyboards/the_uni/pro_micro/info.json b/keyboards/stenokeyboards/the_uni/pro_micro/info.json
index 90ac25f360..90ac25f360 100644
--- a/keyboards/the_uni/pro_micro/info.json
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/info.json
diff --git a/keyboards/the_uni/pro_micro/pro_micro.c b/keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.c
index 3d5b3b23bb..3d5b3b23bb 100644
--- a/keyboards/the_uni/pro_micro/pro_micro.c
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.c
diff --git a/keyboards/the_uni/pro_micro/pro_micro.h b/keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.h
index 9371c3a241..9371c3a241 100644
--- a/keyboards/the_uni/pro_micro/pro_micro.h
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/pro_micro.h
diff --git a/keyboards/the_uni/pro_micro/readme.md b/keyboards/stenokeyboards/the_uni/pro_micro/readme.md
index 397cf7a198..1fc689e6ee 100644
--- a/keyboards/the_uni/pro_micro/readme.md
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/readme.md
@@ -17,6 +17,6 @@ Enter the bootloader by:
Make examples for this keyboard (after setting up your build environment):
- make the_uni/pro_micro:default
+ make stenokeyboards/the_uni/pro_micro: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).
diff --git a/keyboards/the_uni/pro_micro/rules.mk b/keyboards/stenokeyboards/the_uni/pro_micro/rules.mk
index ba22869d5e..ba22869d5e 100644
--- a/keyboards/the_uni/pro_micro/rules.mk
+++ b/keyboards/stenokeyboards/the_uni/pro_micro/rules.mk
diff --git a/keyboards/the_uni/readme.md b/keyboards/stenokeyboards/the_uni/readme.md
index 88cb81b111..9197266497 100644
--- a/keyboards/the_uni/readme.md
+++ b/keyboards/stenokeyboards/the_uni/readme.md
@@ -25,12 +25,12 @@ Enter the bootloader by:
Make examples for this keyboard (after setting up your build environment):
# version 1 and 2
- make the_uni/pro_micro:default
+ make stenokeyboards/the_uni/pro_micro:default
# version 3
- make the_uni/usb_c:default
+ make stenokeyboards/the_uni/usb_c:default
# version 4
- qmk compile -kb the_uni/rp_2040 -km default
+ qmk compile -kb stenokeyboards/the_uni/rp_2040 -km 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).
diff --git a/keyboards/the_uni/rp_2040/config.h b/keyboards/stenokeyboards/the_uni/rp_2040/config.h
index b14a6ea2d2..b14a6ea2d2 100644
--- a/keyboards/the_uni/rp_2040/config.h
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/config.h
diff --git a/keyboards/the_uni/rp_2040/info.json b/keyboards/stenokeyboards/the_uni/rp_2040/info.json
index cebd90c01e..cebd90c01e 100644
--- a/keyboards/the_uni/rp_2040/info.json
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/info.json
diff --git a/keyboards/the_uni/rp_2040/readme.md b/keyboards/stenokeyboards/the_uni/rp_2040/readme.md
index 5867a213d9..2dcdf3d540 100644
--- a/keyboards/the_uni/rp_2040/readme.md
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/readme.md
@@ -20,6 +20,6 @@ Enter the bootloader by:
Make examples for this keyboard (after setting up your build environment):
- qmk compile -kb the_uni/rp_2040 -km default
+ qmk compile -kb stenokeyboards/the_uni/rp_2040 -km 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).
diff --git a/keyboards/the_uni/rp_2040/rp_2040.c b/keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.c
index b032a22f42..b032a22f42 100644
--- a/keyboards/the_uni/rp_2040/rp_2040.c
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.c
diff --git a/keyboards/the_uni/rp_2040/rp_2040.h b/keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.h
index 9371c3a241..9371c3a241 100644
--- a/keyboards/the_uni/rp_2040/rp_2040.h
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/rp_2040.h
diff --git a/keyboards/the_uni/rp_2040/rules.mk b/keyboards/stenokeyboards/the_uni/rp_2040/rules.mk
index da6a3dc6a8..da6a3dc6a8 100644
--- a/keyboards/the_uni/rp_2040/rules.mk
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/rules.mk
diff --git a/keyboards/the_uni/usb_c/config.h b/keyboards/stenokeyboards/the_uni/usb_c/config.h
index 02b6ad5a1f..02b6ad5a1f 100644
--- a/keyboards/the_uni/usb_c/config.h
+++ b/keyboards/stenokeyboards/the_uni/usb_c/config.h
diff --git a/keyboards/the_uni/usb_c/info.json b/keyboards/stenokeyboards/the_uni/usb_c/info.json
index b377cdff00..b377cdff00 100644
--- a/keyboards/the_uni/usb_c/info.json
+++ b/keyboards/stenokeyboards/the_uni/usb_c/info.json
diff --git a/keyboards/the_uni/usb_c/readme.md b/keyboards/stenokeyboards/the_uni/usb_c/readme.md
index 23895db39f..f7a630cf86 100644
--- a/keyboards/the_uni/usb_c/readme.md
+++ b/keyboards/stenokeyboards/the_uni/usb_c/readme.md
@@ -10,11 +10,11 @@
Enter the bootloader by:
-* **Physical reset button**: On the Uni v3, briefly press the button on the back of the PCB.
-* **Reset Pads**: Uni v1 and v2 have pins/pads you must short instead (RST to GND).
+- **Physical reset button**: On the Uni v3, briefly press the button on the back of the PCB.
+- **Reset Pads**: Uni v1 and v2 have pins/pads you must short instead (RST to GND).
Make examples for this keyboard (after setting up your build environment):
- make the_uni/usb_c:default
+ make stenokeyboards/the_uni/usb_c: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).
diff --git a/keyboards/the_uni/usb_c/rules.mk b/keyboards/stenokeyboards/the_uni/usb_c/rules.mk
index 5b78a2ede1..5b78a2ede1 100644
--- a/keyboards/the_uni/usb_c/rules.mk
+++ b/keyboards/stenokeyboards/the_uni/usb_c/rules.mk
diff --git a/keyboards/the_uni/usb_c/usb_c.c b/keyboards/stenokeyboards/the_uni/usb_c/usb_c.c
index e690d0a886..e690d0a886 100644
--- a/keyboards/the_uni/usb_c/usb_c.c
+++ b/keyboards/stenokeyboards/the_uni/usb_c/usb_c.c
diff --git a/keyboards/the_uni/usb_c/usb_c.h b/keyboards/stenokeyboards/the_uni/usb_c/usb_c.h
index 9371c3a241..9371c3a241 100644
--- a/keyboards/the_uni/usb_c/usb_c.h
+++ b/keyboards/stenokeyboards/the_uni/usb_c/usb_c.h