summaryrefslogtreecommitdiff
path: root/keyboards/helix/ssd1306.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/ssd1306.c')
-rw-r--r--keyboards/helix/ssd1306.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/helix/ssd1306.c b/keyboards/helix/ssd1306.c
index 80efc3d166..b13060ef73 100644
--- a/keyboards/helix/ssd1306.c
+++ b/keyboards/helix/ssd1306.c
@@ -4,7 +4,11 @@
#include "i2c.h"
#include <string.h>
#include "print.h"
+#ifndef LOCAL_GLCDFONT
#include "common/glcdfont.c"
+#else
+#include <helixfont.h>
+#endif
#ifdef ADAFRUIT_BLE_ENABLE
#include "adafruit_ble.h"
#endif