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
481 changed files with 8637 additions and 8723 deletions

View File

@@ -22,11 +22,11 @@ enum custom_keycodes {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_ortho_5x4( /* Base */
KC_NUM, KC_PSLS, KC_PAST, KC_BSPC, \
KC_P7, KC_P8, KC_P9, KC_MINS, \
KC_P4, KC_P5, KC_P6, KC_PPLS, \
KC_P1, KC_P2, KC_P3, KC_EQL, \
DBLZERO, KC_P0, KC_PDOT, KC_PENT \
KC_NUM, KC_PSLS, KC_PAST, KC_BSPC,
KC_P7, KC_P8, KC_P9, KC_MINS,
KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_P1, KC_P2, KC_P3, KC_EQL,
DBLZERO, KC_P0, KC_PDOT, KC_PENT
)
};