Fixes to make cpplint happy

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

@ -36,8 +36,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
Key_skip, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_Minus,
Key_RightShift, Key_RightAlt, Key_Spacebar, Key_RightControl,
Key_skip
),
Key_skip),
};
static const Key topsyTurvyList[] PROGMEM = {

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

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

Loading…
Cancel
Save