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:04:33 +03:00 committed by GitHub
parent de20db2fc3
commit e5b92f5dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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