Skip to content

Instantly share code, notes, and snippets.

@pioz
Last active June 9, 2022 10:18
Show Gist options
  • Save pioz/fa56a5821874c95731f91437a8e40292 to your computer and use it in GitHub Desktop.
Save pioz/fa56a5821874c95731f91437a8e40292 to your computer and use it in GitHub Desktop.
compile qmk firmware

Install qmk

brew install qmk/qmk/qmk

Config qmk environment

qmk config user.keyboard=gmmk/pro/rev1/ansi
qmk config user.keymap=pioz

Compile firmware

qmk compile

firmware will be saved in ./gmmk_pro_ansi_pioz.bin

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