You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
pixl e66039ae41
Merge pull request #68 from zv0n/master
4 years ago
src/logid Only prit CIDs the first time a device connects 4 years ago
.gitignore Added mutex to devices to avoid cuncurrency issues 5 years ago
.gitmodules Add libhidpp as submodule 5 years ago
CMakeLists.txt Set CMAKE_INSTALL_PREFIX to /usr 4 years ago
LICENSE Initial commit 5 years ago
README.md Add MX Vertical to tested devices 4 years ago
logid.example.cfg Use events instead of continous pinging 5 years ago

README.md

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.

Building

This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig

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.

Compatible Devices

Device Compatible?
MX Master Yes
MX Vertical 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.