Skip to main content

Uni 3d Printed Midpiece Case

Hello everyone! I've made a midpiece for the Uni v2 that can be printed. You can find the stl file here: https://github.com/petercpark/uni-case/raw/main/midpiece/Files/midpiece-promicro.stl. Here is how it looks:




Comments

  1. Hey, I found this article while looking for an available 3d printable case for the Uni. The Github link isn't working anymore and I was wondering if it could be reuploaded. Thank you!

    ReplyDelete

Post a Comment

Popular posts from this blog

Steno In a Nutshell

Quick, read this sentence out loud. Now, try to type that same sentence. Which was faster? Most people can read much faster than they can type. Stenographers, on the other hand, can type as fast as you read! But what is steno anyways? Sometimes, steno feels like magic. Words. Entire words, magically appearing on the screen. Steno is a method of writing that allows the user to press multiple keys at the same time to make an entire word. Here's a video of me doing stenography. Huh? Watch it again. Maybe you can understand it the second time around. Or maybe not. Still confused? I was too. But it turns out, it's not as complicated as it looks. Steno might look like playing a piano, and you're not wrong... Piano and steno are actually quite similar. Both use chords to represent sounds. Phonetic Spelling You write in steno by typing words as they sound. You spell "cat" by typing "KAT" in steno. There are only 22 letter keys on the steno layout even though the...

Steno with the Uni: How to connect it with Plover.

See the updated guide on setting up the Uni here! Thanks for purchasing the Uni! This is the layout: If you bought the PCB version click  here  for the build guide. Everything below is for those who ordered the fully assembled version. Fully Assembled Setup The fully assembled Uni will come ready to use out of the box. Almost. You just need to have Plover installed on your computer. Make sure to get the latest build. How to install Plover  : Click on the latest version of Plover (continuous 4.0.0 or whatever is newest). Under Assets install the Windows Installer (or macOS or Linux depending on your operating system). Go through the installation setup If you already have Plover installed do this: Open Plover. Click the Configure gear icon on the top left corner. Click on the Machine tab. Click on the drop down next to Machine: and select Gemini PR Below, click on the button that says Scan. Click on the drop down for Port and select the COM number that popped up. If more ...

How to do NKRO on QMK for stenography

This is not an in-depth tutorial, but a pile of resources for future reference. If your keyboard is mechanical and it uses QMK Firmware, try holding LeftShift+RightShift+N to enable nkro. If that doesn't work, check the  QMK docs . If you're really savvy, you can manually edit the firmware code. The most important piece of code is the #define FORCE_NKRO in the config.h file. More information on qmk and steno can be found  here . You can also check out the_uni branch on my fork of the qmk firmware github to see an example of the firmware that a Uni uses.