From ea250c3446dad357d9a5c77404873b41d1e5c9f5 Mon Sep 17 00:00:00 2001 From: Kajsa Anderson Date: Sun, 14 Oct 2018 22:49:49 -0500 Subject: [PATCH] Update README.md Update reference to obsolete, removed method kaleidoscope.use Signed-off-by: Kajsa Anderson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db9d4cc..ba4b7dd0 100644 --- a/README.md +++ b/README.md @@ -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 with the LEDs, and apply the highlight over those. ## Plugin properties The plugin provides the `ActiveModColorEffect` object, which has the following -property: +properties: ### `.highlight_color`