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) |
[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 cfa900a33d..8f6878f94a 100644 --- a/docs/custom_matrix.md +++ b/docs/custom_matrix.md @@ -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 ``` |