diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2017-04-04 22:35:21 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-04-04 22:35:21 -0700 |
| commit | 1ca879687c4ca672ee7e2924526068052e16df90 (patch) | |
| tree | b736d6e1b99c4c4e2f7b6d2bf437b7331a7962d0 /Custom-Quantum-Functions.md | |
| parent | 32e55f918238adcd1ab026718bd9eda089518e9e (diff) | |
| download | qmk_firmware-1ca879687c4ca672ee7e2924526068052e16df90.tar.gz qmk_firmware-1ca879687c4ca672ee7e2924526068052e16df90.zip | |
Updated Custom Quantum Functions (markdown)
Diffstat (limited to 'Custom-Quantum-Functions.md')
| -rw-r--r-- | Custom-Quantum-Functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Custom-Quantum-Functions.md b/Custom-Quantum-Functions.md index 26398563e..fe973c21c 100644 --- a/Custom-Quantum-Functions.md +++ b/Custom-Quantum-Functions.md | |||
| @@ -10,7 +10,7 @@ We have structured QMK as a hierarchy: | |||
| 10 | 10 | ||
| 11 | Each of the functions described below can be defined with a `_kb()` suffix or an `_user()` suffix. We intend for you to use the `_kb()` suffix at the Keyboard/Revision level, while the `_user()` suffix should be used at the Keymap level. | 11 | Each of the functions described below can be defined with a `_kb()` suffix or an `_user()` suffix. We intend for you to use the `_kb()` suffix at the Keyboard/Revision level, while the `_user()` suffix should be used at the Keymap level. |
| 12 | 12 | ||
| 13 | When defining functions at the Keyboard/Revision level it is important that your `_kb()` implementation call `*_user()` before executing anything else- otherwise the keymap level function will never be called. | 13 | When defining functions at the Keyboard/Revision level it is important that your `_kb()` implementation call `_user()` before executing anything else- otherwise the keymap level function will never be called. |
| 14 | 14 | ||
| 15 | ## Matrix Initialization Code | 15 | ## Matrix Initialization Code |
| 16 | 16 | ||
