summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new/keyboard.py
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-24 17:07:11 +0100
committerGitHub <noreply@github.com>2021-08-24 17:07:11 +0100
commit2cade3a48300e0709f8aec68602faf90947b6738 (patch)
tree20d4e05ccb92ebf35c7aa3ab281590302e9befa9 /lib/python/qmk/cli/new/keyboard.py
parent2827a3cf754c2eaca37a0d44a5901741f1855414 (diff)
Align some quantum sub-directories (#14134)
* Misc folder tidy * Review comments * Remove redundant entry
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 9e4232679d..369d2bd7da 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():
def copy_templates(keyboard_type, keyboard_path):
- """Copies the template files from quantum/template to the new keyboard directory.
+ """Copies the template files from data/templates to the new keyboard directory.
"""
- template_base_path = Path('quantum/template')
+ template_base_path = Path('data/templates')
keyboard_basename = keyboard_path.name
cli.log.info('Copying base template files...')