Update keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
Markus Knutsson 2023-11-11 22:56:43 +01:00 committed by GitHub
parent a27206ef9c
commit 281ec3da3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_advance_page(true);
oled_write_P(PSTR("Auto-Shift"), autoshift);
oled_write_P(PSTR("\n"), false);
oled_advance_page(true);
#endif