diff options
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; |
