summaryrefslogtreecommitdiff
path: root/bin/qmk
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-03-18 16:10:40 -0700
committerGitHub <noreply@github.com>2021-03-18 16:10:40 -0700
commitf2715a05939b749771d9826f9ad23b4cab280e82 (patch)
tree90a776e94206f0f18be3b3399b7d72ca2ec01897 /bin/qmk
parent90b1e271a8178d68e8c1be0beecfb26b42767f5f (diff)
Consistently use bin/qmk when that script is called (#12286)
* Pass QMK_BIN down to build_keyboard.mk * choose the correct qmk script
Diffstat (limited to 'bin/qmk')
-rwxr-xr-xbin/qmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/qmk b/bin/qmk
index 28486026f9..a2af2951c9 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -73,6 +73,7 @@ def main():
"""
# Change to the root of our checkout
os.environ['ORIG_CWD'] = os.getcwd()
+ os.environ['DEPRECATED_BIN_QMK'] = '1'
os.chdir(qmk_dir)
print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr)