Linux configuration app for ZET/ARDOR GAMING Edge mouse.
done by reverse engineering the HID protocol used by the official software.
- change LED backlight (mode, speed, brightness, colors)
- change poll rate
- turning on/off angle snap, ripple
- configuring debounce time
- 7 DPI levels tuning and turning on/off
- reset to factory settings
- button remapping
- macros
- loading profiles from official app
to run the tool without sudo, create a udev rule.
- create a new file:
sudo nano /etc/udev/rules.d/99-edge.rules
- add this:
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2ea8", ATTRS{idProduct}=="2203", MODE="0666"
- reload the udev rules:
sudo udevadm control --reload-rules && sudo udevadm trigger
- you may need to replug the mouse for the changes to take effect.