From b2d0c12eeddbf130b61873e1957c94163833a30a Mon Sep 17 00:00:00 2001 From: Anarion <2185791+anarion80@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:32:33 +0100 Subject: [PATCH] Fix helpers module include path (#89) --- draw/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw/config.yaml b/draw/config.yaml index ee94942..dc22ec8 100644 --- a/draw/config.yaml +++ b/draw/config.yaml @@ -1,7 +1,7 @@ parse_config: zmk_preamble: "#include " zmk_additional_includes: - - "modules/helpers/include" + - "modules/zmk/helpers/include" draw_config: footer_text: "urob/zmk-config"