Skip to content

Commit

Permalink
Update keyboards/tweetydabird/lotus58/keymaps/vial/keymap.c
Browse files Browse the repository at this point in the history
Co-authored-by: Less/Rikki <[email protected]>
  • Loading branch information
TweetyDaBird and lesshonor authored Nov 11, 2023
1 parent 3b77fce commit a67f009
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions keyboards/tweetydabird/lotus58/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {

static void print_status_narrow(void) {
// Create OLED content
oled_write_P(PSTR("\n"), false);
oled_write_P(PSTR(""), false);
oled_advance_page(true);
oled_write_P(PSTR("Lotus -58-"), false);
oled_write_P(PSTR("\n"), false);
oled_advance_page(true);

// Print current layer
oled_write_P(PSTR("Layer"), false);
Expand Down

0 comments on commit a67f009

Please sign in to comment.