Merge pull request #14 from kajsa/update-docs-for-api-change

Update README.md
pull/389/head
Gergely Nagy 6 years ago committed by GitHub
commit 825df924f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,14 +31,14 @@ void setup () {
} }
``` ```
It is recommended to place the activation (the `Kaleidoscope.use` call) of the It is recommended to place the activation (the `KALEIDOSCOPE_INIT_PLUGINS` parameter) of the
plugin last, so that it can reliably override any other plugins that may work plugin last, so that it can reliably override any other plugins that may work
with the LEDs, and apply the highlight over those. with the LEDs, and apply the highlight over those.
## Plugin properties ## Plugin properties
The plugin provides the `ActiveModColorEffect` object, which has the following The plugin provides the `ActiveModColorEffect` object, which has the following
property: properties:
### `.highlight_color` ### `.highlight_color`

Loading…
Cancel
Save