Skip to content

Instantly share code, notes, and snippets.

@ciampo
Created September 1, 2019 07:31
Show Gist options
  • Save ciampo/889c700896ba95c01d450b3eb00a8e73 to your computer and use it in GitHub Desktop.
Save ciampo/889c700896ba95c01d450b3eb00a8e73 to your computer and use it in GitHub Desktop.
Instructions on how to setup the QMK environment and flashing the firmware on the cookpad macropad

Prerequisites

  • git (every mac should have it)
  • homebrew (install instructions here)

How to download and setup the QMK environment (on Mac)

  1. Open the terminal app
  2. cd ~/Downloads
  3. git clone --recurse-submodules https://github.com/takai/qmk_firmware.git
  4. cd qmk_firmware
  5. git checkout cookpad-pad
  6. util/qmk_install.sh (this step may take a while)

How to flash the firmware on the cookpad macropad

  1. Connect the macropad to your laptop
  2. make cookpad_pad:default:dfu

Resources

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