Skip to content

Commit

Permalink
[Keymap] Fixing Sol Rev2 default keymap OLED rotation. (#6448)
Browse files Browse the repository at this point in the history
  • Loading branch information
XScorpion2 authored and drashna committed Aug 1, 2019
1 parent 9609ae6 commit f1cebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/rgbkb/sol/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f1cebc9

Please sign in to comment.