|
|
|
@ -25,7 +25,7 @@ class TypingBreaks : public KaleidoscopePlugin {
|
|
|
|
|
public:
|
|
|
|
|
TypingBreaks (void);
|
|
|
|
|
|
|
|
|
|
virtual void begin (void) final;
|
|
|
|
|
void begin (void) final;
|
|
|
|
|
|
|
|
|
|
static void enableEEPROM (void);
|
|
|
|
|
static bool focusHook (const char *command);
|
|
|
|
@ -50,8 +50,8 @@ class TypingBreaks : public KaleidoscopePlugin {
|
|
|
|
|
static uint16_t settingsBase;
|
|
|
|
|
|
|
|
|
|
static Key eventHandlerHook (Key mappedKey, byte row, byte col, uint8_t keyState);
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
} // namespace KaleidoscopePlugins
|
|
|
|
|
|
|
|
|
|
extern KaleidoscopePlugins::TypingBreaks TypingBreaks;
|
|
|
|
|
|
|
|
|
|