summary refs log tree commit diff
path: root/keyboards/handwired/gamenum
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/handwired/gamenum
parent2b61cc739fa3ec24391752335c92703862726544 (diff)
Remove useless line continuations (#19399)
Diffstat (limited to 'keyboards/handwired/gamenum')
-rw-r--r--keyboards/handwired/gamenum/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/gamenum/readme.md b/keyboards/handwired/gamenum/readme.md
index ee28cc1822..daefef48cc 100644
--- a/keyboards/handwired/gamenum/readme.md
+++ b/keyboards/handwired/gamenum/readme.md
@@ -46,11 +46,11 @@ Next thing to do is to add the actual layer for the keymap.
 
 ```
   [DEF] = LAYOUT(
-    KC_FN0,  KC_SLSH, KC_ASTR, KC_MINS, \
-    KC_7,    KC_8,    KC_9,    KC_PLUS, \
-    KC_4,    KC_5,    KC_6,             \
-    KC_1,    KC_2,    KC_3,             \
-    KC_0,             KC_DOT,  KC_ENT   \
+    KC_FN0,  KC_SLSH, KC_ASTR, KC_MINS,
+    KC_7,    KC_8,    KC_9,    KC_PLUS,
+    KC_4,    KC_5,    KC_6,
+    KC_1,    KC_2,    KC_3,
+    KC_0,             KC_DOT,  KC_ENT
   )
 ```