qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1262B)


      1 # Keychron C2 Pro V2
      2 
      3 ![Keychron C2 Pro](https://i.imgur.com/BQE1tFO.jpg)
      4 
      5 A customizable 100% keyboard.
      6 
      7 Rev1 is based on STM32L432 and rev2 is based on STM32F402.
      8 
      9 * Keyboard Maintainer: [Keychron](https://github.com/keychron)
     10 * Hardware Supported: Keychron C2 Pro
     11 * Hardware Availability: [Keychron C2 Pro QMK/VIA Wired Mechanical Keyboard](https://www.keychron.com/products/keychron-c2-pro-qmk-via-wired-mechanical-keyboard)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make keychron/c2_pro_v2/ansi/rgb:default
     16     make keychron/c2_pro_v2/ansi/white:default
     17 
     18 Flashing example for this keyboard:
     19 
     20     make keychron/c2_pro_v2/ansi/rgb:default:flash
     21     make keychron/c2_pro_v2/ansi/white:default:flash
     22 
     23 ## bootloader
     24 
     25 Enter the bootloader in two ways:
     26 
     27 * **Bootmagic reset**: Hold down the key located at *K00*, commonly programmed as *Esc* while plugging in the keyboard.
     28 * **Physical reset button**: Briefly press the RESET button under the spacebar.
     29 
     30 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).