]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Custom Quantum Functions (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Wed, 5 Apr 2017 05:16:16 +0000 (22:16 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Wed, 5 Apr 2017 05:16:16 +0000 (22:16 -0700)
Custom-Quantum-Functions.md

index 1babb3cda20ad51e44f179ea05e1f173decd0ef8..f3a3183efc4de266efd42d9e75a711823ae69b57 100644 (file)
@@ -8,7 +8,7 @@ We have structured QMK as a hierarchy:
   * Keyboard/Revision (`_kb`)
     * Keymap (`_user`)
 
-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.
+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.
 
 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.