forked from mirrors/qmk_userspace
Generalize layer indicators
This commit is contained in:
parent
229e38f097
commit
909fd4ae64
2 changed files with 61 additions and 83 deletions
|
@ -31,6 +31,8 @@ void matrix_scan_kb(void) {
|
|||
counter = 0;
|
||||
battery_poll(battery_percentage());
|
||||
}
|
||||
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue