mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-26 03:06:36 -05:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -25,7 +25,7 @@ DuckyKeyboardController::~DuckyKeyboardController()
|
||||
|
||||
std::string DuckyKeyboardController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void DuckyKeyboardController::SendColors
|
||||
|
||||
Reference in New Issue
Block a user