From: Don Smith Date: Sun, 24 Jul 2016 07:18:22 +0000 (+1200) Subject: Added LEADER_EXTERNS() call. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a4034b75c0f8ae9fd2e1001888fe07983f329597;p=qmk_firmware.git Added LEADER_EXTERNS() call. This seems to be needed in most cases. --- diff --git a/readme.md b/readme.md index ed3da43bd..1a0e256b3 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;