mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-09 07:18:20 +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) {
|
||||
return OLED_ROTATION_270;
|
||||
} else {
|
||||
return OLED_ROTATION_180;
|
||||
return OLED_ROTATION_90;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user