Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An unofficial userspace driver for HID++ Logitech devices

License

NotificationsYou must be signed in to change notification settings

Water261/logiops

 
 

Repository files navigation

Build Status

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 tologid.example.cfg for an example.

Default location for the configuration file is /etc/logid.cfg, but another can be specified using the-c flag.

Dependencies

This project requires a C++20 compiler,cmake,libevdev,libudev,glib, andlibconfig.For popular distributions, I've included commands below.

Arch Linux:sudo pacman -S base-devel cmake libevdev libconfig systemd-libs glib2

Debian/Ubuntu:sudo apt install build-essential cmake pkg-config libevdev-dev libudev-dev libconfig++-dev libglib2.0-dev

Fedora:sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++ glib2-devel

Gentoo Linux:sudo emerge dev-libs/libconfig dev-libs/libevdev dev-libs/glib dev-util/cmake virtual/libudev

Solus:sudo eopkg install cmake libevdev-devel libconfig-devel libgudev-devel glib2-devel

openSUSE:sudo zypper install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++ libconfig++-devel libudev-devel glib2-devel

Building

To build this project, run:

mkdir buildcd buildcmake -DCMAKE_BUILD_TYPE=Release ..make

To install, runsudo make install after building. You can set the daemon to start at boot by runningsudo systemctl enable logid orsudo systemctl enable --now logid if you want to enable and start the daemon.

Development

The project may only run as root, but for development purposes, you may find itconvenient to run as non-root on the user bus. You must compile with the CMakeflag-DUSE_USER_BUS=ON to use the user bus.

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

Credits

Logitech, Logi, and their logos are trademarks or registered trademarks of Logitech Europe S.A. and/or its affiliates in the United States and/or other countries. This software is an independent product that is not endorsed or created by Logitech.

Thanks to the following people for contributing to this repository.

About

An unofficial userspace driver for HID++ Logitech devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++98.4%
  • CMake1.4%
  • C0.2%

[8]ページ先頭

©2009-2025 Movatter.jp