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