From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/helix/local_drivers/ssd1306.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/helix/local_drivers') diff --git a/keyboards/helix/local_drivers/ssd1306.c b/keyboards/helix/local_drivers/ssd1306.c index c6fc4b7854..1cfb38037c 100644 --- a/keyboards/helix/local_drivers/ssd1306.c +++ b/keyboards/helix/local_drivers/ssd1306.c @@ -8,7 +8,7 @@ #ifndef LOCAL_GLCDFONT #include "common/glcdfont.c" #else -#include +#include "helixfont.h" #endif #ifdef PROTOCOL_LUFA #include "lufa.h" -- cgit v1.2.1