-
Notifications
You must be signed in to change notification settings - Fork 53
Tutorial
HASUMI Hitoshi edited this page Jan 25, 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
-
Drag and drop the uf2 file into the
RPI-RP2
drive which BOOTSEL-mode RP2040 mounts -
RPI-RP2
drive will disappear, after a few seconds,PRKFirmware
mass storage drive will automatically mount instead -
Drag and drop your
keymap.rb
into thePRKFirmware
drive
PRK Firmware will automatically reload the keymap.rb
. Enjoy!
- Dragging and dropping
keymap.rb
does not unmount thePRKFirmware
drive - Reloading
keymap.rb
takes five to seven seconds depending on thekeymap.rb
and the circuit - It looks nothing happened even if a new
keymap.rb
was successfully reloaded especially in case your keyboard doesn't have RGBLED on it. But the new configuration should have been applied if there is no trouble with thekeymap.rb
- If your
keymap.rb
doesn't work, Debug-print page may help you - When you want to install a new uf2 file, make sure the mass storage drive is
RPI-RP2
, notPRKFirmware
- RP2040 in which PRK Firmware is already installed can reboot to BOOTSEL mode and mount
RPI-RP2
drive 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