summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-16 14:27:23 +1100
committerGitHub <noreply@github.com>2020-12-16 14:27:23 +1100
commit9366ed728280f4875ebbba9c0ef1eade03c96d35 (patch)
tree93a1b85a28ccf4d4fa0b620ad3abcbf566168506 /keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c
parent37fb14f1b5cbcb0e5ff60abc9152073635234ba4 (diff)
Normalise include statements in keyboard code (#11185)
Diffstat (limited to 'keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c')
-rw-r--r--keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c b/keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c
index c1f039e5b1..127d80cc7d 100644
--- a/keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c
+++ b/keyboards/helix/rev3_5rows/keymaps/five_rows/oled_display.c
@@ -17,12 +17,12 @@
#include QMK_KEYBOARD_H
#include <stdio.h>
#ifdef CONSOLE_ENABLE
- #include <print.h>
+ #include "print.h"
#endif
#ifdef SSD1306OLED
#include "ssd1306.h"
#endif
-#include "string.h"
+#include <string.h>
#include "layer_number.h"
extern int current_default_layer;