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

@ -191,9 +191,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_QWERTY] = LAYOUT_base_wrapper(QWERTY_base),
#ifdef DIPS_ENABLE
[_DIPS] = LAYOUT_dips(\
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH, \
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH \
[_DIPS] = LAYOUT_dips(
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH,
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH
),
#endif // DIPS_ENABLE