Go to file
pixl c1423e345e
Support HiresScroll gesture remapping
This commit allows HiresScroll (when target is true) to map the up and
down events to gestures that support it (i.e.AxisGesture/
IntervalGesture). This check is done by checking if wheelCompatibility()
is true.

This also allows hires scroll events to send low-res scroll events as
well.

TODO: Fix bug w/ Chromium (and some other programs?) where mapping
scroll wheel to REL_WHEEL_HI_RES will cause the program to skip events
occassionally. I have literally been stuck on this bug for a week and I
still don't know what causes it. evtest shows proper scroll events,
Firefox works fine, and libinput test-gui reports proper scrolling.
2020-08-21 16:05:20 -04:00
.github Add GitHub Actions 2020-07-12 21:09:37 -04:00
src/logid Support HiresScroll gesture remapping 2020-08-21 16:05:20 -04:00
.gitignore Added mutex to devices to avoid cuncurrency issues 2019-09-13 11:21:26 -03:00
CMakeLists.txt Fix versioning system 2020-07-15 13:22:05 -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 Merge pull request #91 from rumesh986/master 2020-07-19 02:06:55 -04:00
TESTED.md Align columns in TESTED.md 2020-07-25 15:09:14 -04:00
version.txt Add version.txt for tarballs 2020-07-15 13:23:11 -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.

Default location for the configuration file is /etc/logid.cfg.

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 pkgconf

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

For a list of tested devices, check TESTED.md

Special Thanks

Thanks to the following people for contributing to this repository.