examples/AppSwitcher: Use Kaleidoscope.use instead of USE_PLUGINS

Signed-off-by: Gergely Nagy <kaleidoscope@gergo.csillger.hu>
pull/181/head
Gergely Nagy 7 years ago
parent 4dbc5d5707
commit acbb9a8e26

@ -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();
}

Loading…
Cancel
Save