Merge pull request #549 from locksmithdon/patch-1

Added LEADER_EXTERNS() call to readme.
This commit is contained in:
Jack Humbert 2016-07-24 21:57:15 -04:00 committed by GitHub
commit 46f84157ce
1 changed files with 2 additions and 0 deletions

View File

@ -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;