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