Make the linter happy

pull/389/head
Jesse Vincent 8 years ago
parent e23f014f1c
commit a49b987d5c
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -90,6 +90,6 @@ TopsyTurvy::eventHandlerHook (Key mappedKey, byte row, byte col, uint8_t keyStat
return Key_NoKey;
}
};
} // namespace KaleidoscopePlugins
KaleidoscopePlugins::TopsyTurvy TopsyTurvy;

@ -25,7 +25,7 @@ class TopsyTurvy: public KaleidoscopePlugin {
public:
TopsyTurvy (void);
virtual void begin (void) final;
void begin (void) final;
static void configure (const Key topsyTurvyList[]);
@ -34,7 +34,7 @@ class TopsyTurvy: public KaleidoscopePlugin {
static uint8_t topsyTurvyModState;
static Key eventHandlerHook (Key mappedKey, byte row, byte col, uint8_t keyState);
};
};
}
} // namespace KaleidoscopePlugins
extern KaleidoscopePlugins::TopsyTurvy TopsyTurvy;

Loading…
Cancel
Save