logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1697B)


  1. # Keybow 2040
  2. ![Keybow 2040 board](https://i.imgur.com/WDGDOkb.jpeg)
  3. The [Pimoroni Keybow 2040](https://shop.pimoroni.com/products/keybow-2040) is a 16 key mechanical macropad
  4. controlled by a Raspberry Pi RP2040, with Kailh hot swap sockets and
  5. per key RGB lighting, in a decorative FR4 sandwich. The Keybow 2040 is
  6. also known by its codename Venus Dust, or its product codes of the
  7. form PIM56x.
  8. * Original Keyboard Maintainer: [Tony Finch](https://github.com/fanf2)
  9. * Keyboard Maintainer: [Wilfried Jeanniard](https://github.com/willoucom) and [Sandy Macdonald](https://github.com/sandyjmacdonald)
  10. * Hardware Supported: Keybow 2040
  11. * Hardware Availability: [Pimoroni](https://shop.pimoroni.com/products/keybow-2040)
  12. ## Usage
  13. 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.
  14. ## Build
  15. Make example for this keyboard (after setting up your build environment):
  16. make pimoroni/keybow2040:default
  17. Flashing example for this keyboard:
  18. make pimoroni/keybow2040:default:flash
  19. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools)
  20. and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide)
  21. for more information. Brand new to QMK? Start with our
  22. [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  23. ## Bootloader
  24. Enter the bootloader in 3 ways:
  25. * **Bootmagic reset**: Hold down the top left key and plug in the keyboard
  26. * **Physical reset button**: Hold down BOOTSEL while pressing RESET
  27. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available