Store name in RedSquareControllers to avoid setting it in detectors

This commit is contained in:
Adam Honse
2025-08-14 19:32:37 -05:00
parent 06413f2877
commit 9680d072fa
7 changed files with 35 additions and 21 deletions

View File

@@ -161,10 +161,10 @@ RGBController_RedSquareKeyrox::RGBController_RedSquareKeyrox(RedSquareKeyroxCont
{
controller = controller_ptr;
name = "Red Square Keyrox";
name = controller->GetNameString();
vendor = "Red Square";
type = DEVICE_TYPE_KEYBOARD;
description = name;
description = "Red Square Keyrox Device";
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();