qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1697B)


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