mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 02:37:30 -05:00
Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug)
This commit is contained in:
@@ -26,7 +26,7 @@ HYTEKeyboardController::~HYTEKeyboardController()
|
||||
|
||||
std::string HYTEKeyboardController::GetDeviceLocation()
|
||||
{
|
||||
return("HID " + location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
std::string HYTEKeyboardController::GetDeviceName()
|
||||
|
||||
Reference in New Issue
Block a user