From 44adc3c4245a3764836f74e3dd93ef4db457987d Mon Sep 17 00:00:00 2001 From: Markus Knutsson Date: Thu, 9 Nov 2023 15:36:21 +0100 Subject: [PATCH] Update keyboards/tweetydabird/lotus58/keymaps/default/keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> --- keyboards/tweetydabird/lotus58/keymaps/default/keymap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/tweetydabird/lotus58/keymaps/default/keymap.c b/keyboards/tweetydabird/lotus58/keymaps/default/keymap.c index 7e4c4935f05..ec508501858 100644 --- a/keyboards/tweetydabird/lotus58/keymaps/default/keymap.c +++ b/keyboards/tweetydabird/lotus58/keymaps/default/keymap.c @@ -79,9 +79,9 @@ static void print_status_narrow(void) { #ifdef AUTO_SHIFT_ENABLE bool autoshift = get_autoshift_state(); - oled_write_P(PSTR("\n"), false); - oled_write_P(PSTR("Auto-Shift"), autoshift); - oled_write_P(PSTR("\n"), false); + oled_advance_page(true); + oled_write_P(PSTR("Auto-Shift"), autoshift); + oled_advance_page(true); #endif