Skip to content

Instantly share code, notes, and snippets.

@dfrankland
Created October 4, 2022 01:18
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 dfrankland/d4c0ee659c62cc9112a3bcacfdd7ff2b to your computer and use it in GitHub Desktop.
Save dfrankland/d4c0ee659c62cc9112a3bcacfdd7ff2b to your computer and use it in GitHub Desktop.
Building QMK firmware on Mac

Building QMK firmware on Mac

Just edit the make command in utils/docker_build.sh and then run the utils/docker_build.sh file (you may still need to provide the keyboard:keymap:target though).

Example for faux fox v2

Edit the last line of utils/docker_build.sh:

make fingerpunch/ffkb_byomcu/v2:manna-harbour_miryoku FP_EVQ_UNDER_PALMS=yes CIRQUE_ENABLE=yes CONVERT_TO=stemcell MIRYOKU_ALPHAS=QWERTY

Run the following on the CLI:

./util/docker_build.sh fingerpunch/ffkb_byomcu/v2:manna-harbour_miryoku

This should output a file in the base of the qmk_firmware repo for use in flashing a keyboard.

NOTE

The CONVERT_TO argument will dictate the output file type.

Use the proper setting for your particular keyboard.

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