diff --git a/keyboards/the_uni/info.json b/keyboards/stenokeyboards/the_uni/info.json
similarity index 100%
rename from keyboards/the_uni/info.json
rename to 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
similarity index 100%
rename from keyboards/the_uni/keymaps/default/keymap.c
rename to 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
similarity index 100%
rename from keyboards/the_uni/keymaps/qwerty/keymap.c
rename to 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
similarity index 100%
rename from keyboards/the_uni/pro_micro/config.h
rename to 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
similarity index 100%
rename from keyboards/the_uni/pro_micro/info.json
rename to 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
similarity index 100%
rename from keyboards/the_uni/pro_micro/pro_micro.c
rename to 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
similarity index 100%
rename from keyboards/the_uni/pro_micro/pro_micro.h
rename to 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
similarity index 95%
rename from keyboards/the_uni/pro_micro/readme.md
rename to 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
similarity index 100%
rename from keyboards/the_uni/pro_micro/rules.mk
rename to keyboards/stenokeyboards/the_uni/pro_micro/rules.mk
diff --git a/keyboards/the_uni/readme.md b/keyboards/stenokeyboards/the_uni/readme.md
similarity index 88%
rename from keyboards/the_uni/readme.md
rename to 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
similarity index 100%
rename from keyboards/the_uni/rp_2040/config.h
rename to 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
similarity index 100%
rename from keyboards/the_uni/rp_2040/info.json
rename to 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
similarity index 94%
rename from keyboards/the_uni/rp_2040/readme.md
rename to 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
similarity index 100%
rename from keyboards/the_uni/rp_2040/rp_2040.c
rename to 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
similarity index 100%
rename from keyboards/the_uni/rp_2040/rp_2040.h
rename to 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
similarity index 100%
rename from keyboards/the_uni/rp_2040/rules.mk
rename to 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
similarity index 100%
rename from keyboards/the_uni/usb_c/config.h
rename to 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
similarity index 100%
rename from keyboards/the_uni/usb_c/info.json
rename to 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
similarity index 74%
rename from keyboards/the_uni/usb_c/readme.md
rename to 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
similarity index 100%
rename from keyboards/the_uni/usb_c/rules.mk
rename to 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
similarity index 100%
rename from keyboards/the_uni/usb_c/usb_c.c
rename to 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
similarity index 100%
rename from keyboards/the_uni/usb_c/usb_c.h
rename to keyboards/stenokeyboards/the_uni/usb_c/usb_c.h