From: Wattos Date: Sat, 11 May 2013 15:08:19 +0000 (+0300) Subject: updated Readme X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=198b5da636c75fc7979926523ac8bb78f7640fb2;p=clyne%2Flogitech-g710-linux-driver.git updated Readme --- diff --git a/README.md b/README.md index 0d75009..acd66b0 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,12 @@ echo -n "5" > /sys/bus/hid/devices/0003:046D:C24D.XXXX/logitech-g710/led_macro Writing the led_keys is a bit more involved. The file expects a single digit which is constructed in the following way: +
 value= wasd << 4 | key
 
 where: 
    wasd - WASD light intensity
    key - Other key light intensity
 
-Only values from 0-4 accepted
\ No newline at end of file
+Only values from 0-4 accepted
+