From 6af73248404993a96087bd004a4cfdc8c3ce0c73 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 30 Aug 2020 15:25:04 -0500 Subject: [PATCH] Fix missing comma in Ducky key name list --- RGBController/RGBController_DuckyKeyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGBController/RGBController_DuckyKeyboard.cpp b/RGBController/RGBController_DuckyKeyboard.cpp index 7d403f3b5..f91e090b2 100644 --- a/RGBController/RGBController_DuckyKeyboard.cpp +++ b/RGBController/RGBController_DuckyKeyboard.cpp @@ -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",