Go to file
pixl 684f502b2e Support cmake versions supplied by Ubuntu repos.
Mirroring @rockerbacon's commit: 431c7c038c86574f8ba19f43ecaa52b443c9d135
2019-07-23 16:27:48 -04:00
2019-07-22 19:47:09 -04:00
2019-07-09 13:58:10 -04:00
2019-07-22 19:47:09 -04:00

logiops

This is an unofficial driver for Logitech mice and keyboard.

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

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.

Description
No description provided
Readme 557 KiB
Languages
C++ 98.5%
CMake 1.5%