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 443647c commit cee3e99Copy full SHA for cee3e99
Metro/Metro_RP2350_Match3/match3_game/code.py
@@ -305,9 +305,6 @@
305
306
detached_interfaces.append(detached)
307
308
- # set the mouse configuration so it can be used
309
- #device.set_configuration()
310
-
311
except usb.core.USBError as e:
312
# The mouse might have glitched and may not be detected but at least we don't crash
313
print(e)
@@ -318,6 +315,7 @@
318
315
if len(mice) >= 2:
319
316
break
320
317
+# set the mouse configuration on any detected mice so they can be used
321
for device in mice:
322
device.set_configuration()
323
0 commit comments