From cd9fbbc21e292cb18538e05adb476b8ac3349714 Mon Sep 17 00:00:00 2001 From: Set Date: Tue, 22 Oct 2024 11:03:11 +0300 Subject: [PATCH] Update keyboards/handwired/set_st/rp2040/extra.h Co-authored-by: Drashna Jaelre --- keyboards/handwired/set_st/rp2040/extra.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/set_st/rp2040/extra.h b/keyboards/handwired/set_st/rp2040/extra.h index 0a255244880..27e6882eca9 100644 --- a/keyboards/handwired/set_st/rp2040/extra.h +++ b/keyboards/handwired/set_st/rp2040/extra.h @@ -18,7 +18,10 @@ #ifdef OLED_ENABLE -bool oled_task_user(void) { +bool oled_task_kb(void) { + if (!oled_task_user()) { + return false; + } // Switch on current active layer switch (get_highest_layer(layer_state)) { case BASE :