aboutsummaryrefslogtreecommitdiff
path: root/keyboards/anavi/macropad8/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/default/keymap.c')
-rw-r--r--keyboards/anavi/macropad8/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/default/keymap.c b/keyboards/anavi/macropad8/keymaps/default/keymap.c
index 68fbdf0d1..5b69532e1 100644
--- a/keyboards/anavi/macropad8/keymaps/default/keymap.c
+++ b/keyboards/anavi/macropad8/keymaps/default/keymap.c
@@ -17,7 +17,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
17 ) 17 )
18}; 18};
19 19
20#ifdef OLED_DRIVER_ENABLE 20#ifdef OLED_ENABLE
21oled_rotation_t oled_init_user(oled_rotation_t rotation) { 21oled_rotation_t oled_init_user(oled_rotation_t rotation) {
22 return OLED_ROTATION_180; // flips the display 180 degrees if offhand 22 return OLED_ROTATION_180; // flips the display 180 degrees if offhand
23} 23}