logo

qmk_firmware

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

readme.md (953B)


  1. # crowboard
  2. ![crowboard](https://i.imgur.com/Rg7IYPwh.jpg)
  3. RP2040 based 36 key keyboard
  4. * Keyboard Maintainer: [doesntfazer](https://github.com/doesntfazer)
  5. * Hardware Supported: Raspberry Pi Pico
  6. * Hardware Availability: keyboarddweebs.net
  7. ## Bootloader
  8. Enter the bootloader in 2 ways:
  9. * **Physical reset button**: Hold the button down on the raspberry pi pico while plugging it in. There is no reset button on the pcb.
  10. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  11. Make example for this keyboard (after setting up your build environment):
  12. make crowboard:default
  13. Flashing example for this keyboard:
  14. make crowboard:default:flash
  15. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).