Skip to content

Commit f4746a6

Browse files
author
Tom Igoe
committed
Added delay to KeyboardReprogram to make backspace more obvious
1 parent 5fef2ee commit f4746a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ void loop() {
6262
Keyboard.print("delay(3000);");
6363
// 3000 ms is too long. Delete it:
6464
for (int keystrokes=0; keystrokes < 6; keystrokes++) {
65+
delay(500);
6566
Keyboard.type(KEY_BACKSPACE);
6667
}
6768
// make it 1000 instead:

0 commit comments

Comments
 (0)