summaryrefslogtreecommitdiff
path: root/keyboards/jian/keymaps
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-12-30 11:48:05 +1100
committerGitHub <noreply@github.com>2022-12-30 11:48:05 +1100
commit801d2ff940a5f19ee4fa7df992e86d1fd1daf610 (patch)
tree90ae25746c3ccf245c43a74fea4f2741255134c4 /keyboards/jian/keymaps
parent2b61cc739fa3ec24391752335c92703862726544 (diff)
Remove useless line continuations (#19399)
Diffstat (limited to 'keyboards/jian/keymaps')
-rw-r--r--keyboards/jian/keymaps/advanced/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/jian/keymaps/advanced/keymap.c b/keyboards/jian/keymaps/advanced/keymap.c
index 0c13b2d301..f06be1f2ed 100644
--- a/keyboards/jian/keymaps/advanced/keymap.c
+++ b/keyboards/jian/keymaps/advanced/keymap.c
@@ -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