Add two skipped slots before Number Pad Enter on HyperX Alloy Origins

This commit is contained in:
Adam Honse
2020-07-21 17:28:40 -05:00
parent e66562bb25
commit 98100a9bad
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
#include <cstring>
// 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)
{

View File

@@ -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",
};