From 790c55c5d7b8fd47e3383f2f32bb2c460237ecff Mon Sep 17 00:00:00 2001 From: Set Date: Tue, 22 Oct 2024 11:05:59 +0300 Subject: [PATCH] Update keyboards/handwired/set_st/rp2040/extra.h Co-authored-by: Drashna Jaelre --- keyboards/handwired/set_st/rp2040/extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/set_st/rp2040/extra.h b/keyboards/handwired/set_st/rp2040/extra.h index aa207a36c6f..0d2c5df6f3f 100644 --- a/keyboards/handwired/set_st/rp2040/extra.h +++ b/keyboards/handwired/set_st/rp2040/extra.h @@ -67,7 +67,7 @@ bool oled_task_kb(void) { } else{ oled_write("(", false); - if (KEYCODE2CONSUMER(keycode)) { + if (IS_CONSUMER_KEYCODE(keycode) || IS_SYSTEM_KEYCODE(keycode)) { oled_write("M", false); } else if (IS_ANY(keycode))