Skip to content

An unofficial userspace driver for HID++ Logitech devices

License

Notifications You must be signed in to change notification settings

claviger-pc/logiops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An unofficial userspace driver for HID++ Logitech devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • CMake 5.4%