summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier <olivier@gid0.org>2016-07-04 01:10:40 +0200
committerOlivier <olivier@gid0.org>2016-07-04 01:10:40 +0200
commit4cfb262faab653247f4d66d44bf5f3339d82bd36 (patch)
tree3ff50309085f296ec48d70891eec0cb9195096f8
parent703dc2685372a8cd274df4fc1088fc2ba50b2563 (diff)
Spellchecking.
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index c24d951d8d..02207702c4 100644
--- a/readme.md
+++ b/readme.md
@@ -570,7 +570,7 @@ Enable the backlight from the Makefile.
All of these functions are available in the `*_kb()` or `*_user()` variety. `kb` ones should only be used in the `<keyboard>/<keyboard>.c` file, and `user` ones should only be used in the `keymap.c`. The keyboard ones call the user ones - it's necessary to keep these calls to allow the keymap functions to work correctly.
-## `void martix_init_*(void)`
+## `void matrix_init_*(void)`
This function gets called when the matrix is initiated, and can contain start-up code for your keyboard/keymap.