A standalone driver + application designed for Razer notebooks
I can be contacted on this discord server under the 'laptop-control' channel Discord link
Playlist of all demos can be viewed here
Use the 2 PKGBUILDS located here:
Unfortunatly, you have to build from scrath.
On all razer notebooks, the following is supported:
- RGB keyboard control (Experimental)
- Fan control
- Power control
Currently, there are various build in effects to choose from, and multiple 'effect layers' can be stacked on top of eachother, allowing for each key to be controlled with its own effect!
Control the notebooks fan RPM just like in Synapse! - Currently supports switching between Automatic and manual (Up to 5300 RPM)
Control the power target of the notebook just like in Synapse!
- Balanced - Standard 35W CPU TDP
- Gaming - 55W CPU TDP - Allows for higher and more sustained CPU boost clocks (Additionally fan RPMs are increased)
- Creator (Select notebooks only!) - Allows for higher GPU TDP
Kernel module required for the software to work
Experimental code for system daemon and UI/CLI interface for controlling both RGB aspects and fan+Power subsystem of razer notebooks
- Added initial rust based Daemon - see razer_control_gui for more details
- Removed useless printk calls in kernel module - DMESG output should not longer be cluttered
- Re-wrote the kernel driver (Made my life easier for the future)
- Added native ledfs backlight control (You should now be able to control the keyboard backlight via gnome/KDE Desktop)
- Initial release