Fix missing comma in Ducky key name list

This commit is contained in:
Adam Honse 2020-08-30 15:25:04 -05:00
parent 640f7c7cde
commit 6af7324840

View file

@ -126,7 +126,7 @@ static const char *led_names[] =
"Key: \\ (ANSI)",
"Key: Enter",
"Unused",
"Key: Right Control"
"Key: Right Control",
"Key: Print Screen",
"Key: Insert",
"Key: Delete",