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:
@@ -86,7 +86,7 @@ std::string EKController::GetSerial()
|
||||
|
||||
std::string EKController::GetLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void EKController::SetMode(unsigned char mode, unsigned char speed)
|
||||
|
||||
Reference in New Issue
Block a user