mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-28 01:55:38 -04:00
- Cleanup unused code and updated documentation - add dynamic layout selection - Leveraged common_features.mk framework - Configure layout in keymap rules.mk - Will test more but it is ready to ship |
||
---|---|---|
.. | ||
2040.c | ||
2040.h | ||
config.h | ||
halconf.h | ||
mcuconf.h | ||
readme.md | ||
rules.mk |
KLOR keyboard with RP2040 MCU
This is the RP2040 revision of the firmware.
You can use several RP2040 based MCUs with Pro Micro formfactor.
By default the config is setup for the pinout of the Sparkfun Pro Micro RP2040, which is used by most of the RP2040 based MCUs. Since the KB2040/Blok/Elite-Pi have a slightly different pinout you need to change this line
CONVERT_TO = promicro_rp2040
to one of tis lines
CONVERT_TO = kb2040
CONVERT_TO = blok
CONVERT_TO = elite_pi
in the /2040/rules.mk
file.
Bootloader
Enter the bootloader in 3 ways:
- Keycode in layout: Press the key mapped to
QK_BOOTLOADER
if it is configured. - Physical reset button: Quick double-tap on the reset button soldered on the PCB.
- Controller boot button: Hold the
BOOT
button on the controller and plug in the USB. - Bootmagic reset: Hold down the top left key on the left half and plug in the controller.