Last active
August 20, 2020 04:23
-
-
Save davewongillies/d4daf39c52abee850fe1925d6a67e07b to your computer and use it in GitHub Desktop.
Revisions
-
davewongillies revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Launch Pad * QMK Proton C * SpaceCat Launch Pad * [Steps 1 through 3](https://beta.docs.qmk.fm/tutorial/newbs_getting_started#1-download-software) of the QMK setup guide has been completed ## Compiling and flashing QMK firmware -
davewongillies created this gist
Aug 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ # 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](https://qmk.fm/proton-c/) for use in a [SpaceCat Launch Pad](https://spacecat.design/products/launch-pad).  Launch Pad  ## Requirements * QMK Proton C * SpaceCat Launch Pad * [Steps 1 through 3]()https://beta.docs.qmk.fm/tutorial/newbs_getting_started#1-download-software 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](https://github.com/qmk/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](https://github.com/qmk/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](https://github.com/the-via/releases/releases/latest)