mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 13:25:39 +00:00
fixes oled rotation default at the keyboard level.
Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
parent
643b50d6b8
commit
3d373075c1
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#ifdef OLED_ENABLE
|
||||||
|
|
||||||
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
|
||||||
return OLED_ROTATION_90;
|
return OLED_ROTATION_90;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user