Install Logi Driver
-
Install the dependencies.
sudo pacman -S base-devel cmake libevdev libconfig systemd-libs glib2
-
Clone the driver, build, and install.
git clone https://github.com/PixlOne/logiops.git mkdir logiops/build cd logiops/build cmake .. make sudo make install
-
Modify the config file at
/etc/logid.cfg
.Example: https://github.com/PixlOne/logiops/blob/main/logid.example.cfg
-
Enable the service.
sudo systemctl enable --now logid