Skip to content

Commit 36257b8

Browse files
authored
Update README.rst
1 parent b854ef9 commit 36257b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Usage Example
106106
ch9328.send_string("Hello World!")
107107
108108
# Send the backspace key 12 times to erase the string
109-
keys = [KEY_BACKSPACE, 0, 0, 0, 0, 0] # Keycode for backspace in US mapping
109+
keys = [Keymap.BACKSPACE, 0, 0, 0, 0, 0] # Keycode for backspace in US mapping
110110
no_keys_pressed = [0, 0, 0, 0, 0, 0]
111111
for _ in range(12):
112112
ch9328.send_key_press(keys, 0) # Press

0 commit comments

Comments
 (0)