diff options
Diffstat (limited to 'keyboards/sol/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/sol/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sol/keymaps/default/keymap.c b/keyboards/sol/keymaps/default/keymap.c index 1742fc597..a40bc40b7 100644 --- a/keyboards/sol/keymaps/default/keymap.c +++ b/keyboards/sol/keymaps/default/keymap.c | |||
| @@ -254,7 +254,7 @@ void matrix_init_user(void) { | |||
| 254 | // OLED Driver Logic | 254 | // OLED Driver Logic |
| 255 | #ifdef OLED_DRIVER_ENABLE | 255 | #ifdef OLED_DRIVER_ENABLE |
| 256 | 256 | ||
| 257 | uint8_t oled_init_user(uint8_t rotation) { | 257 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
| 258 | if (!has_usb()) | 258 | if (!has_usb()) |
| 259 | return OLED_ROTATION_180; // flip 180 for offhand | 259 | return OLED_ROTATION_180; // flip 180 for offhand |
| 260 | return rotation; | 260 | return rotation; |
