A simpler alternative to razercfg, tailored specifically for the DeathAdder 2013 for Synapse-like seamless setting changes.
$ cargo build --release
Create the group razer
and add yourself to it then:
# cargo install --root /usr/local
# sudo install -m644 50-da2013.rules /etc/udev/rules.d
# udevadm control --reload
# udevadm trigger
Only libudev
is required. This will only work on Linux kernels since it relies
on the hidraw
API.
See da2013ctl --help
for more info.