pez2001 / razer_chroma_drivers

A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231 stars 30 forks source link

Razer bw ultimate 2013 #38

Closed terricain closed 8 years ago

terricain commented 8 years ago

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

terricain commented 8 years ago

Seeing as a lot of the code is now using DBUS is it still worth making that optional?

terricain commented 8 years ago

Also mind giving me permission to close and assign people to issues?