logo

qmk_firmware

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

readme.md (1586B)


  1. # CHORD ZERO Stenographic Keyboard
  2. ![CHORD ZERO](https://i.imgur.com/aS2MPQ2h.jpg)
  3. CHORD ZERO is a stenographic keyboard that can be used with
  4. [Plover](https://www.openstenoproject.org/plover/) or any other application
  5. that supports the [TX
  6. Bolt](https://docs.qmk.fm/#/feature_stenography?id=tx-bolt) or
  7. [GeminiPR](https://docs.qmk.fm/#/feature_stenography?id=geminipr) protocol.
  8. * Keyboard Maintainer: [Simon Hengel](https://github.com/sol)
  9. * Hardware Supported: REV 0, REV 1
  10. * Hardware Availability: https://github.com/sol/chord-zero#readme
  11. Make example for this keyboard (after setting up your build environment):
  12. make chord/zero:default
  13. or
  14. qmk compile -kb chord/zero -km default
  15. This will generate `chord_zero_default.uf2`.
  16. 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).
  17. ## Bootloader
  18. Enter the bootloader in 3 ways:
  19. * **Reset key combo**: Press the six keys at the outer columns on each side of the keyboard simultaneously while it is plugged in
  20. * **Bootmagic reset**: Hold down the top left key and plug in the keyboard
  21. * **Physical reset button**: Press the button on the back of the PCB and plug in the keyboard
  22. Once the keyboard is in bootloader mode you can mount it as a USB mass storage
  23. device and copy the firmware (the file `chord_zero_default.uf2`) onto it. Once
  24. copying is completed the keyboard will reboot automatically.