Major refactoring, transferring from masterd

This commit is contained in:
PixlOne
2019-07-17 01:53:51 -04:00
parent 2190b527a7
commit 9c092edcf3
17 changed files with 1653 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# 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 [libhidpp](https://github.com/cvuchener/hidpp)
To build this project, run:
```
mkdir build
cd build
cmake ..
make
```
Installation is currently not implemented.
## Compatible Devices
| Device | Compatible? |
|:---------:|:-----------:|
| MX Master | Yes |
| T400 | Untested |
| 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.