1
0
Fork 0

Make symlink to utils and export programmer variables

This commit is contained in:
Fred Sundvik 2017-05-28 20:11:56 +03:00
parent 9c582fc797
commit b8899b48b4
2 changed files with 18 additions and 1 deletions

12
util/activate_wsl.sh Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
util_dir=~/qmk_utils
download_dir=$util_dir/wsl_downloaded
export DFU_PROGRAMMER=$download_dir/dfu-programmer/dfu-programmer.exe
export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe
export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe
export BATCHISP=$download_dir/Flip/bin/batchisp.exe