From 98100a9bad95ea56e3912ef9367483de03537ff6 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 21 Jul 2020 17:28:40 -0500 Subject: [PATCH] Add two skipped slots before Number Pad Enter on HyperX Alloy Origins --- .../HyperXKeyboardController/HyperXAlloyOriginsController.cpp | 2 +- RGBController/RGBController_HyperXAlloyOrigins.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp index a87789122..95c401faa 100644 --- a/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp +++ b/Controllers/HyperXKeyboardController/HyperXAlloyOriginsController.cpp @@ -12,7 +12,7 @@ #include // Skip these indices in the color output -static unsigned int skip_idx[] = { 6, 23, 29, 41, 47, 59, 70, 71, 75, 76, 87, 88, 93, 99, 100, 102, 108, 113, 114, 120 }; +static unsigned int skip_idx[] = { 6, 23, 29, 41, 47, 59, 70, 71, 75, 76, 87, 88, 93, 99, 100, 102, 108, 113, 114, 120, 123, 124 }; HyperXAlloyOriginsController::HyperXAlloyOriginsController(hid_device* dev_handle) { diff --git a/RGBController/RGBController_HyperXAlloyOrigins.cpp b/RGBController/RGBController_HyperXAlloyOrigins.cpp index af3420b2e..baf03b2c8 100644 --- a/RGBController/RGBController_HyperXAlloyOrigins.cpp +++ b/RGBController/RGBController_HyperXAlloyOrigins.cpp @@ -186,6 +186,8 @@ static const char *led_names[] = // Skip index 120 "Key: Number Pad -", "Key: Number Pad +", + // Skip index 123 + // Skip index 124 "Key: Number Pad Enter", };