diff --git a/src/Kaleidoscope.h b/src/Kaleidoscope.h index 7488ed5e..896816fc 100644 --- a/src/Kaleidoscope.h +++ b/src/Kaleidoscope.h @@ -50,6 +50,7 @@ extern HARDWARE_IMPLEMENTATION KeyboardHardware; static KaleidoscopePlugin *__p[] = {plugins, NULL}; \ Kaleidoscope.use(plugins, NULL); \ }) +#define USE_PLUGIN(plugin) (plugin)->begin() class KaleidoscopePlugin { public: