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