diff options
Diffstat (limited to 'keyboards/knobgoblin/knobgoblin.c')
-rw-r--r-- | keyboards/knobgoblin/knobgoblin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/knobgoblin/knobgoblin.c b/keyboards/knobgoblin/knobgoblin.c index 1c66908ef..7349a3199 100644 --- a/keyboards/knobgoblin/knobgoblin.c +++ b/keyboards/knobgoblin/knobgoblin.c | |||
@@ -38,7 +38,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) { | |||
38 | } | 38 | } |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef OLED_DRIVER_ENABLE | 41 | #ifdef OLED_ENABLE |
42 | /* rotate screen for proper orentation*/ | 42 | /* rotate screen for proper orentation*/ |
43 | __attribute__((weak)) oled_rotation_t oled_init_user(oled_rotation_t rotation) { return OLED_ROTATION_270; } | 43 | __attribute__((weak)) oled_rotation_t oled_init_user(oled_rotation_t rotation) { return OLED_ROTATION_270; } |
44 | 44 | ||