-
Notifications
You must be signed in to change notification settings - Fork 53
Tutorial
HASUMI Hitoshi edited this page Jan 21, 2022
·
10 revisions
First of all, you should:
- Be knowledgeable how to install a UF2 file into Raspi Pico on https://www.raspberrypi.org/documentation/rp2040/getting-started/#getting-started-with-c
- https://learn.sparkfun.com/tutorials/pro-micro-rp2040-hookup-guide will also be helpful if you use Sparkfun Pro Micro RP2040
-
Download the newest release binary from Releases
-
Unzip it. You should get a file that looks like
prk_firmware-0.9.0-20210910-xxxxxxxx.uf2
-
Flash the uf2 into RP2040 in BOOTSEL mode
-
PRKFirmware
mass storage drive should be mounted, then drag and drop yourkeymap.rb
Your keyboard will automatically reboot. Enjoy!
Tip: RP2040 in which PRK Firmware is already installed can reboot to BOOTSEL mode by double-pressing the RESET button without detaching the USB cable.
- Getting started
- Keyboard features
- Keycodes (ja)
- Mouse (ja)
- Layers and mode key (ja)
- Debounce
- Composite key
- Split-type keyboard
- Keyscan matrix
- Num Lock, Caps Lock and Scroll Lock
- Useful methods that make you free
- BIOS mode
- Other features
- Examples
- Development
- Contribute to the Wiki
- FAQ