Skip to content

Commit

Permalink
[Keyboard] Fix late9/rev1 (qmk#16576)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and zykrah committed Jul 2, 2022
1 parent 9b5c1dc commit 9b8533b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/late9/rev1/rev1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
oled_write_raw_P(rb_logo, sizeof(rb_logo));
return false;
}

#endif

0 comments on commit 9b8533b

Please sign in to comment.