aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python
diff options
context:
space:
mode:
authorJoel Challis2025-11-17 03:06:59 +0100
committerGitHub2025-11-17 03:06:59 +0100
commitbb2ca21647d0d78e3cb4512a8a5974a324404fed (patch)
tree183c8fb4efb39752bc23a3b92ee49d104a1095a1 /lib/python
parented343ddad4832a0a48c8ad794e949a595dcf3cfb (diff)
Fix detection of hid bootloader flashing tool (#25790)
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/qmk/flashers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/flashers.py b/lib/python/qmk/flashers.py
index 22d9133d65..b70b5fb035 100644
--- a/lib/python/qmk/flashers.py
+++ b/lib/python/qmk/flashers.py
@@ -153,6 +153,7 @@ def _flash_atmel_dfu(mcu, file):
def _flash_hid_bootloader(mcu, details, file):
+ cmd = None
if details == 'halfkay':
if shutil.which('teensy-loader-cli'):
cmd = 'teensy-loader-cli'