aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c')
-rwxr-xr-xkeyboards/mechwild/mercutio/keymaps/jonavin/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c b/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
index ddde6d652..74811cbc3 100755
--- a/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
+++ b/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
@@ -109,7 +109,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
109 uint8_t selected_layer = 0; 109 uint8_t selected_layer = 0;
110 110
111 bool encoder_update_user(uint8_t index, bool clockwise) { 111 bool encoder_update_user(uint8_t index, bool clockwise) {
112 #ifdef OLED_DRIVER_ENABLE 112 #ifdef OLED_ENABLE
113 oled_clear(); 113 oled_clear();
114 oled_render(); 114 oled_render();
115 #endif 115 #endif
@@ -172,7 +172,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
172 } 172 }
173#endif 173#endif
174 174
175#ifdef OLED_DRIVER_ENABLE // OLED Functionality 175#ifdef OLED_ENABLE // OLED Functionality
176 oled_rotation_t oled_init_user(oled_rotation_t rotation) { 176 oled_rotation_t oled_init_user(oled_rotation_t rotation) {
177 return OLED_ROTATION_180; // flips the display 180 degrees if offhand 177 return OLED_ROTATION_180; // flips the display 180 degrees if offhand
178 } 178 }