diff options
Diffstat (limited to 'keyboards/helix/rev2/keymaps/five_rows/oled_display.c')
-rw-r--r-- | keyboards/helix/rev2/keymaps/five_rows/oled_display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/helix/rev2/keymaps/five_rows/oled_display.c b/keyboards/helix/rev2/keymaps/five_rows/oled_display.c index 689efe4c8..090e8aaec 100644 --- a/keyboards/helix/rev2/keymaps/five_rows/oled_display.c +++ b/keyboards/helix/rev2/keymaps/five_rows/oled_display.c | |||
@@ -35,9 +35,9 @@ void init_helix_oled(void) { | |||
35 | } | 35 | } |
36 | 36 | ||
37 | //SSD1306 OLED update loop, make sure to add #define SSD1306OLED in config.h | 37 | //SSD1306 OLED update loop, make sure to add #define SSD1306OLED in config.h |
38 | #if defined(SSD1306OLED) || defined(OLED_DRIVER_ENABLE) | 38 | #if defined(SSD1306OLED) || defined(OLED_ENABLE) |
39 | 39 | ||
40 | # if defined(OLED_DRIVER_ENABLE) | 40 | # if defined(OLED_ENABLE) |
41 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 41 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
42 | if (is_keyboard_master()) { | 42 | if (is_keyboard_master()) { |
43 | return OLED_ROTATION_0; | 43 | return OLED_ROTATION_0; |