|
Kaleidoscope
|
The FingerPainter plugin provides an elaborate LED mode, in which one's able to paint with their fingers: when edit mode is toggled on, keys will - instead of performing their normal function - cycle through the global palette - as provided by the LED-Palette-Theme plugin -, one by one for each tap.
This allows us to edit the theme with the keyboard only, without any special software (except to toggle edit mode on and off).
To use the plugin, just include the header, add it to the list of used plugins, and register the Focus hooks:
The plugin provides the FingerPainter object, which provides no public methods.
The plugin provides a single Focus hook: FOCUS_HOOK_FINGERPAINTER, which in turn provides the following commands:
fingerpainter.clearClears the canvas, so that one can start a new painting.
fingerpainter.toggleToggles the painting mode on and off.
Starting from the example is the recommended way of getting started with the plugin.
1.8.13