summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-03-04 10:16:07 -0500
committerJack Humbert <jack.humb@gmail.com>2016-03-04 10:16:07 -0500
commit984c82a0f86031eb259f47becff5cbfc74965e5e (patch)
tree9f60f0fffa305aefe7291d38474a52cfab41dae4
parentccf848917b7e931327f6c4a469877e9d8ef238ea (diff)
parentde1e200021dc55facd84a210ff0b22d366cfc290 (diff)
Merge pull request #175 from NoahAndrews/fix-#174
Fix #174
-rwxr-xr-xnew_project.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/new_project.sh b/new_project.sh
index 199ced4113..28de9c2f9f 100755
--- a/new_project.sh
+++ b/new_project.sh
@@ -13,10 +13,9 @@ sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/config.h > keyboard/$KEYBOARD
sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/README.md > keyboard/$KEYBOARD/README.md
sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/Makefile > keyboard/$KEYBOARD/Makefile
sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/keymaps/default.c > keyboard/$KEYBOARD/keymaps/default.c
-cp quantum/template/bootloader.hex keyboard/$KEYBOARD/bootloader.hex
echo "######################################################"
echo "# keyboard/$KEYBOARD project created. To start"
echo "# working on things, use the following command:"
echo "# cd keyboard/$KEYBOARD"
-echo "######################################################" \ No newline at end of file
+echo "######################################################"