point setup.sh at upstream

This commit is contained in:
Richard Jones 2020-09-06 17:54:45 +01:00 committed by GitHub
parent 80034c0078
commit 01da54aadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ select opt in "${options[@]}" "Quit"; do
done
if [ "$split" == "n" ]; then
repo_path="https://github.com/bmcgavin/zmk-config-template.git"
repo_path="https://github.com/zmkfirmware/zmk-config-template.git"
fi
read -e -p "Copy in the stock keymap for customization? [Yn]: " copy_keymap