Skip to content

Instantly share code, notes, and snippets.

@davewongillies
Last active August 20, 2020 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewongillies/d4daf39c52abee850fe1925d6a67e07b to your computer and use it in GitHub Desktop.
Save davewongillies/d4daf39c52abee850fe1925d6a67e07b to your computer and use it in GitHub Desktop.
Flashing a QMK Proton C for use in a SpaceCat Launch Pad

Compiling and flashing a QMK Proton C for use in a SpaceCat Launch Pad

The following instructions outlines how to flash the firmware on a QMK Proton C controller for use in a SpaceCat Launch Pad.

Launch Pad

Requirements

  • QMK Proton C
  • SpaceCat Launch Pad
  • Steps 1 through 3 of the QMK setup guide has been completed

Compiling and flashing QMK firmware

  1. Go to the directory where you have checked out the qmk firmware
  2. Run env CTPC=yes qmk flash -kb launchpad -km default
  3. When it says Detecting USB port, reset your controller now..., press the reset button on the Proton C or the reset button on the Launch Pad if you soldered one on

Compiling and flashing VIA firmware

  1. Go to the directory where you have checked out the qmk firmware
  2. Run env VIA_ENABLE=yes CTPC=yes qmk flash -kb launchpad -km via
  3. When it says Detecting USB port, reset your controller now..., press the reset button on the Proton C or the reset button on the Launch Pad if you soldered one on

After that you will be able to configure the Launch Pad with the VIA configurator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment