Add note about state of branch in README.md

This commit is contained in:
pixl 2020-06-16 19:56:27 -04:00
parent ec4ae56bc4
commit 1de722b935
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E

View File

@ -1,5 +1,7 @@
# logiops
#### This branch is a WIP and currently does not function.
This is an unofficial driver for Logitech mice and keyboard.
This is currently only compatible with HID++ \>2.0 devices.
@ -13,7 +15,7 @@ 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.
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`