mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Update keyboards/handwired/set_st/rp2040/extra.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
790c55c5d7
commit
6d25dfa99e
@ -70,7 +70,7 @@ bool oled_task_kb(void) {
|
||||
if (IS_CONSUMER_KEYCODE(keycode) || IS_SYSTEM_KEYCODE(keycode)) {
|
||||
oled_write("M", false);
|
||||
}
|
||||
else if (IS_ANY(keycode))
|
||||
else if (IS_BASIC_KEYCODE(keycode))
|
||||
{
|
||||
oled_write("A", false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user