diff options
author | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-04 10:15:21 -0500 |
---|---|---|
committer | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-04 10:15:21 -0500 |
commit | de1e200021dc55facd84a210ff0b22d366cfc290 (patch) | |
tree | 9f60f0fffa305aefe7291d38474a52cfab41dae4 /new_project.sh | |
parent | ccf848917b7e931327f6c4a469877e9d8ef238ea (diff) |
Fix #174
Diffstat (limited to 'new_project.sh')
-rwxr-xr-x | new_project.sh | 3 |
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 "######################################################" |