aboutsummaryrefslogtreecommitdiff
path: root/keyboards/anavi/macropad8/keymaps/git/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/git/keymap.c')
-rw-r--r--keyboards/anavi/macropad8/keymaps/git/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/git/keymap.c b/keyboards/anavi/macropad8/keymaps/git/keymap.c
index 0b0099fd5..c1f1681ec 100644
--- a/keyboards/anavi/macropad8/keymaps/git/keymap.c
+++ b/keyboards/anavi/macropad8/keymaps/git/keymap.c
@@ -100,7 +100,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
100 ) 100 )
101}; 101};
102 102
103#ifdef OLED_DRIVER_ENABLE 103#ifdef OLED_ENABLE
104oled_rotation_t oled_init_user(oled_rotation_t rotation) { 104oled_rotation_t oled_init_user(oled_rotation_t rotation) {
105 return OLED_ROTATION_180; // flips the display 180 degrees if offhand 105 return OLED_ROTATION_180; // flips the display 180 degrees if offhand
106} 106}