mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Update keyboards/handwired/set_st/rp2040/extra.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
de20db2fc3
commit
e5b92f5dc7
@ -56,7 +56,8 @@ bool oled_task_kb(void) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
oled_write_ln("", false);
|
||||
oled_advance_page(true);
|
||||
#endif // OS_DETECTION_ENABLE
|
||||
|
||||
for (int i = 0; i < MATRIX_ROWS; i++) {
|
||||
for (int j = 0; j < MATRIX_COLS; j++) {
|
||||
|
Loading…
Reference in New Issue
Block a user