Adam Honse
81c6ee6270
Replace usages of sprintf with snprintf
2 months ago
Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
7 months ago
Dmitry Kychanov
300abac9a8
Removed unused includes
2 years ago
Adam Honse
d8f3baf8e8
Update Dygma Raise controller files to new standardized header comment
2 years ago
Adam Honse
92f0720639
Remove RGB controllers argument from standard detector
3 years ago
Adam Honse
060567548f
Use RegisterRGBController for standard detectors
3 years ago
Adam Honse
100e6ddb2a
Remove SetCustomMode from all controllers beginning with the letter D
4 years ago
Chris
864422b4bc
Fixing regression from 942a842a
...
+ Adding ZONE_EN_KEYBOARD constant char* to KeyNames
+ Replacing declarations of "Keyboard" zone with new constant char*
+ Adding "Keyboard" zone check RGBController_Razer.cpp before hiding keys
4 years ago
Chris
524675108d
Automatic generation of markdown pages for supported devices
...
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
4 years ago
Chris
2485c24560
Adding `DUMMY_DEVICE_DETECTORS` to supplement dynamic UDEV rules
...
* USB devices that are **not** registering a detector that includes the VID and PID will need to specify these details separately to be added to the UDEV rules
at compile time
* Resolves #2440
4 years ago
Chris
bc10e3f772
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
4 years ago
Chris
d8e023b4c8
Initial commit for a canonical list of key names
...
+ Created RGBControllerKeyNames.h
* Adjusted every reference for key names found in `DeviceView`
* Formatting corrections
4 years ago
eispalast
2162ff2d27
Added support for the Dygma Raise
...
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
4 years ago