commit bb2ca21647d0d78e3cb4512a8a5974a324404fed
parent ed343ddad4832a0a48c8ad794e949a595dcf3cfb
Author: Joel Challis <git@zvecr.com>
Date: Mon, 17 Nov 2025 02:06:59 +0000
Fix detection of hid bootloader flashing tool (#25790)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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'