diff options
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c b/keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c index d0620309b..7e485a7be 100644 --- a/keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c +++ b/keyboards/splitkb/kyria/keymaps/cjuniet/keymap.c | |||
@@ -117,11 +117,12 @@ static void render_status(void) { | |||
117 | oled_write_ln_P(PSTR(" Layer\n"), false); | 117 | oled_write_ln_P(PSTR(" Layer\n"), false); |
118 | } | 118 | } |
119 | 119 | ||
120 | void oled_task_user(void) { | 120 | bool oled_task_user(void) { |
121 | if (is_keyboard_master()) { | 121 | if (is_keyboard_master()) { |
122 | render_status(); | 122 | render_status(); |
123 | render_status_bar(); | 123 | render_status_bar(); |
124 | } else { | 124 | } else { |
125 | render_kyria_logo(); | 125 | render_kyria_logo(); |
126 | } | 126 | } |
127 | return false; | ||
127 | } | 128 | } |