parent
8e1d96983a
commit
a4034b75c0
|
@ -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:
|
3. Within your `matrix_scan_user` function, do something like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
LEADER_EXTERNS();
|
||||||
|
|
||||||
void matrix_scan_user(void) {
|
void matrix_scan_user(void) {
|
||||||
LEADER_DICTIONARY() {
|
LEADER_DICTIONARY() {
|
||||||
leading = false;
|
leading = false;
|
||||||
|
|
Loading…
Reference in New Issue