Go to file
2020-06-16 21:02:29 +02:00
src/logid Only prit CIDs the first time a device connects 2020-06-11 18:26:42 +02:00
.gitignore Added mutex to devices to avoid cuncurrency issues 2019-09-13 11:21:26 -03:00
.gitmodules Add libhidpp as submodule 2019-09-22 22:51:01 -04:00
CMakeLists.txt Set CMAKE_INSTALL_PREFIX to /usr 2020-05-15 04:28:25 -04:00
LICENSE Initial commit 2019-07-09 13:58:10 -04:00
logid.example.cfg Use events instead of continous pinging 2019-07-28 02:08:18 -04:00
README.md Adding differentiation between mx master devices for easier recognition 2020-06-16 21:02:29 +02:00

logiops

This is an unofficial driver for Logitech mice and keyboard.

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

Configuration

Refer to the wiki for details.

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

Dependencies

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

Debian/Ubuntu: sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev

Arch Linux: sudo pacman -S cmake libevdev libconfig libudev

Building

To build this project, run:

mkdir build
cd build
cmake ..
make

To install, run sudo make install after building. You can set the daemon to start at boot by running sudo systemctl start logid.

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

Device Compatible?
MX Master 3 Yes
MX Master 2 Yes
MX Master Yes
MX Vertical Yes
MX Ergo Yes
T400 Yes
K400r Untested
K350 Untested
M325c Untested

I own the MX Master, T400, K400r, K350, and M325c. Feel free to add to this list if you can test any additional devices.