Skip to content

Commit d3f76e9

Browse files
committed
Fix typo in KeyboardLogout.ino
Comment says ALT+s, code says ALT+l. This remedies that difference.
1 parent cd015f4 commit d3f76e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void loop() {
6565
Keyboard.press(KEY_DELETE);
6666
delay(100);
6767
Keyboard.releaseAll();
68-
//ALT-s:
68+
//ALT-l:
6969
delay(2000);
7070
Keyboard.press(KEY_LEFT_ALT);
7171
Keyboard.press('l');

0 commit comments

Comments
 (0)