aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nullbitsco/scramble/keymaps/oled/keymap.c')
-rw-r--r--keyboards/nullbitsco/scramble/keymaps/oled/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c b/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c
index 109da78ad..b1c928225 100644
--- a/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c
+++ b/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c
@@ -67,8 +67,9 @@ static void render_logo(void) {
67 oled_write_raw_P(nullbits_logo, sizeof(nullbits_logo)); 67 oled_write_raw_P(nullbits_logo, sizeof(nullbits_logo));
68} 68}
69 69
70void oled_task_user(void) { 70bool oled_task_user(void) {
71 render_logo(); 71 render_logo();
72 return false;
72} 73}
73#endif 74#endif
74 75