diff options
| author | Ryan <fauxpark@gmail.com> | 2021-09-14 22:16:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 13:16:24 +0100 |
| commit | b56282756b5faa410301de8c4ecdcae0e0148652 (patch) | |
| tree | cf68cfe0e4f148d6eab52ae289ce261bea88f6c3 /docs/custom_matrix.md | |
| parent | 0ca4a56a0449d17a497ba610d4cee41c914ff50e (diff) | |
| download | qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.tar.gz qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.zip | |
[Docs] Clean up some code block languages (#14434)
Diffstat (limited to 'docs/custom_matrix.md')
| -rw-r--r-- | docs/custom_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_matrix.md b/docs/custom_matrix.md index cfa900a33..8f6878f94 100644 --- a/docs/custom_matrix.md +++ b/docs/custom_matrix.md | |||
| @@ -15,7 +15,7 @@ The reasons to use this feature include: | |||
| 15 | Implementing custom matrix usually involves compilation of an additional source file. It is recommended that for consistency, this file is called `matrix.c`. | 15 | Implementing custom matrix usually involves compilation of an additional source file. It is recommended that for consistency, this file is called `matrix.c`. |
| 16 | 16 | ||
| 17 | Add a new file to your keyboard directory: | 17 | Add a new file to your keyboard directory: |
| 18 | ```text | 18 | ``` |
| 19 | keyboards/<keyboard>/matrix.c | 19 | keyboards/<keyboard>/matrix.c |
| 20 | ``` | 20 | ``` |
| 21 | 21 | ||
