[Docs] Clean up some code block languages (#14434)

This commit is contained in:
Ryan
2021-09-14 22:16:24 +10:00
committed by GitHub
parent 0ca4a56a04
commit b56282756b
25 changed files with 61 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ The reasons to use this feature include:
Implementing custom matrix usually involves compilation of an additional source file. It is recommended that for consistency, this file is called `matrix.c`.
Add a new file to your keyboard directory:
```text
```
keyboards/<keyboard>/matrix.c
```