fixes oled rotation default at the keyboard level.

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
Ryan Neff 2024-04-08 16:31:02 -07:00 committed by GitHub
parent 643b50d6b8
commit 3d373075c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}