mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Update keyboards/handwired/set_st/rp2040/extra.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
33c3090cb2
commit
790c55c5d7
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user