diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: -value= wasd << 4 | key +<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> |