diff options
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 | ||