-
Notifications
You must be signed in to change notification settings - Fork 53
FAQ
-
Q: Can I use Sparkfun Pro Micro RP2040 as a drop-in replacement instead of a Pro Micro without having to modify the CRKBD PCB?
A: Yes you can! However, note that exising LEDs on your CRKBD may not blink
RGBLED feature is still not implemented on PRK. And don't expect your existing CRKBS's LEDs will blink even if the feature is readybecause the logic voltage of RP2040 is 3.3V while 5V on "normal Pro Micro". It depends on the specificaion of LED.In terms of 3.3V, you should be careful of the same thing which is warned on Proton-C: https://qmk.fm/proton-c/
Some of the PCBs compatible with Pro Micro have VCC (3.3V) and RAW (5V) pins connected (shorted) on the pcb. Using the Proton C will short 5V power from USB and regulated 3.3V which is connected directly to the MCU. Shorting those pins may damage the MCU on the Proton C.
So far, it appears that this is only an issue on the Gherkin PCBs, but other PCBs may be affected in this way.
In this case, you may want to not hook up the RAW pin at all.
-
Q: "PRKFirmware" drive is no longer mounted after installing the newest release, why?
A: The data in the flash ROM of RP2040 occasionally brakes for some reason.
Try downloading
flush_nuke.uf2
from the following page and installing it in "RPI-RP2" drive (not "PRKFirmware" drive).It initializes the flash ROM and possibly solves your problem.
-
Q: The newest release of PRK Firmware no longer works well while it seems to boot successfully, why?
A: PRK Firmware might get a breaking change. Take a good look at CHANGELOG.md
- 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