logo

qmk_firmware

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

readme.md (1497B)


  1. # Harite v2 (Cirque trackpad version)
  2. 5 way switch directional keyboard
  3. ![Harite-v2](https://i.imgur.com/v8kUtL3.jpeg)
  4. * Keyboard Maintainer: [Dane Lipscombe](https://github.com/dlip)
  5. * Hardware Supported: Harite v2 (Cirque trackpad version)
  6. * Hardware Availability: <https://github.com/dlip/harite-v2>
  7. Make example for this keyboard (after setting up your build environment):
  8. ```bash
  9. make dlip/haritev2/dual_cirque:default
  10. ```
  11. Flashing example for this keyboard:
  12. ```bash
  13. # For the left half...
  14. make dlip/haritev2/dual_cirque:default:uf2-split-left
  15. # or the qmk cli equivalent:
  16. qmk flash -kb dlip/haritev2/dual_cirque --keymap default -bl uf2-split-left
  17. # For the right half...
  18. make dlip/haritev2/dual_cirque:default:uf2-split-right
  19. # or the qmk cli equivalent:
  20. qmk flash -kb dlip/haritev2/dual_cirque --keymap default -bl uf2-split-right
  21. ```
  22. 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).
  23. ## Bootloader
  24. Enter the bootloader in 3 ways:
  25. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  26. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  27. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available