diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 00:07:10 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 00:07:10 +0700 |
commit | 909fd4ae64432206e80925f12268c17ea7f2f68f (patch) | |
tree | 8a490cf10c84b41f06b44f841ed74a8c5167e3b1 /keyboards/handwired/promethium/promethium.c | |
parent | 229e38f097448c61b2311c00837362fe5de17889 (diff) | |
download | qmk_firmware-909fd4ae64432206e80925f12268c17ea7f2f68f.tar.gz |
Generalize layer indicators
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r-- | keyboards/handwired/promethium/promethium.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c index 7f876c756..adfc11e2a 100644 --- a/keyboards/handwired/promethium/promethium.c +++ b/keyboards/handwired/promethium/promethium.c @@ -31,6 +31,8 @@ void matrix_scan_kb(void) { counter = 0; battery_poll(battery_percentage()); } + + matrix_scan_user(); } |