[Keymap] Fixing Sol Rev2 default keymap OLED rotation. (#6448)

pull/6467/head
XScorpion2 5 years ago committed by Drashna Jaelre
parent 9609ae60a6
commit f1cebc9d9d

@ -300,7 +300,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#ifdef OLED_DRIVER_ENABLE
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (is_keyboard_master())
return OLED_ROTATION_90;
return OLED_ROTATION_270;
return rotation;
}

Loading…
Cancel
Save