We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d2e47 commit b89826dCopy full SHA for b89826d
python/qmk_hid/gui.py
@@ -176,7 +176,7 @@ def update_type(t):
176
print("More than 1 USB device with VID 32AC PID {:04X} found. Aborting".format(pid))
177
break
178
179
- print("Found USB device with VID 32AC PID {:04X} found".format(pid))
+ print("Found USB device with VID 32AC PID {:04X}".format(pid))
180
print("Flashing firmware")
181
flash_firmware(filtered_devs[0], firmware_path)
182
0 commit comments