From: Olivier Date: Sun, 3 Jul 2016 23:10:40 +0000 (+0200) Subject: Spellchecking. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cfb262faab653247f4d66d44bf5f3339d82bd36;p=qmk_firmware.git Spellchecking. --- diff --git a/readme.md b/readme.md index c24d951d8..02207702c 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 `/.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.