mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Fixed Location for QMK keyboards
* Prevented profiles being (re)applied to QMK keyboards consistently
This commit is contained in:
@@ -197,7 +197,7 @@ QMKOpenRGBBaseController::~QMKOpenRGBBaseController()
|
||||
|
||||
std::string QMKOpenRGBBaseController::GetLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
std::string QMKOpenRGBBaseController::GetDeviceName()
|
||||
|
||||
Reference in New Issue
Block a user