Skip to content

Instantly share code, notes, and snippets.

@davewongillies
Last active August 20, 2020 04:23
Show Gist options
  • Save davewongillies/d4daf39c52abee850fe1925d6a67e07b to your computer and use it in GitHub Desktop.
Save davewongillies/d4daf39c52abee850fe1925d6a67e07b to your computer and use it in GitHub Desktop.

Revisions

  1. davewongillies revised this gist Aug 20, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion HOWTO.md
    Original 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
    * [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

  2. davewongillies created this gist Aug 20, 2020.
    31 changes: 31 additions & 0 deletions HOWTO.md
    Original 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).

    ![](https://cdn.shopify.com/s/files/1/2563/1456/products/IMG_0282_1024x1024.png?v=1583272636)
    Launch Pad

    ![](https://i.imgur.com/GdsN1Rd.jpg)

    ## 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)