mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-11 02:11:31 +00:00
OLED_ROTATION_90 instead of 180
Co-Authored-By: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
78fc6b430b
commit
f14a4353ab
@ -149,7 +149,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
|||||||
if (is_master) {
|
if (is_master) {
|
||||||
return OLED_ROTATION_270;
|
return OLED_ROTATION_270;
|
||||||
} else {
|
} else {
|
||||||
return OLED_ROTATION_180;
|
return OLED_ROTATION_90;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user