summaryrefslogtreecommitdiff
path: root/users/xulkal/custom_oled.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/xulkal/custom_oled.c')
-rw-r--r--users/xulkal/custom_oled.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/xulkal/custom_oled.c b/users/xulkal/custom_oled.c
index 4ed2b9a0b0..7fe8040927 100644
--- a/users/xulkal/custom_oled.c
+++ b/users/xulkal/custom_oled.c
@@ -176,7 +176,7 @@ static void render_status(void)
#endif // OLED_90ROTATION
-void oled_task_user(void)
+bool oled_task_user(void)
{
if (is_keyboard_master())
render_status();
@@ -185,4 +185,5 @@ void oled_task_user(void)
render_logo();
oled_scroll_left();
}
+ return false;
}