]> code.bitgloo.com Git - clyne/logitech-g710-linux-driver.git/commitdiff
updated Readme
authorWattos <Wattos@gmail.com>
Sat, 11 May 2013 15:08:19 +0000 (18:08 +0300)
committerWattos <Wattos@gmail.com>
Sat, 11 May 2013 15:08:19 +0000 (18:08 +0300)
README.md

index 0d75009b6e672d52fa8c112a12adbbd91932fa98..acd66b0d33850d48072e2479a59c4654ddee8a4a 100644 (file)
--- 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>