diff options
Diffstat (limited to 'keyboards/sol/keymaps/danielhklein/keymap.c')
| -rw-r--r-- | keyboards/sol/keymaps/danielhklein/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sol/keymaps/danielhklein/keymap.c b/keyboards/sol/keymaps/danielhklein/keymap.c index cfc295323..9bcc5761a 100644 --- a/keyboards/sol/keymaps/danielhklein/keymap.c +++ b/keyboards/sol/keymaps/danielhklein/keymap.c | |||
| @@ -246,7 +246,7 @@ void matrix_init_user(void) { | |||
| 246 | // OLED Driver Logic | 246 | // OLED Driver Logic |
| 247 | #ifdef OLED_DRIVER_ENABLE | 247 | #ifdef OLED_DRIVER_ENABLE |
| 248 | 248 | ||
| 249 | uint8_t oled_init_user(uint8_t rotation) { | 249 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
| 250 | if (!has_usb()) | 250 | if (!has_usb()) |
| 251 | return OLED_ROTATION_180; // flip 180 for offhand | 251 | return OLED_ROTATION_180; // flip 180 for offhand |
| 252 | return rotation; | 252 | return rotation; |
