logo

qmk_firmware

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

readme.md (1010B)


  1. # CHERISH-75
  2. A customizable 75% keyboard, support both HOTSWAP and SOLDER.
  3. * Keyboard Maintainer: [gezhaoyou](https://github.com/gezhaoyou)
  4. * Hardware Supported: [gezhaoyou](https://github.com/gezhaoyou)
  5. * Hardware Availability: [Cherish-75](https://github.com/gezhaoyou/Cherish-75)
  6. Make example for this keyboard (after setting up your build environment):
  7. **default**:
  8. ```shell
  9. qmk compile -kb soda/cherish -km default
  10. ```
  11. **via:**
  12. ```shell
  13. qmk compile -kb soda/cherish -km via
  14. ```
  15. ## Bootloader
  16. Enter the bootloader in 2 ways:
  17. * **Physical reset button**: Briefly press the button: [boot] first, then press button: [reset] on the back of the PCB
  18. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  19. 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).