소스 검색

Updated Custom Quantum Functions (markdown)

skullydazed 8 년 전
부모
커밋
1ca879687c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Custom-Quantum-Functions.md

+ 1 - 1
Custom-Quantum-Functions.md

@@ -10,7 +10,7 @@ We have structured QMK as a hierarchy:
 
 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.
+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.
 
 ## Matrix Initialization Code