Welcome to the official firmware repo for the Pluton Modular KO Clock.
More information will become available closer to launch!
KO Clock is an upcoming clock source/subdivision module in Eurorack format, available soon enough. I'm making this an open source firmware in the hopes that any shortcomings can be located and fixed by people with more experience and talent than me. 😄
These instructions are for setting up a development environment for this firmware; You only need to do this if you'd like to contribute or modify it for your own use.
See the releases page if you just want to update your device!
- Install VS Code
- Install VS Code Extensions
- Install "Github Pull Requests and Issues" (VSCode Extension)
- Don't forget to log in to your github account through the sidebar!
- Install Platformio (VSCode Extension)
- Updated fork: Install WizIO-Pico in Platformio
- Go to PIO Home > Platforms > Advanced Installation
- Paste in
https://github.com/OpenStickFoundation/wizio-pico - Press Install
- Install "Github Pull Requests and Issues" (VSCode Extension)
- Clone this repo
- Press
Ctrl+Shift+Pin VS Code to pull up the command bar - Search for "Git: Clone"
- Select "Clone From Github"
- Paste in the repo URL:
https://github.com/PlutonModular/KO-Clock-FW.git - Select yourself a cool little folder to put it in
- Press
- You win!!
If anything acts wonky, be sure you've completely installed everything in step 2.