diff --git a/src/Kaleidoscope/TypingBreaks.h b/src/Kaleidoscope/TypingBreaks.h index 6a7f49f0..f4a0782d 100644 --- a/src/Kaleidoscope/TypingBreaks.h +++ b/src/Kaleidoscope/TypingBreaks.h @@ -50,7 +50,7 @@ class TypingBreaks : public KaleidoscopePlugin { static uint16_t settingsBase; static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState); -} +}; } extern KaleidoscopePlugins::TypingBreaks TypingBreaks;