Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 846 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 846 Bytes

PinkyPi

Ortho Staggered ergo split keyboard using Raspberry Pi Pico

PinkyPi Concept

PinkyPi Keyboard

Flash CircuitPython firmware:

  1. Connect Pico to PC while holding down the "Bootsel" button
  2. Open Thonny
  3. Go to: Tools -> Options -> Interpreter
  4. Choose CircuitPython (RP2040)
  5. Click on "Install or update CircuitPython"
  6. Rest is self-explanatory, firmware version 9.0.5 is recommended (code is only tested on this version)

Run the keyboard code:

  1. Flash CircuitPython firmware
  2. copy "lib" folder of this repo to the Picos internal storage
  3. Open Thonny
  4. Execute the actual .py code file
  5. (rename file to main if it should run automatically on Pico startup)