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 7782b66 commit e547a73Copy full SHA for e547a73
examples/usb_host_descriptors_find_boot_keyboard.py
@@ -17,7 +17,7 @@
17
keyboard_interface_index, keyboard_endpoint_address = (
18
adafruit_usb_host_descriptors.find_boot_keyboard_endpoint(device)
19
)
20
- # if a boot mouse interface index and endpoint address were found
+ # if a boot keyboard interface index and endpoint address were found
21
if keyboard_interface_index is not None and keyboard_endpoint_address is not None:
22
keyboard = device
23
0 commit comments