mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-20 22:35:28 -04:00
- removed all old base layer change code
- trying 0 degrees on oled
This commit is contained in:
parent
75c58a22eb
commit
dff092e0a5
3 changed files with 3 additions and 21 deletions
|
@ -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_90;
|
||||
return OLED_ROTATION;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue