diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-07-29 08:09:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 08:09:05 -0400 |
commit | 3c235b4bf9cf1749959e529ac37698aaef6bee82 (patch) | |
tree | 7cd04f769f47dd47287af626e41b0e37ca84cc4b | |
parent | 7559edc6e618c7d152b71eac1636a3e63bd3a07d (diff) | |
parent | e8f70389592421c7d7d4dbca2d5851e24a29bec9 (diff) | |
download | firmware-3c235b4bf9cf1749959e529ac37698aaef6bee82.tar.gz firmware-3c235b4bf9cf1749959e529ac37698aaef6bee82.tar.bz2 firmware-3c235b4bf9cf1749959e529ac37698aaef6bee82.zip |
Merge pull request #580 from MatsLanGoH/patch-1
Fixed a typo
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |