Skip to content

Commit 62e48db

Browse files
committed
corrected a wrong comment inside the KeyboardAndMouseControl example
1 parent fbdd775 commit 62e48db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void loop() {
6767
Mouse.move(40, 0);
6868
break;
6969
case 'm':
70-
// perform the right click
70+
// perform mouse left click
7171
Mouse.click(MOUSE_LEFT);
7272
break;
7373
}

0 commit comments

Comments
 (0)