mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-18 09:11:53 -04:00
Get rid of razerchromahdk driver as it was never merged and use razeraccessory instead
This commit is contained in:
@@ -58,7 +58,7 @@ void DetectOpenRazerControllers(std::vector<RGBController*> &rgb_controllers)
|
||||
break;
|
||||
|
||||
case 7:
|
||||
strcpy(driver_path, "/sys/bus/hid/drivers/razerchromahdk/");
|
||||
strcpy(driver_path, "/sys/bus/hid/drivers/razeraccessory/");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user