aboutsummaryrefslogtreecommitdiff
path: root/keyboards/owlab/spring/spring.c
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-08-26 10:01:57 +1000
committerNick Brassel <nick@tzarc.org>2024-08-26 10:01:57 +1000
commit5d76c5280dc0aff398cdce19fa54d0e0725c418d (patch)
tree40026340f0d524a6006f18f01ef988e15d271075 /keyboards/owlab/spring/spring.c
parente6a898e3eea3521d3f0497ee26937d5269d78fb7 (diff)
parent81dcf2b547bacc42bd9cf8ccaccd3d7164e69926 (diff)
Merge branch 'develop'
Diffstat (limited to 'keyboards/owlab/spring/spring.c')
-rw-r--r--keyboards/owlab/spring/spring.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/owlab/spring/spring.c b/keyboards/owlab/spring/spring.c
index 13280ff9b3..5e814d5a60 100644
--- a/keyboards/owlab/spring/spring.c
+++ b/keyboards/owlab/spring/spring.c
@@ -76,7 +76,7 @@ void set_caps_mode(uint8_t mode){
}
-void matrix_scan_kb(void) {
+void housekeeping_task_kb(void) {
if(caps_in){
if(timer_elapsed32(caps_timer) > 3000){
rgblight_sethsv(pre_rgb.hue, pre_rgb.sat, pre_rgb.val);
@@ -84,8 +84,6 @@ void matrix_scan_kb(void) {
caps_in = false;
}
}
-
- matrix_scan_user();
}