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 support for Razer BlackWidow Ultimate 2013 keyboards and support fro Razer Mamba Chroma mouses.
Driver:
Fixed code for breathing mode
Cleaned up keyboard driver and added a ton of comments.
Added mouse driver.
Am thinking about trying to set the group of the driver files so that one can write to them without being root + that means the daemon doesn't have to be root.
I own a firefly now too so will make a dedicated driver for that when I'm less busy.
RazerDaemon:
Propagated changes from keyboard driver to DBUS code.
Breathing now ''should'' work.
Misc:
Might of possibly fixed udev rules. They worked for me when I worked on them last ;-)
The checking for DBUS in the makefiles doesn't work on other distro's so fixed that too (until it breaks again).
Is it worth DBUS being optional? We use it throughout so it would make sense to just make that a requirement and would simplify things as well.
Added support for Razer BlackWidow Ultimate 2013 keyboards and support fro Razer Mamba Chroma mouses.
Driver:
RazerDaemon:
Misc: Might of possibly fixed udev rules. They worked for me when I worked on them last ;-) The checking for DBUS in the makefiles doesn't work on other distro's so fixed that too (until it breaks again).
Is it worth DBUS being optional? We use it throughout so it would make sense to just make that a requirement and would simplify things as well.