mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-25 07:27:57 -05:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -40,7 +40,7 @@ HyperXKeyboardController::~HyperXKeyboardController()
|
||||
|
||||
std::string HyperXKeyboardController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void HyperXKeyboardController::SetMode
|
||||
|
||||
Reference in New Issue
Block a user