summaryrefslogtreecommitdiff
path: root/new_project.sh
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-01-23 20:45:52 -0500
committerJack Humbert <jack.humb@gmail.com>2016-01-23 20:45:52 -0500
commit24f2698fba0055128eb90fbde793e3c84900df69 (patch)
tree92bc3dcd1e7fb4635b4ad64b2bfca1099711035f /new_project.sh
parent6a55a5fe484f15f37e790e276cb77ae06b534358 (diff)
changes to the template
Diffstat (limited to 'new_project.sh')
-rwxr-xr-xnew_project.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/new_project.sh b/new_project.sh
index 86ecf692f4..199ced4113 100755
--- a/new_project.sh
+++ b/new_project.sh
@@ -12,7 +12,7 @@ sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/template.c > keyboard/$KEYBOA
sed -e "s;%KEYBOARD%;$KEYBOARD;g" quantum/template/config.h > keyboard/$KEYBOARD/config.h
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/keymap_default.c > keyboard/$KEYBOARD/keymaps/keymap_default.c
+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 "######################################################"