From 277dc5f925dcd0a20cc619d12c3a5bb592186108 Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Sat, 28 Apr 2018 19:02:41 +0900 Subject: [PATCH] change helix/ssd1306.c for select glcdfont.c position --- keyboards/helix/ssd1306.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #include "print.h" +#ifndef LOCAL_GLCDFONT #include "common/glcdfont.c" +#else +#include +#endif #ifdef ADAFRUIT_BLE_ENABLE #include "adafruit_ble.h" #endif