Use HID path for Location on HyperX Keyboard controller

This commit is contained in:
Adam Honse committed 2020-10-02 12:28:09 -05:00
1 parent 158aac5ee4
commit d6350c8504
4 files changed
+14 -4

No files matched your search

@@ -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);