mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-12 18:09:27 -04:00
Use HID path for Location on HyperX Keyboard controller
This commit is contained in:
@@ -75,7 +75,7 @@ void DetectHyperXKeyboardControllers(std::vector<RGBController*>& rgb_controller
|
||||
|
||||
if( dev )
|
||||
{
|
||||
HyperXKeyboardController* controller = new HyperXKeyboardController(dev);
|
||||
HyperXKeyboardController* controller = new HyperXKeyboardController(dev, info->path);
|
||||
|
||||
RGBController_HyperXKeyboard* rgb_controller = new RGBController_HyperXKeyboard(controller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user