From d3f76e9558e244fbd406a18d1ac1b1b63d58b680 Mon Sep 17 00:00:00 2001 From: Robert Allen Date: Fri, 26 Sep 2014 12:51:10 -0700 Subject: [PATCH] Fix typo in KeyboardLogout.ino Comment says ALT+s, code says ALT+l. This remedies that difference. --- .../examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino b/build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino index 9c149844f..08e1e408c 100644 --- a/build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino +++ b/build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino @@ -65,7 +65,7 @@ void loop() { Keyboard.press(KEY_DELETE); delay(100); Keyboard.releaseAll(); - //ALT-s: + //ALT-l: delay(2000); Keyboard.press(KEY_LEFT_ALT); Keyboard.press('l');