Remove useless line continuations (#19399)
This commit is contained in:
parent
2b61cc739f
commit
801d2ff940
481 changed files with 8637 additions and 8723 deletions
|
@ -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
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue