From 82c0ff8452cc302cf1f7639b1550d5ef3d5624f0 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 8 Jul 2020 11:43:41 -0500 Subject: [PATCH] Add HyperX Alloy FPS to detected HyperX keyboard list --- .../HyperXKeyboardController/HyperXKeyboardControllerDetect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/HyperXKeyboardController/HyperXKeyboardControllerDetect.cpp b/Controllers/HyperXKeyboardController/HyperXKeyboardControllerDetect.cpp index 46013b1c..12587bd1 100644 --- a/Controllers/HyperXKeyboardController/HyperXKeyboardControllerDetect.cpp +++ b/Controllers/HyperXKeyboardController/HyperXKeyboardControllerDetect.cpp @@ -9,6 +9,7 @@ \*-----------------------------------------------------*/ #define HYPERX_KEYBOARD_VID 0x0951 #define HYPERX_ALLOY_ELITE_PID 0x16BE +#define HYPERX_ALLOY_FPS_RGB_PID 0x16DC typedef struct { @@ -26,6 +27,7 @@ static const hyperx_device device_list[] = | Keyboards | \*-----------------------------------------------------------------------------------------------------*/ { HYPERX_KEYBOARD_VID, HYPERX_ALLOY_ELITE_PID, 2, "HyperX Alloy Elite RGB" }, + { HYPERX_KEYBOARD_VID, HYPERX_ALLOY_FPS_RGB_PID, 2, "HyperX Alloy FPS RGB" }, }; /******************************************************************************************\