Open Source Goodies

If you’re inclined to go whole-hog and print the cases yourself, you can generate the models we use with our open source generator found here on GitHub.

Wylderbuilds’ Case Generator Repository

It’s all in Python and the README should get you up and running (possibly). But if you need help, absolutely feel free to reach out.

It’s originally forked with EXTREME THANKS from GitHub user joshreve’s fantastic port of the original Clojure generator to Python. It can be found here:

Josh’s GitHub Repository

For firmware options, we also maintain a fork of Vial-QMK with all the various sorts of builds we’ve done so far. They’re all based on rp2040 controllers there’s a folder for our trackball builds. It can be found here:

Wylderbuilds’ Vial-QMK Fork

Finally, if you’re feeling experimental with firmware, we’ve been excited to play around with KMK, a newer keyboard firmware based entirely on CircuitPython. Give it a look!

KMK firmware on GitHub