* [Keyboard] Add pimoroni/keybow2040 * [Keyboard] Update pimoroni/keybow2040 Co-Authored-By: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-Authored-By: Joel Challis <git@zvecr.com> Co-Authored-By: Sandy Macdonald <1325593+sandyjmacdonald@users.noreply.github.com> --------- Co-authored-by: Tony Finch <dot@dotat.at> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sandy Macdonald <1325593+sandyjmacdonald@users.noreply.github.com>
1.7 KiB
Keybow 2040
The Pimoroni Keybow 2040 is a 16 key mechanical macropad controlled by a Raspberry Pi RP2040, with Kailh hot swap sockets and per key RGB lighting, in a decorative FR4 sandwich. The Keybow 2040 is also known by its codename Venus Dust, or its product codes of the form PIM56x.
- Original Keyboard Maintainer: Tony Finch
- Keyboard Maintainer: Wilfried Jeanniard and Sandy Macdonald
- Hardware Supported: Keybow 2040
- Hardware Availability: Pimoroni
Usage
The bootloader button is used to switch from one layer to another, the first layer is used for macros and shortcuts, while the second layer controls RGB lights. You can modify this behavior using the QMK configurator.
Build
Make example for this keyboard (after setting up your build environment):
make pimoroni/keybow2040:default
Flashing example for this keyboard:
make pimoroni/keybow2040: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 3 ways:
- Bootmagic reset: Hold down the top left key and plug in the keyboard
- Physical reset button: Hold down BOOTSEL while pressing RESET
- Keycode in layout: Press the key mapped to
QK_BOOT
if it is available