Fixed Location for QMK keyboards

* Prevented profiles being (re)applied to QMK keyboards consistently
This commit is contained in:
Chris 2024-03-03 22:58:17 +11:00 committed by Adam Honse
parent 7300f4facd
commit 7d63846c49

View file

@ -197,7 +197,7 @@ QMKOpenRGBBaseController::~QMKOpenRGBBaseController()
std::string QMKOpenRGBBaseController::GetLocation()
{
return location;
return("HID: " + location);
}
std::string QMKOpenRGBBaseController::GetDeviceName()