1
0

Fix trailing whitespace and stray tab

Signed-off-by: Wes Malone <wes@mitsi.com>
This commit is contained in:
Wes Malone 2018-09-21 15:21:17 -05:00
parent d99fdbd15b
commit 7bb88bd5a5

View File

@ -156,7 +156,7 @@ enum { PRIMARY, NUMPAD, FUNCTION }; // layers
KEYMAPS(
#if defined (PRIMARY_KEYMAP_QWERTY)
#if defined (PRIMARY_KEYMAP_QWERTY)
[PRIMARY] = KEYMAP_STACKED
(___, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext,
Key_Backtick, Key_Q, Key_W, Key_E, Key_R, Key_T, Key_Tab,
@ -189,7 +189,7 @@ KEYMAPS(
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl,
ShiftToLayer(FUNCTION)),
#elif defined (PRIMARY_KEYMAP_COLEMAK)
#elif defined (PRIMARY_KEYMAP_COLEMAK)
[PRIMARY] = KEYMAP_STACKED
(___, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext,
@ -223,11 +223,11 @@ KEYMAPS(
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl,
ShiftToLayer(FUNCTION)),
#else
#else
#error "No default keymap defined. You should make sure that you have a line like '#define PRIMARY_KEYMAP_QWERTY' in your sketch"
#endif
#endif
@ -260,7 +260,7 @@ KEYMAPS(
Key_PcApplication, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe,
___, ___, Key_Enter, ___,
___)
) // KEYMAPS(
) // KEYMAPS(
/* Re-enable astyle's indent enforcement */
// *INDENT-ON*