summaryrefslogtreecommitdiff
path: root/keyboards/flehrad
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/flehrad
parent2b61cc739fa3ec24391752335c92703862726544 (diff)
Remove useless line continuations (#19399)
Diffstat (limited to 'keyboards/flehrad')
-rw-r--r--keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c b/keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c
index 76d0808fda..4a34640466 100644
--- a/keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c
+++ b/keyboards/flehrad/bigswitch/keymaps/wanleg/keymap.c
@@ -18,9 +18,9 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( /* Base */
-TD(CAD_TD) \
+TD(CAD_TD)
),
[1] = LAYOUT( /*Secondary*/
-TD(BSW_TAP_DANCE) \
+TD(BSW_TAP_DANCE)
),
}; \ No newline at end of file