aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWattos <Wattos@gmail.com>2013-05-11 18:08:19 +0300
committerWattos <Wattos@gmail.com>2013-05-11 18:08:19 +0300
commit198b5da636c75fc7979926523ac8bb78f7640fb2 (patch)
tree1ef4abe7a00d61b7a1b4284176fa371eb35399f3
parentd1fa1eb19eeaa95b673e695e48da090be4f55f37 (diff)
updated Readme
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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
</pre>
Writing the led_keys is a bit more involved. The file expects a single digit which is constructed in the following way:
+<pre>
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
+</pre>