logo

qmk_firmware

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

readme.md (1270B)


  1. # Keychron C1 Pro V2
  2. ![Keychron C1 Pro](https://i.imgur.com/Svdm4lph.jpg)
  3. A customizable 80% TKL keyboard.
  4. v1 is based on STM32L432 and v2 is based on STM32F402.
  5. * Keyboard Maintainer: [Keychron](https://github.com/keychron)
  6. * Hardware Supported: Keychron C1 Pro
  7. * Hardware Availability: [Keychron](https://www.keychron.com)
  8. Make example for this keyboard (after setting up your build environment):
  9. make keychron/c1_pro_v2/ansi/rgb:default
  10. make keychron/c1_pro_v2/ansi/white:default
  11. make keychron/c1_pro_v2/ansi/non_light:default
  12. Flashing example for this keyboard:
  13. make keychron/c1_pro_v2/ansi/rgb:default:flash
  14. make keychron/c1_pro_v2/ansi/white:default:flash
  15. make keychron/c1_pro_v2/ansi/non_light:default:flash
  16. ## bootloader
  17. Enter the bootloader in two ways:
  18. * **Bootmagic reset**: Hold down the key located at *K00*, commonly programmed as *Esc* while plugging in the keyboard.
  19. * **Physical reset button**: Briefly press the RESET button under the spacebar.
  20. 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).