QMK: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
== Flash firmware under Windows == | == Flash firmware on Teensy under Windows == | ||
* | * Teensy Loader Application | ||
** https:// | ** https://www.pjrc.com/teensy/loader.html |
Revision as of 09:39, 21 June 2020
Create firmware under Linux
git clone https://github.com/qmk/qmk_firmware.git cd qmk_firmware python3 -m venv env source env/bin/activate python3 -m pip install wheel python3 -m pip install qmk qmk qmk setup
Flash firmware on Teensy under Windows
- Teensy Loader Application