summaryrefslogtreecommitdiffstats
path: root/util/activate_wsl.sh
blob: afff5addccc85db55df5fb84ba844fe716af8272 (plain)
1
2
3
4
5
6
7
8
9
10
11
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=batchisp.exe