Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2025-11-17 02:07:35 +00:00
commit 921c0039f4

View file

@ -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'