From 3d373075c1be91028f6aeb206cb981f0ec4e3134 Mon Sep 17 00:00:00 2001 From: Ryan Neff Date: Mon, 8 Apr 2024 16:31:02 -0700 Subject: [PATCH] fixes oled rotation default at the keyboard level. Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/sofle_pico/sofle_pico.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/sofle_pico/sofle_pico.c b/keyboards/sofle_pico/sofle_pico.c index 3d1e7ead1ec..b237dfc5997 100644 --- a/keyboards/sofle_pico/sofle_pico.c +++ b/keyboards/sofle_pico/sofle_pico.c @@ -5,7 +5,7 @@ #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; }