trying oled rotation 0

This commit is contained in:
Victor 2024-04-05 21:14:54 -05:00
parent 39b1461def
commit f62cfc7fa3
Failed to generate hash of commit

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;
return OLED_ROTATION_0;
}
}