summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-08 05:50:04 +0000
committerQMK Bot <hello@qmk.fm>2022-03-08 05:50:04 +0000
commit2218690d0b718dc68de4c5d093f1ec8e55d82d00 (patch)
tree39932d2201f1850b208e94857e6d3584eb72a47f /keyboards
parent212e820ff100e064e2fccf3ef382e3347a49ecab (diff)
parentfe8b7619d30f9571da386b4eff9103a5d6ca48d4 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/late9/rev1/rev1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/late9/rev1/rev1.c b/keyboards/late9/rev1/rev1.c
index e79f76cd3b..ffba137189 100644
--- a/keyboards/late9/rev1/rev1.c
+++ b/keyboards/late9/rev1/rev1.c
@@ -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