diff --git a/README.md b/README.md index 1a05617..30c3a0e 100644 --- a/README.md +++ b/README.md @@ -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`