Update keyboards/handwired/set_st/rp2040/extra.h

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Set 2024-10-22 11:03:11 +03:00 committed by GitHub
parent 60375da441
commit cd9fbbc21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 :