From 64928526272e2700d3a8fe9cebb49945f0d95df1 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 7 Jul 2020 01:20:56 -0500 Subject: [PATCH] Add Corsair Harpoon RGB Pro to supported devices list --- .../CorsairPeripheralControllerDetect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp index c3bd8ae03..bb5eb7854 100644 --- a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp +++ b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp @@ -39,6 +39,7 @@ | Mouse product IDs | | List taken from ckb-next | \*-----------------------------------------------------*/ +#define CORSAIR_HARPOON_RGB_PRO_PID 0x1B75 #define CORSAIR_M65_PRO_PID 0x1B2E #define CORSAIR_M65_RGB_ELITE_PID 0x1B5A @@ -87,6 +88,7 @@ static const corsair_node_device device_list[] = /*-----------------------------------------------------------------------------------------------------*\ | Mice | \*-----------------------------------------------------------------------------------------------------*/ + { CORSAIR_VID, CORSAIR_HARPOON_RGB_PRO_PID, 1, "Corsair Harpoon RGB PRO" }, { CORSAIR_VID, CORSAIR_M65_PRO_PID, 1, "Corsair M65 PRO" }, { CORSAIR_VID, CORSAIR_M65_RGB_ELITE_PID, 1, "Corsair M65 RGB Elite" }, /*-----------------------------------------------------------------------------------------------------*\