- removed all old base layer change code

- trying 0 degrees on oled
This commit is contained in:
Victor 2024-04-05 21:03:43 -05:00
parent 75c58a22eb
commit dff092e0a5
Failed to generate hash of commit
3 changed files with 3 additions and 21 deletions

View file

@ -99,6 +99,6 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (is_keyboard_master()) {
return OLED_ROTATION_270;
} else {
return OLED_ROTATION_90;
return OLED_ROTATION;
}
}