clean up indentation of keymaps
This commit is contained in:
parent
b759e003af
commit
1f614f52c2
@ -113,8 +113,8 @@ enum { QWERTY, FUNCTION, NUMPAD }; // layers
|
|||||||
|
|
||||||
const Key keymaps[][ROWS][COLS] PROGMEM = {
|
const Key keymaps[][ROWS][COLS] PROGMEM = {
|
||||||
|
|
||||||
[QWERTY] = KEYMAP_STACKED(\
|
[QWERTY] = 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, \
|
||||||
Key_PageUp, Key_A, Key_S, Key_D, Key_F, Key_G, \
|
Key_PageUp, Key_A, Key_S, Key_D, Key_F, Key_G, \
|
||||||
Key_PageDown, Key_Z, Key_X, Key_C, Key_V, Key_B, Key_Escape, \
|
Key_PageDown, Key_Z, Key_X, Key_C, Key_V, Key_B, Key_Escape, \
|
||||||
@ -128,8 +128,8 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
|
|||||||
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl, \
|
Key_RightShift, Key_LeftAlt, Key_Spacebar, Key_RightControl, \
|
||||||
Key_Keymap1_Momentary),
|
Key_Keymap1_Momentary),
|
||||||
|
|
||||||
[FUNCTION] = KEYMAP_STACKED(\
|
[FUNCTION] = KEYMAP_STACKED
|
||||||
___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, XXX, \
|
(___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, XXX, \
|
||||||
Key_Tab, ___, Key_mouseUp, ___, Key_mouseBtnR, Key_mouseWarpEnd, Key_mouseWarpNE, \
|
Key_Tab, ___, Key_mouseUp, ___, Key_mouseBtnR, Key_mouseWarpEnd, Key_mouseWarpNE, \
|
||||||
Key_Home, Key_mouseL, Key_mouseDn, Key_mouseR, Key_mouseBtnL, Key_mouseWarpNW, \
|
Key_Home, Key_mouseL, Key_mouseDn, Key_mouseR, Key_mouseBtnL, Key_mouseWarpNW, \
|
||||||
Key_End, Key_PrintScreen, Key_Insert, ___, Key_mouseBtnM, Key_mouseWarpSW, Key_mouseWarpSE, \
|
Key_End, Key_PrintScreen, Key_Insert, ___, Key_mouseBtnM, Key_mouseWarpSW, Key_mouseWarpSE, \
|
||||||
@ -144,15 +144,14 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
|
|||||||
___),
|
___),
|
||||||
|
|
||||||
|
|
||||||
[NUMPAD] = KEYMAP_STACKED(\
|
[NUMPAD] = KEYMAP_STACKED
|
||||||
___, ___, ___, ___, ___, ___, ___, \
|
(___, ___, ___, ___, ___, ___, ___, \
|
||||||
___, ___, ___, ___, ___, ___, ___, \
|
___, ___, ___, ___, ___, ___, ___, \
|
||||||
___, ___, ___, ___, ___, ___, \
|
___, ___, ___, ___, ___, ___, \
|
||||||
___, ___, ___, ___, ___, ___, ___, \
|
___, ___, ___, ___, ___, ___, ___, \
|
||||||
___, ___, ___, ___, \
|
___, ___, ___, ___, \
|
||||||
___, \
|
___, \
|
||||||
\
|
\
|
||||||
\
|
|
||||||
M(MACRO_VERSION_INFO), ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___, \
|
M(MACRO_VERSION_INFO), ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___, \
|
||||||
___, ___, Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadAdd, ___, \
|
___, ___, Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadAdd, ___, \
|
||||||
___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, Key_Quote, \
|
___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, Key_Quote, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user