|
@@ -24,7 +24,7 @@ const char* layer_name_user(uint32_t layer) {
|
|
|
|
|
|
__attribute__((weak))
|
|
|
void render_status(void) {
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
static const char PROGMEM mode_logo[2][4] = {
|
|
@@ -49,7 +49,7 @@ void render_status(void) {
|
|
|
|
|
|
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
|
|
if (is_keyboard_master())
|
|
|
- return OLED_ROTATION_90;
|
|
|
+ return OLED_ROTATION_270;
|
|
|
return rotation;
|
|
|
}
|
|
|
|