Fix helpers module include path (#89)

This commit is contained in:
Anarion 2024-12-20 20:32:33 +01:00 committed by GitHub
parent a01682bac3
commit b2d0c12eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
parse_config: parse_config:
zmk_preamble: "#include <zmk-helpers/key-labels/34.h>" zmk_preamble: "#include <zmk-helpers/key-labels/34.h>"
zmk_additional_includes: zmk_additional_includes:
- "modules/helpers/include" - "modules/zmk/helpers/include"
draw_config: draw_config:
footer_text: "urob/zmk-config" footer_text: "urob/zmk-config"