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