You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
321 B
Bash
13 lines
321 B
Bash
8 years ago
|
#!/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
|
||
|
|
||
|
|
||
|
|