mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 12:06:37 -04:00
Automatic generation of udev rules for supported devices
+ Added build-udev-rules.sh script + Added new custom target in Linux section of .pro to accommodate new rules location
This commit is contained in:
@@ -9,6 +9,17 @@
|
||||
|
||||
#include "RGBController_LogitechLightspeed.h"
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name Logitech Lightspeed
|
||||
@type USB
|
||||
@save :white_check_mark:
|
||||
@direct :white_check_mark:
|
||||
@effects :white_check_mark:
|
||||
@detectors DetectLogitechWireless,DetectLogitechWired
|
||||
@comment The Lightspeed controller is the generic RGB Controller
|
||||
for all Logitech HID++ devices that support feature page 8070.
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
RGBController_LogitechLightspeed::RGBController_LogitechLightspeed(LogitechLightspeedController* controller_ptr)
|
||||
{
|
||||
controller = controller_ptr;
|
||||
|
||||
Reference in New Issue
Block a user