diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -735,7 +735,7 @@ Enable the backlight from the Makefile. | |||
| 735 | 735 | ||
| 736 | 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. | 736 | 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. |
| 737 | 737 | ||
| 738 | ## `void martix_init_*(void)` | 738 | ## `void matrix_init_*(void)` |
| 739 | 739 | ||
| 740 | This function gets called when the matrix is initiated, and can contain start-up code for your keyboard/keymap. | 740 | This function gets called when the matrix is initiated, and can contain start-up code for your keyboard/keymap. |
| 741 | 741 | ||
