mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 18:56:23 -05:00
change name of StrimerLConnect
This commit is contained in:
committed by
Adam Honse
parent
053a492b0a
commit
ec6a19eef9
@@ -10,14 +10,14 @@
|
||||
#include "RGBController_StrimerLConnect.h"
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name Strimer L Connect
|
||||
@name Lian Li Strimer L Connect
|
||||
@category LEDStrip
|
||||
@type USB
|
||||
@save :x:
|
||||
@direct :rotating_light:
|
||||
@effects :white_check_mark:
|
||||
@detectors DetectStrimerControllers
|
||||
@comment The Strimer L Connect `Direct` mode stutters at high frame rates and
|
||||
@comment The Lian Li Strimer L Connect `Direct` mode stutters at high frame rates and
|
||||
and has been rate limited to ~10FPS.
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
@@ -25,7 +25,7 @@ RGBController_StrimerLConnect::RGBController_StrimerLConnect(StrimerLConnectCont
|
||||
{
|
||||
controller = controller_ptr;
|
||||
|
||||
name = "StrimerLConnect";
|
||||
name = "Lian Li Strimer L Connect";
|
||||
vendor = "Lian Li";
|
||||
type = DEVICE_TYPE_LEDSTRIP;
|
||||
description = controller->GetDeviceName();
|
||||
|
||||
Reference in New Issue
Block a user