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:05:59 +03:00 committed by GitHub
parent 33c3090cb2
commit 790c55c5d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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