[Doc]: Correct Markdown syntax errors. (#22511)

This commit is contained in:
猫咪恐慌 2023-11-28 21:48:47 -05:00 committed by GitHub
parent b7df75e47f
commit 0fb3aaec8e
Failed to generate hash of commit
5 changed files with 16 additions and 15 deletions

View file

@ -345,10 +345,9 @@ is not set, all other layers will reference themselves.
}
return layer; // important if default is not in case.
}
```
The equivalent definition using the combo macros is this:
The equivalent definition using the combo macros is this:
```c
COMBO_REF_LAYER(_DVORAK, _QWERTY)