mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-06 22:27:52 -05: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