Skip to content

Commit 457a77d

Browse files
zvecreth4nH
authored andcommitted
Fix detection of hid bootloader flashing tool (qmk#25790)
1 parent 0e4b6df commit 457a77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/python/qmk/flashers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def _flash_atmel_dfu(mcu, file):
153153

154154

155155
def _flash_hid_bootloader(mcu, details, file):
156+
cmd = None
156157
if details == 'halfkay':
157158
if shutil.which('teensy-loader-cli'):
158159
cmd = 'teensy-loader-cli'

0 commit comments

Comments
 (0)