diff --git a/Controllers/QMKOpenRGBController/QMKOpenRGBBaseController.cpp b/Controllers/QMKOpenRGBController/QMKOpenRGBBaseController.cpp index e36dd637..0aac6057 100644 --- a/Controllers/QMKOpenRGBController/QMKOpenRGBBaseController.cpp +++ b/Controllers/QMKOpenRGBController/QMKOpenRGBBaseController.cpp @@ -197,7 +197,7 @@ QMKOpenRGBBaseController::~QMKOpenRGBBaseController() std::string QMKOpenRGBBaseController::GetLocation() { - return location; + return("HID: " + location); } std::string QMKOpenRGBBaseController::GetDeviceName()