aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/keymaps/five_rows/oled_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev2/keymaps/five_rows/oled_display.c')
-rw-r--r--keyboards/helix/rev2/keymaps/five_rows/oled_display.c4
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 c1f039e5b..127d80cc7 100644
--- a/keyboards/helix/rev2/keymaps/five_rows/oled_display.c
+++ b/keyboards/helix/rev2/keymaps/five_rows/oled_display.c
@@ -17,12 +17,12 @@
17#include QMK_KEYBOARD_H 17#include QMK_KEYBOARD_H
18#include <stdio.h> 18#include <stdio.h>
19#ifdef CONSOLE_ENABLE 19#ifdef CONSOLE_ENABLE
20 #include <print.h> 20 #include "print.h"
21#endif 21#endif
22#ifdef SSD1306OLED 22#ifdef SSD1306OLED
23 #include "ssd1306.h" 23 #include "ssd1306.h"
24#endif 24#endif
25#include "string.h" 25#include <string.h>
26#include "layer_number.h" 26#include "layer_number.h"
27 27
28extern int current_default_layer; 28extern int current_default_layer;