]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Merge pull request #580 from MatsLanGoH/patch-1
authorErez Zukerman <bulk@ezuk.org>
Fri, 29 Jul 2016 12:09:05 +0000 (08:09 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2016 12:09:05 +0000 (08:09 -0400)
Fixed a typo

readme.md

index 3854f4b8d810e208d20967bc77d7aa9de6483c27..f717f8e4c8234fcae23f5968208d16b65630f152 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -735,7 +735,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.