mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
4055798807
Co-authored-by: Ryan <fauxpark@gmail.com>
1.3 KiB
1.3 KiB
Piantor UV 44
PiantorUV44 is a Piantor/Cantor fork with Raspberry Pi Pico, hybrid hotswap socket and soldered-in switches support and flippable PCB.
- Keyboard Maintainer: azhizhinov
- Hardware Supported: RP2040
- Hardware Availability: https://github.com/azhizhinov/PIANTORUV44
Make example for this keyboard (after setting up your build environment):
make piantoruv44:default
Flashing example for this keyboard:
make piantoruv44:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Bootloader
Enter the bootloader in 2 ways:
- Physical reset button: Hold the
BOOT
button on the Pico and press theRST
button on the Pico, release the theRST
button before theBOOT
button. - Keycode in layout: Press the key mapped to
QK_BOOT
if it is available Once you enter the bootloader, the keyboard will show up as a USB device on your computer, you could drag and drop a firmware file to flash it, but I recommend using the flash commands for the respective side.