diff options
Diffstat (limited to 'keyboards/sol/keymaps/brianweyer/keymap.c')
| -rwxr-xr-x | keyboards/sol/keymaps/brianweyer/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sol/keymaps/brianweyer/keymap.c b/keyboards/sol/keymaps/brianweyer/keymap.c index 9fd6ad615..87d603d81 100755 --- a/keyboards/sol/keymaps/brianweyer/keymap.c +++ b/keyboards/sol/keymaps/brianweyer/keymap.c | |||
| @@ -181,7 +181,7 @@ void matrix_init_user(void) { | |||
| 181 | // OLED Driver Logic | 181 | // OLED Driver Logic |
| 182 | #ifdef OLED_DRIVER_ENABLE | 182 | #ifdef OLED_DRIVER_ENABLE |
| 183 | 183 | ||
| 184 | uint8_t oled_init_user(uint8_t rotation) { | 184 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
| 185 | if (!has_usb()) | 185 | if (!has_usb()) |
| 186 | return OLED_ROTATION_180; // flip 180 for offhand | 186 | return OLED_ROTATION_180; // flip 180 for offhand |
| 187 | return rotation; | 187 | return rotation; |
