Merge pull request #63 from wesQ3/whitespace-fix
Fix trailing whitespace and stray tab
This commit is contained in:
commit
c24497f0e6
@ -156,7 +156,7 @@ enum { PRIMARY, NUMPAD, FUNCTION }; // layers
|
|||||||
|
|
||||||
KEYMAPS(
|
KEYMAPS(
|
||||||
|
|
||||||
#if defined (PRIMARY_KEYMAP_QWERTY)
|
#if defined (PRIMARY_KEYMAP_QWERTY)
|
||||||
[PRIMARY] = KEYMAP_STACKED
|
[PRIMARY] = KEYMAP_STACKED
|
||||||
(___, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext,
|
(___, 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,
|
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,
|
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl,
|
||||||
ShiftToLayer(FUNCTION)),
|
ShiftToLayer(FUNCTION)),
|
||||||
|
|
||||||
#elif defined (PRIMARY_KEYMAP_COLEMAK)
|
#elif defined (PRIMARY_KEYMAP_COLEMAK)
|
||||||
|
|
||||||
[PRIMARY] = KEYMAP_STACKED
|
[PRIMARY] = KEYMAP_STACKED
|
||||||
(___, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext,
|
(___, 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,
|
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl,
|
||||||
ShiftToLayer(FUNCTION)),
|
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"
|
#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_PcApplication, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe,
|
||||||
___, ___, Key_Enter, ___,
|
___, ___, Key_Enter, ___,
|
||||||
___)
|
___)
|
||||||
) // KEYMAPS(
|
) // KEYMAPS(
|
||||||
|
|
||||||
/* Re-enable astyle's indent enforcement */
|
/* Re-enable astyle's indent enforcement */
|
||||||
// *INDENT-ON*
|
// *INDENT-ON*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user