浏览代码

Merge pull request #549 from locksmithdon/patch-1

Added LEADER_EXTERNS() call to readme.
Jack Humbert 9 年之前
父节点
当前提交
46f84157ce
共有 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;