Last active
March 1, 2020 18:27
-
-
Save JRJurman/2ee53039e9012e2de6fc26fa3d8df8c6 to your computer and use it in GitHub Desktop.
Personal guide for flashing new layouts on the Planck EZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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