Skip to content

Commit a73d6fa

Browse files
committed
usb/usb-device-keyboard: Add key release.
Signed-off-by: amogha1234 <[email protected]>
1 parent ee30f56 commit a73d6fa

File tree

1 file changed

+1
-0
lines changed
  • micropython/usb/usb-device-keyboard/usb/device

1 file changed

+1
-0
lines changed

micropython/usb/usb-device-keyboard/usb/device/keyboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def release_all(self):
8585
'''
8686

8787

88+
8889
# HID keyboard report descriptor
8990
#
9091
# From p69 of http://www.usb.org/developers/devclass_docs/HID1_11.pdf

0 commit comments

Comments
 (0)