From a567aa1e6281b04f3a3a406cd99b552bb5f70934 Mon Sep 17 00:00:00 2001 From: edbgon Date: Tue, 11 May 2021 21:41:09 +0200 Subject: [PATCH] Update Ducky to support ISO layouts --- .../RGBController_DuckyKeyboard.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controllers/DuckyKeyboardController/RGBController_DuckyKeyboard.cpp b/Controllers/DuckyKeyboardController/RGBController_DuckyKeyboard.cpp index 74bf284a..85328a9e 100644 --- a/Controllers/DuckyKeyboardController/RGBController_DuckyKeyboard.cpp +++ b/Controllers/DuckyKeyboardController/RGBController_DuckyKeyboard.cpp @@ -16,8 +16,8 @@ static unsigned int matrix_map[6][23] = { { 0, NA, 12, 18, 24, 30, NA, 42, 48, 54, 60, NA, 66, 72, 78, 84, 90, 96, 102, 108, 114, 120, 126 }, { 1, 7, 13, 19, 25, 31, 37, 43, 49, 55, 61, NA, 67, 73, 85, NA, 91, 97, 103, 109, 115, 121, 127 }, { 2, NA, 8, 14, 20, 26, NA, 32, 38, 44, 50, 56, 62, 68, 74, 86, 92, 98, 104, 110, 116, 122, 128 }, - { 3, NA, 9, 15, 21, 27, NA, 33, 39, 45, 51, 57, 63, 69, 87, NA, NA, NA, NA, 111, 117, 123, NA }, - { 4, NA, 16, 22, 28, 34, NA, 40, NA, 46, 52, 58, 64, 70, 82, NA, NA, 100, NA, 112, 118, 124, 131 }, + { 3, NA, 9, 15, 21, 27, NA, 33, 39, 45, 51, 57, 63, 69, 75, 87, NA, NA, NA, 111, 117, 123, NA }, + { 4, 10, 16, 22, 28, 34, NA, 40, NA, 46, 52, 58, 64, 70, 82, NA, NA, 100, NA, 112, 118, 124, 131 }, { 5, 11, 17, NA, NA, NA, NA, 41, NA, NA, NA, NA, 65, 77, 83, 89, 95, 101, 107, 113, NA, 125, NA } }; static const char* zone_names[] = @@ -47,7 +47,7 @@ static const char *led_names[] = "Key: 1", "Key: Q", "Key: A", - "Unused", + "Key: \\ (ISO)", "Key: Left Windows", "Key: F1", "Key: 2", @@ -112,7 +112,7 @@ static const char *led_names[] = "Key: F10", "Key: =", "Key: ]", - "Unused", + "Key: #", "Unused", "Key: Right Windows", "Key: F11",