diff --git a/README.md b/README.md index de05feda..0e30fd4f 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ register the `Focus` hooks, and it will do the rest. #include void setup(void) { - Kaleidoscope.setup(); USE_PLUGINS(&ColormapEffect, &Focus); + + Kaleidoscope.setup(); ColormapEffect.max_layers(1); Focus.addHook(FOCUS_HOOK_LEDPALETTETHEME);