diff options
Diffstat (limited to 'keyboards/helix/ssd1306.c')
-rw-r--r-- | keyboards/helix/ssd1306.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/helix/ssd1306.c b/keyboards/helix/ssd1306.c index 80efc3d16..b13060ef7 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 |