logo

qmk_firmware

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

readme.md (947B)


  1. # zhou65 version 1.0
  2. A 65% keys keyboard with rgb (keys).
  3. This keyboard use 16mhz HSE and STM32F401 as MCU.
  4. - Keyboard Maintainer: https://github.com/jiaxin96
  5. - Hardware Supported: zhou65
  6. - Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard
  7. Make example for this keyboard (after setting up your build environment):
  8. make yandrstudio/zhou65:default
  9. See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
  10. ## Bootloader
  11. Enter the bootloader in 3 ways:
  12. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key which is Escape in this keyboard) and plug in the keyboard
  13. * **Physical reset pins**: Short circuit the `bt0` and `vcc` pins on the back of the PCB and plug in the keyboard
  14. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.