diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-17 17:50:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 09:50:58 +0200 |
commit | bc13dcd349430074d4276da33ec282bdd7833c78 (patch) | |
tree | 026c2a870b563e2cb51432b706233323d4c7d027 /docs/getting_started_vagrant.md | |
parent | 55002338b1310bcc7e581ac1e59957e6579ee271 (diff) | |
download | qmk_firmware-bc13dcd349430074d4276da33ec282bdd7833c78.tar.gz |
Remove Atmel FLIP from install scripts and documentation (#8822)
Diffstat (limited to 'docs/getting_started_vagrant.md')
-rw-r--r-- | docs/getting_started_vagrant.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/getting_started_vagrant.md b/docs/getting_started_vagrant.md index da26682d7..7a4541cfc 100644 --- a/docs/getting_started_vagrant.md +++ b/docs/getting_started_vagrant.md @@ -20,7 +20,6 @@ The "easy" way to flash the firmware is using a tool from your host OS: * [QMK Toolbox](https://github.com/qmk/qmk_toolbox) (recommended) * [Teensy Loader](https://www.pjrc.com/teensy/loader.html) -* [Atmel FLIP](http://www.atmel.com/tools/flip.aspx) If you want to program via the command line you can uncomment the ['modifyvm'] lines in the Vagrantfile to enable the USB passthrough into Linux and then program using the command line tools like dfu-util/dfu-programmer or you can install the Teensy CLI version. |