Generalize layer indicators

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-11 00:07:10 +07:00
parent 229e38f097
commit 909fd4ae64
2 changed files with 61 additions and 83 deletions

View file

@ -31,6 +31,8 @@ void matrix_scan_kb(void) {
counter = 0;
battery_poll(battery_percentage());
}
matrix_scan_user();
}