1
0
Fork 0

Remove useless line continuations (#19399)

This commit is contained in:
Ryan 2022-12-30 11:48:05 +11:00 committed by GitHub
parent 2b61cc739f
commit 801d2ff940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
481 changed files with 8637 additions and 8723 deletions

View file

@ -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, _______, _______, _______,