Miryoku firmware in Python #58
Replies: 1 comment 1 reply
-
Thanks very much for sharing your work here! I hope Show and Tell will be used to share anything related to Miryoku, so this is an excellent start to that! The keyboard looks great, and the build guide is wonderful! I've long wanted to build a DM with a smoothly contoured case. And it's nice that the MCUs have enough I/O to wire the switches directly. I also love the use of magnets. I use magnetic tent legs, and am planning a magnetic alternative to the tripod socket used here. The firmware is great too! I think I've seen other Circuit Python based firmware, but maybe not with mod tap support suitable for home row mods. It'd be pretty straightforward to generate your |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm a big fan of the Miryoku layout and I created my own keyboard and firmware using CircuitPython to implement something similar. Just because I love systems without big dependencies. The firmware is fully self contained and does not need a development environment.
The firmware: https://github.com/akaenner/picosplit
The keyboard: https://kaenner.de/picosplit
Beta Was this translation helpful? Give feedback.
All reactions