Remove Atmel FLIP from install scripts and documentation (#8822)

This commit is contained in:
Ryan 2020-04-17 17:50:58 +10:00 committed by GitHub
parent 55002338b1
commit bc13dcd349
Failed to generate hash of commit
18 changed files with 2 additions and 89 deletions

View file

@ -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.