From f62cfc7fa350e0685605209d43c163e78f91df27 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 5 Apr 2024 21:14:54 -0500 Subject: [PATCH] trying oled rotation 0 --- users/t4corun/features/oled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/t4corun/features/oled.c b/users/t4corun/features/oled.c index 8a56638d..800ade05 100644 --- a/users/t4corun/features/oled.c +++ b/users/t4corun/features/oled.c @@ -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; } } \ No newline at end of file