summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-03-07 22:48:56 -0700
committerGitHub <noreply@github.com>2022-03-07 21:48:56 -0800
commitfe8b7619d30f9571da386b4eff9103a5d6ca48d4 (patch)
treed278ce7adf18023ce90a445c9ba6eb36db85d6b8 /keyboards
parent89a515913fdfb3abc3d7c511c1cacdd664d079b4 (diff)
[Keyboard] Fix late9/rev1 (#16576)
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