mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
[Keyboard] Fix late9/rev1 (#16576)
This commit is contained in:
parent
89a515913f
commit
fe8b7619d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user