Go to file
2019-08-08 20:17:10 -04:00
src/logid Undivert unused CIDs 2019-08-08 20:17:10 -04:00
CMakeLists.txt Support cmake versions supplied by Ubuntu repos. 2019-07-23 16:27:48 -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 Add config info in README 2019-07-29 22:56:20 -04: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.

Building

This project requires a C++14 compiler, cmake, libevdev, libconfig, and my fork of libhidpp

To build this project, run:

mkdir build
cd build
cmake ..
make

Installation is currently not implemented.

Compatible Devices

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