0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-07-24 18:11:14 +00:00

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-03-08 05:50:04 +00:00
commit 2218690d0b

View File

@ -55,6 +55,7 @@ bool oled_task_kb(void) {
0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x0e, 0x0e, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x0e, 0x0e, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00
}; };
oled_write_raw_P(rb_logo, sizeof(rb_logo)); oled_write_raw_P(rb_logo, sizeof(rb_logo));
return false;
} }
#endif #endif