defy-larry is a larry plugin to change the LED colors on the Dygma (Defy) keyboard.
Install larry.
Install defy-larry:
$ pip install git+https://github.com/enku/defy-larryAdd defy_larry to your list of larry plugins, e.g.:
# ~/.config/larry.cfg
[larry]
...
plugins = vim defy_larry
In addition you can add configuration for the plugin::
[plugins:defy_larry]
# What effect to use to enhance the colors. Valid values are "soften",
"pastelize" and "none". The default is "none".
effect = pastelize
# Increase the intensity (saturation) of the colors by this amount (between -1
and 1). A value of 0, the default, does not alter the colors. Values greater
than 0 increase saturation. Values less than 0 decrease the saturation.
intensity = 0.6
Restart larry and enjoy!
The keyboard's flash memory is written whenever larry changes colors. This flash memory has a limited lifespan, so care should be taken not to run this too much on your keyboard (don't use this to simulate animation, for example).
This plugin has been tested on the Dygma Defy keyboard, but other Dygma (or non-Dygma) keyboards may work as well.
