Browse Source

[Keyboard] Fix late9/rev1 (#16576)

pull/16580/head
jack 2 years ago
committed by GitHub
parent
commit
fe8b7619d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/late9/rev1/rev1.c

+ 1
- 0
keyboards/late9/rev1/rev1.c 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
};
oled_write_raw_P(rb_logo, sizeof(rb_logo));
return false;
}
#endif

Loading…
Cancel
Save