소스 검색

Added LEADER_EXTERNS() call.

This seems to be needed in most cases.
Don Smith 9 년 전
부모
커밋
a4034b75c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      readme.md

+ 2 - 0
readme.md

@@ -346,6 +346,8 @@ That's what `KC_LEAD` does. Here's an example:
 3. Within your `matrix_scan_user` function, do something like this:
 
 ```
+LEADER_EXTERNS();
+
 void matrix_scan_user(void) {
   LEADER_DICTIONARY() {
     leading = false;