Joel Challis 43a27da296 Remove override of QK_{LED,RGB}_MATRIX_TOGGLE keycode (#25672) 4 months ago
..
ansi 6b38dc17cd Remove deprecated `RGB_` and Mouse keycodes (#25444) 1 year ago
board.h 67934546ea Only configure `STM32_HSECLK` within `board.h` (#25001) 1 year ago
c2_pro_v2.c 43a27da296 Remove override of QK_{LED,RGB}_MATRIX_TOGGLE keycode (#25672) 4 months ago
config.h 3c6a691126 keychron/c*_pro_v2: Migrate DIP_SWITCH_PINS (#24978) 1 year ago
halconf.h 6c10839e33 Add Keychron C2 Pro V2 (#24900) 1 year ago
info.json 0bd02952ea Remove `"command":false` from keyboards (#25193) 1 year ago
mcuconf.h 67934546ea Only configure `STM32_HSECLK` within `board.h` (#25001) 1 year ago
readme.md 6c10839e33 Add Keychron C2 Pro V2 (#24900) 1 year ago

readme.md

Keychron C2 Pro V2

Keychron C2 Pro

A customizable 100% keyboard.

Rev1 is based on STM32L432 and rev2 is based on STM32F402.

Make example for this keyboard (after setting up your build environment):

make keychron/c2_pro_v2/ansi/rgb:default
make keychron/c2_pro_v2/ansi/white:default

Flashing example for this keyboard:

make keychron/c2_pro_v2/ansi/rgb:default:flash
make keychron/c2_pro_v2/ansi/white:default:flash

bootloader

Enter the bootloader in two ways:

  • Bootmagic reset: Hold down the key located at K00, commonly programmed as Esc while plugging in the keyboard.
  • Physical reset button: Briefly press the RESET button under the spacebar.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.