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 :