diff options
| author | Don Smith <locksmithdon@gmail.com> | 2016-07-24 19:18:22 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-24 19:18:22 +1200 |
| commit | a4034b75c0f8ae9fd2e1001888fe07983f329597 (patch) | |
| tree | 274ea1c8be3f94fd870f7bb102b4b85e4e66ea31 /readme.md | |
| parent | 8e1d96983aad19b3e4e72ece5db822e92d91342b (diff) | |
| download | qmk_firmware-a4034b75c0f8ae9fd2e1001888fe07983f329597.tar.gz qmk_firmware-a4034b75c0f8ae9fd2e1001888fe07983f329597.zip | |
Added LEADER_EXTERNS() call.
This seems to be needed in most cases.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -346,6 +346,8 @@ That's what `KC_LEAD` does. Here's an example: | |||
| 346 | 3. Within your `matrix_scan_user` function, do something like this: | 346 | 3. Within your `matrix_scan_user` function, do something like this: |
| 347 | 347 | ||
| 348 | ``` | 348 | ``` |
| 349 | LEADER_EXTERNS(); | ||
| 350 | |||
| 349 | void matrix_scan_user(void) { | 351 | void matrix_scan_user(void) { |
| 350 | LEADER_DICTIONARY() { | 352 | LEADER_DICTIONARY() { |
| 351 | leading = false; | 353 | leading = false; |
