aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gergo/keymaps/oled/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gergo/keymaps/oled/keymap.c')
-rw-r--r--keyboards/gergo/keymaps/oled/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gergo/keymaps/oled/keymap.c b/keyboards/gergo/keymaps/oled/keymap.c
index c348a2b96..7e19a799e 100644
--- a/keyboards/gergo/keymaps/oled/keymap.c
+++ b/keyboards/gergo/keymaps/oled/keymap.c
@@ -125,7 +125,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
125 ) 125 )
126 */ 126 */
127 127
128#ifdef OLED_DRIVER_ENABLE 128#ifdef OLED_ENABLE
129oled_rotation_t oled_init_user(oled_rotation_t rotation) { 129oled_rotation_t oled_init_user(oled_rotation_t rotation) {
130 return OLED_ROTATION_180; 130 return OLED_ROTATION_180;
131} 131}