diff options
author | Ryan <fauxpark@gmail.com> | 2022-12-30 11:48:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 11:48:05 +1100 |
commit | 801d2ff940a5f19ee4fa7df992e86d1fd1daf610 (patch) | |
tree | 90ae25746c3ccf245c43a74fea4f2741255134c4 /layouts/community/ortho_4x12/mguterl | |
parent | 2b61cc739fa3ec24391752335c92703862726544 (diff) |
Remove useless line continuations (#19399)
Diffstat (limited to 'layouts/community/ortho_4x12/mguterl')
-rw-r--r-- | layouts/community/ortho_4x12/mguterl/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/mguterl/keymap.c b/layouts/community/ortho_4x12/mguterl/keymap.c index 5b55fa3fa5..49fb802a63 100644 --- a/layouts/community/ortho_4x12/mguterl/keymap.c +++ b/layouts/community/ortho_4x12/mguterl/keymap.c @@ -55,7 +55,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * Util is accessed by holding Space. The Util layer contains vimkeys and * shortcuts that I find myself needing often. */ -[_UTIL] = LAYOUT_ortho_4x12( \ +[_UTIL] = LAYOUT_ortho_4x12( _______, GUI_1, GUI_2, GUI_3, GUI_4, GUI_5, GUI_6, GUI_7, GUI_8, GUI_9, GUI_0, _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______, GO_BACK, GO_FWD, _______, _______, _______, |