Skip to content

Instantly share code, notes, and snippets.

@JRJurman
Last active March 1, 2020 18:27
Show Gist options
  • Save JRJurman/2ee53039e9012e2de6fc26fa3d8df8c6 to your computer and use it in GitHub Desktop.
Save JRJurman/2ee53039e9012e2de6fc26fa3d8df8c6 to your computer and use it in GitHub Desktop.
Personal guide for flashing new layouts on the Planck EZ
## Links
https://docs.qmk.fm/#/newbs
https://qmk.fm/toolbox/
## Steps
1. Run MSYS2
2. Open QMK Toolbox
3. In MSYS2, CD to the `qmk_firmware` folder (you will need to run `cd /c/` to get to a normal drive)
4. Run `make <keyboard>/<version>:<layout>`, e.g. `make planck/ez:jesse`
5. Drag the generated `.bin` file into the qmk toolbox
6. Hit the reset key on the keyboard
7. Hit flash button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment