Skip to content

Commit ad0bedc

Browse files
committed
Merge pull request #2329 from Unh0lyTigg/patch-1
Fix typo in KeyboardLogout.ino
2 parents cd015f4 + d3f76e9 commit ad0bedc

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)