|
|
@ -34,7 +34,7 @@ class TopsyTurvy: public KaleidoscopePlugin {
|
|
|
|
static uint8_t topsyTurvyModState;
|
|
|
|
static uint8_t topsyTurvyModState;
|
|
|
|
|
|
|
|
|
|
|
|
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
|
|
|
|
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
} // namespace KaleidoscopePlugins
|
|
|
|
} // namespace KaleidoscopePlugins
|
|
|
|
|
|
|
|
|
|
|
|
extern KaleidoscopePlugins::TopsyTurvy TopsyTurvy;
|
|
|
|
extern KaleidoscopePlugins::TopsyTurvy TopsyTurvy;
|
|
|
|