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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/new/keyboard.py b/lib/python/qmk/cli/new/keyboard.py
index cab0198fb..ae4445ca4 100644
--- a/lib/python/qmk/cli/new/keyboard.py
+++ b/lib/python/qmk/cli/new/keyboard.py
@@ -8,4 +8,4 @@ def new_keyboard(cli):
8 """Creates a new keyboard 8 """Creates a new keyboard
9 """ 9 """
10 # TODO: replace this bodge to the existing script 10 # TODO: replace this bodge to the existing script
11 cli.run(['util/new_keyboard.sh'], capture_output=False) 11 cli.run(['util/new_keyboard.sh'], stdin=None, capture_output=False)