From f1298c52ba244df47c3410d49ed51168337000e2 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 16 Oct 2018 07:39:59 +0200 Subject: [PATCH] hardware::ErgoDox: Use the new path for macro_helpers.h Signed-off-by: Gergely Nagy --- src/kaleidoscope/hardware/ErgoDox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/hardware/ErgoDox.h b/src/kaleidoscope/hardware/ErgoDox.h index 83b3021d..243f6138 100644 --- a/src/kaleidoscope/hardware/ErgoDox.h +++ b/src/kaleidoscope/hardware/ErgoDox.h @@ -32,7 +32,7 @@ #define HARDWARE_IMPLEMENTATION kaleidoscope::hardware::ErgoDox #include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h" -#include "macro_helpers.h" +#include "kaleidoscope/macro_helpers.h" struct cRGB { uint8_t r, g, b;