Adam Honse
|
f8de686296
|
Add LED numbers to Linux OpenRazer controller
|
2020-02-19 19:42:49 -06:00 |
|
Adam Honse
|
0703fb8c68
|
Support 64-bit Windows builds
|
2020-02-19 10:24:56 -06:00 |
|
Adam Honse
|
8d0915de6e
|
Add support for mode specific colors in HyperX keyboard breathing mode
|
2020-02-18 11:01:43 -06:00 |
|
Adam Honse
|
ef33d7e2c4
|
Firmware 2.x seems to use ASR LED protocol, confirmed on 2.08
|
2020-02-16 13:43:57 -06:00 |
|
Adam Honse
|
bba88eb1f2
|
Update mode color description to add mode-specific colors.
|
2020-02-16 12:09:11 -06:00 |
|
Adam Honse
|
7b35cf72f7
|
Add zone numbers to Chroma HDK and add LED numbers for all OpenRazer zones.
|
2020-02-13 12:36:57 -06:00 |
|
Adam Honse
|
9603489f4a
|
Get rid of razerchromahdk driver as it was never merged and use razeraccessory instead
|
2020-02-13 12:36:57 -06:00 |
|
Adam Honse
|
d4cd2a6853
|
Add direction control to OpenRazer Wave mode
|
2020-02-13 12:36:57 -06:00 |
|
Adam Honse
|
c4d2f72df1
|
Clean up Linux OpenRazer code to match Windows and break out device list into a shared header file
|
2020-02-13 12:36:57 -06:00 |
|
Adam Honse
|
1a07aee7a6
|
Add OpenRazer-Win32 driver to support Razer devices on Windows without official software
|
2020-02-13 12:36:57 -06:00 |
|
Adam Honse
|
415d79a3ef
|
Remove Razer Chroma SDK backend
|
2020-02-13 12:33:31 -06:00 |
|
Adam Honse
|
fd59f83556
|
Update Crucial controller to new RGBController format
|
2020-02-12 14:51:07 -06:00 |
|
Adam Honse
|
7adcfa77fa
|
Add function for setting Crucial Ballistix RGB colors in direct mode
|
2020-02-12 14:39:44 -06:00 |
|
Adam Honse
|
b338fbca3c
|
Initial driver for Crucial Ballistix RGB
|
2020-02-12 14:39:44 -06:00 |
|
Adam Honse
|
aba3a3fd23
|
Add 0x39, 0x3B, 0x3C, and 0x3D to Aura DRAM search addresses list
|
2020-02-12 13:23:35 -06:00 |
|
Adam Honse
|
cb680508a5
|
Add Polychrome firmware 2.08 to supported firmware list
|
2020-02-12 13:02:28 -06:00 |
|
Adam Honse
|
2104c975be
|
Update RGB Fusion 2 to build with latest RGBController format
|
2020-02-12 12:27:15 -06:00 |
|
Adam Honse
|
339e1e14c2
|
Swap red and blue channels in RGB Fusion 2.0 packet after it was found that they were reversed
|
2020-02-12 12:20:50 -06:00 |
|
Adam Honse
|
dca3b0d733
|
Forgot to send the apply packet
|
2020-02-12 12:20:30 -06:00 |
|
Adam Honse
|
c52eb528ea
|
RGB Fusion 2.0 driver based on summerblind's code
|
2020-02-12 12:20:30 -06:00 |
|
Adam Honse
|
3948e74711
|
Use /dev/port to make Super IO functions work on Linux
|
2020-02-11 20:25:28 -06:00 |
|
Adam Honse
|
4672d4a686
|
Move Super IO functionality to its own file to make it easier to write an MSI-RGB driver
|
2020-02-11 19:58:13 -06:00 |
|
Adam Honse
|
befa9baf20
|
Update the ThermaltakeRiing driver to just set the active_mode variable instead of actually sending mode updates on SetCustomMode
|
2020-02-11 18:07:57 -06:00 |
|
Adam Honse
|
077cda545e
|
Clean up the Corsair keyboard driver with some private packet sending functions
|
2020-02-11 18:01:31 -06:00 |
|
Adam Honse
|
e934ce2c23
|
Add addresses 0x5E and 0x5F to Corsair DRAM detection
|
2020-02-11 16:18:39 -06:00 |
|
Adam Honse
|
b10ff42df2
|
Add addresses 0x5E and 0x5F to Corsair Pro DRAM detection
|
2020-02-11 16:18:38 -06:00 |
|
Adam Honse
|
afb6ff6a74
|
Update the rest of the RGBController drivers to just set the active_mode variable instead of actually sending mode updates on SetCustomMode
|
2020-02-10 00:26:18 -06:00 |
|
Adam Honse
|
6828335dc5
|
Just set active_mode rather than call SetMode for SetCustomModefunction. Implement for a few tested devices only for now. Fix some user interface issues with custom mode selection.
|
2020-02-10 00:17:02 -06:00 |
|
Adam Honse
|
966297710b
|
Fix custom mode setting in UI
|
2020-02-09 19:55:26 -06:00 |
|
Adam Honse
|
443d558ac2
|
Remove compiler warning that is treated as error on some systems
|
2020-02-09 19:06:50 -06:00 |
|
Adam Honse
|
2cd0b64251
|
Add mode control to Thermaltake Riing controller
|
2020-02-09 15:26:20 -06:00 |
|
Adam Honse
|
7ad3c18e3f
|
Remove unused declarations
|
2020-02-09 14:43:24 -06:00 |
|
Adam Honse
|
fc11427019
|
Remove serial port include for USB controllers that were copied from the Hue+ driver
|
2020-02-09 14:37:50 -06:00 |
|
Adam Honse
|
2f00fb9186
|
Add initial driver for Thermaltake Riing controller. Fixed configuration has 9 LEDs for channels 1, 2, and 3 but will make this configurable in the future. Only direct mode supported so far
|
2020-02-09 14:34:26 -06:00 |
|
Adam Honse
|
ea1f21106c
|
Fix Linux build of CorsairKeyboardController (missing include for memset)
|
2020-02-06 16:37:21 -06:00 |
|
Adam Honse
|
47ca068628
|
Number the LEDs in E131 and LEDStrip controllers
|
2020-02-06 12:26:14 -06:00 |
|
Adam Honse
|
f07cc134bb
|
Add zones and LEDs to Corsair keyboard controller, but keys don't line up with zones yet
|
2020-02-05 21:05:55 -06:00 |
|
Adam Honse
|
1d98ce063c
|
Add zones and LEDs to Poseidon Z RGB controller
|
2020-02-05 17:34:08 -06:00 |
|
Adam Honse
|
9ddb9f04ce
|
Add zones and LEDs to HyperX Keyboard controller
|
2020-02-05 13:09:39 -06:00 |
|
Adam Honse
|
8aee3c427b
|
Fix segfault
|
2020-02-04 20:22:01 -06:00 |
|
Adam Honse
|
6a6ad0dda6
|
Keyboard fixes for Linux
|
2020-02-04 20:20:45 -06:00 |
|
Adam Honse
|
12116c70ee
|
Big Keyboard Update! HyperX Alloy Elite support, Poseidon Z RGB modes, and Corsair K70 RGB
|
2020-02-04 20:17:09 -06:00 |
|
Adam Honse
|
7d6699cf9c
|
Use ASR LED mode for Polychrome 2.10 firmware
|
2020-02-02 00:34:11 -06:00 |
|
Adam Honse
|
48b9be3f76
|
Add Polychrome firmware 2.10 to list
|
2020-02-01 20:38:52 -06:00 |
|
Adam Honse
|
760c57c29c
|
Only show LEDs for selected Zone, add an All Zones option to Zone box
|
2020-02-01 12:54:51 -06:00 |
|
Adam Honse
|
c6cc88ba7b
|
The color boxes got moved around during the UI rework. Move them back to their proper rainbow order
|
2020-01-31 18:32:22 -06:00 |
|
Adam Honse
|
779471e3e4
|
Detect NZXT Smart Device V2 and use the Hue 2 driver for it
|
2020-01-31 11:08:33 -06:00 |
|
Adam Honse
|
adb9a6e59f
|
Add support for Aer 2 140mm fan on Hue 2
|
2020-01-30 10:42:43 -06:00 |
|
Adam Honse
|
d48bcec5ba
|
Block write Polychrome mode value instead of byte write
|
2020-01-29 13:02:00 -06:00 |
|
Adam Honse
|
80d2282313
|
Add modes and additional set functions to Polychrome controller
|
2020-01-29 12:32:32 -06:00 |
|