Update skip list for HyperX Alloy Origins

This commit is contained in:
Adam Honse
2020-07-21 12:25:34 -05:00
parent 1c5130e78a
commit 403d60e214
2 changed files with 21 additions and 19 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, 85, 86, 91, 97, 98, 100, 105, 110, 111, 117 };
static unsigned int skip_idx[] = { 6, 23, 29, 41, 47, 59, 70, 71, 75, 76, 87, 88, 93, 99, 100, 102, 107, 112, 113, 119 };
HyperXAlloyOriginsController::HyperXAlloyOriginsController(hid_device* dev_handle)
{