mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 15:04:11 +00:00
.. | ||
keymaps/default | ||
config.h | ||
humble40.c | ||
humble40.h | ||
info.json | ||
readme.md | ||
rules.mk |
rp2040_example
-
Sample implementation for RP2040.
-
Keyboard Maintainer: sekigon-gonnoc
Make example for this keyboard (after setting up your build environment):
make rp2040_example:default
Flashing example for this keyboard by picotool
:
make rp2040_example:default:flash
Convert firmware into uf2 format:
make rp2040_example:default:uf2
To replace Pro Micro to Pico Micro, use CTPIM=yes
(CONVERT_TO_PICO_MICRO=yes
):
make <your_keyboard>:<your_keyamp>:<output option> CTPIM=yes
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.