summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-24 21:57:15 -0400
committerGitHub <noreply@github.com>2016-07-24 21:57:15 -0400
commit46f84157ce1a22be227b68bebe5b80220870e092 (patch)
tree57ff2f7804a4ea051c7809cd205a49a6291e9326 /readme.md
parent670327f1d022d0c2a8a9ce520b50ef18295642e1 (diff)
parenta4034b75c0f8ae9fd2e1001888fe07983f329597 (diff)
Merge pull request #549 from locksmithdon/patch-1
Added LEADER_EXTERNS() call to readme.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4d6250f8ea..1eb587dd4f 100644
--- a/readme.md
+++ b/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;