mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 22:01:21 -05:00
Store name in KeychronKeyboardController to avoid setting it in detector
This commit is contained in:
@@ -430,13 +430,13 @@ typedef struct
|
||||
RGBController_KeychronKeyboard::RGBController_KeychronKeyboard(KeychronKeyboardController* controller_ptr)
|
||||
{
|
||||
controller = controller_ptr;
|
||||
name = "Keychron Keyboard";
|
||||
|
||||
name = controller->GetNameString();
|
||||
vendor = "Keychron";
|
||||
type = DEVICE_TYPE_KEYBOARD;
|
||||
description = name;
|
||||
location = controller->GetDeviceLocation();
|
||||
serial = controller->GetSerialString();
|
||||
version = controller->GetFirmwareVersion();
|
||||
|
||||
mode Custom;
|
||||
Custom.name = "Custom";
|
||||
|
||||
Reference in New Issue
Block a user