]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added LEADER_EXTERNS() call.
authorDon Smith <locksmithdon@gmail.com>
Sun, 24 Jul 2016 07:18:22 +0000 (19:18 +1200)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2016 07:18:22 +0000 (19:18 +1200)
This seems to be needed in most cases.

readme.md

index ed3da43bd08c94198a305b1242b0c4cd07beaece..1a0e256b3da61403ff98f9d82dbdf16188c093f8 100644 (file)
--- 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;