diff options
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/tessachka/keymap.c')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/tessachka/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c b/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c index 51a91fc91..16d2bad8a 100644 --- a/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c +++ b/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c | |||
@@ -231,11 +231,12 @@ static void render_status(void) { | |||
231 | oled_write_P(IS_LED_ON(led_usb_state, USB_LED_SCROLL_LOCK) ? PSTR("SCRLCK ") : PSTR(" "), false); | 231 | oled_write_P(IS_LED_ON(led_usb_state, USB_LED_SCROLL_LOCK) ? PSTR("SCRLCK ") : PSTR(" "), false); |
232 | } | 232 | } |
233 | 233 | ||
234 | void oled_task_user(void) { | 234 | bool oled_task_user(void) { |
235 | if (is_keyboard_master()) { | 235 | if (is_keyboard_master()) { |
236 | render_status(); // Renders the current keyboard state (layer, lock, caps, scroll, etc) | 236 | render_status(); // Renders the current keyboard state (layer, lock, caps, scroll, etc) |
237 | } else { | 237 | } else { |
238 | render_kyria_logo(); | 238 | render_kyria_logo(); |
239 | } | 239 | } |
240 | return false; | ||
240 | } | 241 | } |
241 | #endif | 242 | #endif |