mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -27,7 +27,7 @@ HyperXAlloyOriginsController::~HyperXAlloyOriginsController()
|
||||
|
||||
std::string HyperXAlloyOriginsController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID " + location);
|
||||
}
|
||||
|
||||
void HyperXAlloyOriginsController::SetLEDsDirect(std::vector<RGBColor> colors)
|
||||
|
||||
Reference in New Issue
Block a user