Use `Kaleidoscope.use` in the README too

Signed-off-by: Gergely Nagy <kaleidoscope@gergo.csillger.hu>
pull/365/head
Gergely Nagy 7 years ago
parent a451ed8383
commit a4daa45e49

@ -31,9 +31,10 @@ void setup (){
} }
``` ```
It is recommended to place the activation of the plugin (the `USE_PLUGINS` call) It is recommended to place the activation of the plugin (the `Kaleidoscope.use`
as early as possible, so the plugin can catch all relevant key presses. The call) as early as possible, so the plugin can catch all relevant key presses.
configuration can happen at any time and should use the `STALKER` macro to do so. The configuration can happen at any time and should use the `STALKER` macro to
do so.
## Plugin methods ## Plugin methods

Loading…
Cancel
Save