diff --git a/examples/AppSwitcher/AppSwitcher.ino b/examples/AppSwitcher/AppSwitcher.ino index a7a239a9..e8b231d5 100644 --- a/examples/AppSwitcher/AppSwitcher.ino +++ b/examples/AppSwitcher/AppSwitcher.ino @@ -58,7 +58,7 @@ const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) { } void setup() { - USE_PLUGINS(&HostOS, &Macros); + Kaleidoscope.use(&HostOS, &Macros); Kaleidoscope.setup(); }