Fixed Location for QMK keyboards
* Prevented profiles being (re)applied to QMK keyboards consistently
This commit is contained in:
parent
7300f4facd
commit
7d63846c49
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ QMKOpenRGBBaseController::~QMKOpenRGBBaseController()
|
|||
|
||||
std::string QMKOpenRGBBaseController::GetLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
std::string QMKOpenRGBBaseController::GetDeviceName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue