Skip to content
/ logiops Public
forked from PixlOne/logiops

An unofficial userspace driver for HID++ Logitech devices

License

Notifications You must be signed in to change notification settings

ckiee/logiops

 
 

Repository files navigation

logiops

Logiops is an unofficial userspace driver for Logitech mice and keyboard. ckiee/logiops was a temporary fork of the original PixlOne/logiops repository which was abandoned for about a year. Pixl seems to be back and merging PRs so this branch is only here for posterity.

This is currently only compatible with HID++ >2.0 devices.

Installation

Logiops is currently available in packaged form for the following distributions:

Debian (Sid only) sudo apt install logiops

Arch Linux:: sudo pacman -S logiops-git

Fedora (>=32): sudo dnf install logiops

All packages install logiops with the logid service in a disabled state so be sure to enable it with sudo systemctl enable --now logid after you have configured it.

Configuration

Refer to the wiki for details.

You may also refer to the logid.example.cfg file for an example.

Default location for the configuration file is /etc/logid.cfg, but another can be specified using the -c flag.

Build Dependencies

This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig. For popular distributions, I've included commands below.

Distribution Command
Arch Linux sudo pacman -S cmake libevdev libconfig pkgconf
Debian/Ubuntu sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev build-essential
Fedora sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++
Gentoo Linux sudo emerge dev-libs/libconfig dev-libs/libevdev dev-util/cmake virtual/libudev
Solus sudo eopkg install libevdev-devel libconfig-devel libgudev-devel
openSUSE sudo zypper install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++ libconfig++-devel libudev-devel
NixOS nix-shell '<nixpkgs>' -A logiops

Building

To build this project, run:

git clone https://github.com/ckiee/logiops.git
cd logiops
mkdir build
cd build
cmake ..
make

To install, run the following after building:

sudo make install
sudo systemctl daemon-reload

You can set the daemon to start at boot by running sudo systemctl enable logid or sudo systemctl enable --now logid if you want to enable and start the daemon.

Donate

This program is (and will always be) provided free of charge. If you would like to support the development of this project by donating, you can donate to my Ko-Fi below.

Buy Me a Coffee at ko-fi.com

I'm also looking for contributors to help in my project; feel free to submit a pull request or e-mail me if you would like to contribute.

Compatible Devices

For a list of tested devices, check TESTED.md

Credits

Logitech, Logi, and their logos are trademarks or registered trademarks of Logitech Europe S.A. and/or its affiliates in the United States and/or other countries. This software is an independent product that is not endorsed or created by Logitech.

Thanks to the following people for contributing to this repository.

About

An unofficial userspace driver for HID++ Logitech devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%