diff --git a/README.md b/README.md index 5a8bfdc..a652ce4 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,22 @@ If you find the project useful, do not forget to give project a [![GitHub stars](https://img.shields.io/github/stars/asus-linux-drivers/asus-fliplock-driver.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-fliplock-driver/stargazers) People already did! -![gif preview](./preview.gif) - ## Features -- Disable backlight of keyboard in tablet mode and use latest level of backlight when is mode changed back to laptop mode; NumberPad backlight does the same; CapsLock led too; history may be done for example via optional file [`brightness_hw_changed`](https://patchwork.kernel.org/project/platform-driver-x86/patch/20170129134252.6185-1-hdegoede@redhat.com/) or temp file located in `/tmp` -- When does not exist device `Intel HID switches` yet, driver will try find again every 5s and use for first flip event from `Asus WMI hotkeys`, concretely will catch configurable key, by default `EV_KEY.KEY_PROG2` +- By default disable backlight of keyboard in tablet mode, Remember latest backlight levels via temp file located in `/tmp` +- By default disable backlight of NumLock key in tablet mode +- By default disable backlight of NumberPad in tablet mode, remember latest backlight level via temp file located in `/tmp` +- When does not exist device `Intel HID switches` yet, driver will try find again every 5s and will use for first time flip event from `Asus WMI hotkeys`, concretely will catch configurable key, by default `EV_KEY.KEY_PROG2` + +## Preview + +![gif preview](./preview.gif)
+ +## Installation + You can get the latest ASUS fliplock driver for Linux from Git and install it using the following commands. ``` git clone https://github.com/asus-linux-drivers/asus-fliplock-driver