A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
Added basic support for Razer BlackWidow Ultimate 2013 Keyboards (not sure about other years, will look into a 2012 as have one somewhere). BW Ultimate 2013's can pulsate so that effect's been added along with enabling brightness, macro keys, game mode and modified mode_stable so it sets the Ultimate to the solid colour if on pulsate mode.
Razer BlackWidow Chroma Effects
Re-Reverse engineered the breath and reactive effects as the code wasn't too helpful. The reactive effect has a speed setting of 1-3 3 being the longest. Breath mode can operate in 1 colour, 2 colours and a "Random" mode which is technically not random I found the pattern but it looks randomish.
On the Razer GUI the Ripple effect is not done on hardware, the razer driver does that.
Propagated my effect's changes throughout the DBUS code. The breath method is now overloaded and takes none/3 or 6 arguments. Will create a wiki at some point.
razerkbd
Breath and Reactive effect fixed.
Pulsate effect added for BlackWidow Ultimate 2013
Device type added just to demonstrate outputting stuff, plus might prove an easy way to tell what device the driver is binded to without messing round with USB ID's
Made device driver files only appear if the device binded supports them. This will break the daemon if it tries to run using a BW Ultimate 2013 but I plan on overhauling the daemon to be more daemonlike.
Misc
Added some newlines into Makefiles so it looks nicer
TODO
Some long strings are once again too long. Am debating moving them out to a file, especially the DBUS XML stuff.
The TABS are really bugging me. If nothings said, then the whole repo will be purged and replaced with 4 spaces. :) 4SpaceFTW
Look into Arch & Fedora makefiles as peoples be :(
Razer BlackWidow Ultimate 2013
Added basic support for Razer BlackWidow Ultimate 2013 Keyboards (not sure about other years, will look into a 2012 as have one somewhere). BW Ultimate 2013's can pulsate so that effect's been added along with enabling brightness, macro keys, game mode and modified mode_stable so it sets the Ultimate to the solid colour if on pulsate mode.
Razer BlackWidow Chroma Effects
Re-Reverse engineered the breath and reactive effects as the code wasn't too helpful. The reactive effect has a speed setting of 1-3 3 being the longest. Breath mode can operate in 1 colour, 2 colours and a "Random" mode which is technically not random I found the pattern but it looks randomish.
On the Razer GUI the Ripple effect is not done on hardware, the razer driver does that.
Propagated my effect's changes throughout the DBUS code. The breath method is now overloaded and takes none/3 or 6 arguments. Will create a wiki at some point.
razerkbd
Misc
TODO