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 8, 2023
1 parent 726fe49 commit a2f9e41
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions keyboards/tweetydabird/lotus58/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ static void print_status_narrow(void) {
}

oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (is_keyboard_left()) {
return OLED_ROTATION_270;
} else {
return OLED_ROTATION_270;
}
return rotation;
return OLED_ROTATION_270;
}

bool oled_task_user(void) {
Expand Down

0 comments on commit a2f9e41

Please sign in to comment.