summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/promethium.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-10 18:07:10 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-10 18:07:10 +0100
commit909fd4ae64432206e80925f12268c17ea7f2f68f (patch)
tree8a490cf10c84b41f06b44f841ed74a8c5167e3b1 /keyboards/handwired/promethium/promethium.c
parent229e38f097448c61b2311c00837362fe5de17889 (diff)
downloadqmk_firmware-909fd4ae64432206e80925f12268c17ea7f2f68f.tar.gz
qmk_firmware-909fd4ae64432206e80925f12268c17ea7f2f68f.tar.xz
Generalize layer indicators
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r--keyboards/handwired/promethium/promethium.c2
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();
}