Ortho Staggered ergo split keyboard using Raspberry Pi Pico
- Connect Pico to PC while holding down the "Bootsel" button
- Open Thonny
- Go to: Tools -> Options -> Interpreter
- Choose CircuitPython (RP2040)
- Click on "Install or update CircuitPython"
- Rest is self-explanatory, firmware version 9.0.5 is recommended (code is only tested on this version)
- Flash CircuitPython firmware
- copy "lib" folder of this repo to the Picos internal storage
- Open Thonny
- Execute the actual .py code file
- (rename file to main if it should run automatically on Pico startup)