aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/amigopunk/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/amigopunk/keymaps/default/keymap.c')
-rw-r--r--keyboards/handwired/amigopunk/keymaps/default/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/amigopunk/keymaps/default/keymap.c b/keyboards/handwired/amigopunk/keymaps/default/keymap.c
index b7df62979..3a64958fa 100644
--- a/keyboards/handwired/amigopunk/keymaps/default/keymap.c
+++ b/keyboards/handwired/amigopunk/keymaps/default/keymap.c
@@ -85,8 +85,9 @@ static void render_amigopunk_logo(void) {
85 }; 85 };
86 oled_write_raw_P(amigopunk_logo, sizeof(amigopunk_logo)); 86 oled_write_raw_P(amigopunk_logo, sizeof(amigopunk_logo));
87} 87}
88void oled_task_user(void) { 88bool oled_task_user(void) {
89 render_amigopunk_logo(); 89 render_amigopunk_logo();
90 /* oled_write_P(PSTR("Amigo Punk\n"), false); */ 90 /* oled_write_P(PSTR("Amigo Punk\n"), false); */
91 return false;
91} 92}
92#endif 93#endif