diff options
author | Wattos <Wattos@gmail.com> | 2013-05-11 18:09:10 +0300 |
---|---|---|
committer | Wattos <Wattos@gmail.com> | 2013-05-11 18:09:10 +0300 |
commit | 36970df83317a81ee8d579384a509a463cb38a16 (patch) | |
tree | ba76cac3fe31eb7ab834e46f85bdf5b0cde07090 | |
parent | 198b5da636c75fc7979926523ac8bb78f7640fb2 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ 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: <pre> -value= wasd << 4 | key +value= wasd << 4 | key where: wasd - WASD light intensity |