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

@@ -32,7 +32,7 @@ extern keymap_config_t keymap_config;
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[BASE] = LAYOUT_wrapper( \
[BASE] = LAYOUT_wrapper(
ROW5_LEFT_BASE, KC_F5, KC_F6, ROW5_RGHT_BASE,
ROW4_LEFT_BASE, TG(GAME), TG(GAME_ARROW), ROW4_RGHT_BASE,
ROW3_LEFT_BASE, KC_LGUI, KC_BSPC, ROW3_RGHT_BASE,