aboutsummaryrefslogtreecommitdiff
path: root/keyboards/anavi/macropad8/keymaps/kodi/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/kodi/keymap.c')
-rw-r--r--keyboards/anavi/macropad8/keymaps/kodi/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/kodi/keymap.c b/keyboards/anavi/macropad8/keymaps/kodi/keymap.c
index 72022a01b..61cedc810 100644
--- a/keyboards/anavi/macropad8/keymaps/kodi/keymap.c
+++ b/keyboards/anavi/macropad8/keymaps/kodi/keymap.c
@@ -36,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
36 ) 36 )
37}; 37};
38 38
39#ifdef OLED_DRIVER_ENABLE 39#ifdef OLED_ENABLE
40oled_rotation_t oled_init_user(oled_rotation_t rotation) { 40oled_rotation_t oled_init_user(oled_rotation_t rotation) {
41 return OLED_ROTATION_180; // flips the display 180 degrees if offhand 41 return OLED_ROTATION_180; // flips the display 180 degrees if offhand
42} 42}