From 7d63846c49d91238ffd4e051a5852f3e90693b74 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 3 Mar 2024 22:58:17 +1100 Subject: [PATCH] Fixed Location for QMK keyboards * Prevented profiles being (re)applied to QMK keyboards consistently --- Controllers/QMKOpenRGBController/QMKOpenRGBBaseController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()