|
|
@ -50,7 +50,7 @@ class TypingBreaks : public KaleidoscopePlugin {
|
|
|
|
static uint16_t settingsBase;
|
|
|
|
static uint16_t settingsBase;
|
|
|
|
|
|
|
|
|
|
|
|
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
|
|
|
|
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
extern KaleidoscopePlugins::TypingBreaks TypingBreaks;
|
|
|
|
extern KaleidoscopePlugins::TypingBreaks TypingBreaks;
|
|
|
|