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

@@ -27,16 +27,16 @@ enum Layer
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[JP] = LAYOUT(
JP_LABK,JP_RABK,JP_PLUS,JP_MINS,\
LT(CONFIG,JP_DOT),JP_COMM,JP_LBRC,LT(CONFIG,JP_RBRC)\
JP_LABK,JP_RABK,JP_PLUS,JP_MINS,
LT(CONFIG,JP_DOT),JP_COMM,JP_LBRC,LT(CONFIG,JP_RBRC)
),
[EN] = LAYOUT(
KC_LT,KC_GT,KC_PLUS,KC_MINS,\
LT(CONFIG,KC_DOT),KC_COMM,KC_LBRC,LT(CONFIG,KC_RBRC)\
KC_LT,KC_GT,KC_PLUS,KC_MINS,
LT(CONFIG,KC_DOT),KC_COMM,KC_LBRC,LT(CONFIG,KC_RBRC)
),
[CONFIG]= LAYOUT(
KC_NO,DF(JP),DF(JP),KC_NO,\
KC_TRNS,DF(EN),DF(JP),KC_TRNS\
KC_NO,DF(JP),DF(JP),KC_NO,
KC_TRNS,DF(EN),DF(JP),KC_TRNS
)
};