activate_wsl.sh 298 B

123456789101112
  1. #!/bin/bash
  2. util_dir=~/qmk_utils
  3. download_dir=$util_dir/wsl_downloaded
  4. export DFU_PROGRAMMER=$download_dir/dfu-programmer/dfu-programmer.exe
  5. export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe
  6. export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe
  7. export BATCHISP=batchisp.exe