diff options
Diffstat (limited to 'keyboards/rgbkb/sol/keymaps/default')
-rw-r--r-- | keyboards/rgbkb/sol/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/rgbkb/sol/keymaps/default/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/rgbkb/sol/keymaps/default/keymap.c b/keyboards/rgbkb/sol/keymaps/default/keymap.c index 0883cb775..6fc2cb777 100644 --- a/keyboards/rgbkb/sol/keymaps/default/keymap.c +++ b/keyboards/rgbkb/sol/keymaps/default/keymap.c | |||
@@ -298,7 +298,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
298 | } | 298 | } |
299 | 299 | ||
300 | // OLED Driver Logic | 300 | // OLED Driver Logic |
301 | #ifdef OLED_DRIVER_ENABLE | 301 | #ifdef OLED_ENABLE |
302 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 302 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
303 | if (is_keyboard_master()) | 303 | if (is_keyboard_master()) |
304 | return OLED_ROTATION_270; | 304 | return OLED_ROTATION_270; |
diff --git a/keyboards/rgbkb/sol/keymaps/default/readme.md b/keyboards/rgbkb/sol/keymaps/default/readme.md index ce5bce19e..3f3e1afc5 100644 --- a/keyboards/rgbkb/sol/keymaps/default/readme.md +++ b/keyboards/rgbkb/sol/keymaps/default/readme.md | |||
@@ -92,7 +92,7 @@ RGBLIGHT_FULL_POWER = no # Allow maximum RGB brightness. Otherwise, limited t | |||
92 | UNICODE_ENABLE = no # Unicode | 92 | UNICODE_ENABLE = no # Unicode |
93 | SWAP_HANDS_ENABLE = no # Enable one-hand typing | 93 | SWAP_HANDS_ENABLE = no # Enable one-hand typing |
94 | 94 | ||
95 | OLED_DRIVER_ENABLE = no # Enable the OLED Driver (+5000) | 95 | OLED_ENABLE = no # Enable the OLED Driver (+5000) |
96 | IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone) | 96 | IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone) |
97 | 97 | ||
98 | 98 | ||