mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Update keyboards/tweetydabird/lotus58/keymaps/default/keymap.c
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
parent
b8b050140d
commit
44adc3c424
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user