aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/cli/new/keyboard.py')
-rw-r--r--lib/python/qmk/cli/new/keyboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/qmk/cli/new/keyboard.py b/lib/python/qmk/cli/new/keyboard.py
index 9e4232679..369d2bd7d 100644
--- a/lib/python/qmk/cli/new/keyboard.py
+++ b/lib/python/qmk/cli/new/keyboard.py
@@ -115,9 +115,9 @@ def find_user_name():
115 115
116 116
117def copy_templates(keyboard_type, keyboard_path): 117def copy_templates(keyboard_type, keyboard_path):
118 """Copies the template files from quantum/template to the new keyboard directory. 118 """Copies the template files from data/templates to the new keyboard directory.
119 """ 119 """
120 template_base_path = Path('quantum/template') 120 template_base_path = Path('data/templates')
121 keyboard_basename = keyboard_path.name 121 keyboard_basename = keyboard_path.name
122 122
123 cli.log.info('Copying base template files...') 123 cli.log.info('Copying base template files...')