aboutsummaryrefslogtreecommitdiff
path: root/docs/custom_matrix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/custom_matrix.md')
-rw-r--r--docs/custom_matrix.md2
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:
15Implementing custom matrix usually involves compilation of an additional source file. It is recommended that for consistency, this file is called `matrix.c`. 15Implementing custom matrix usually involves compilation of an additional source file. It is recommended that for consistency, this file is called `matrix.c`.
16 16
17Add a new file to your keyboard directory: 17Add a new file to your keyboard directory:
18```text 18```
19keyboards/<keyboard>/matrix.c 19keyboards/<keyboard>/matrix.c
20``` 20```
21 21