Replies: 1 comment
-
It looks like it's compiling now and I don't see any commits in your repo matching the error messages. Closing for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi urob and all,
I'm trying to use version 2 of the zmk-helpers to set up the keymap on my Sweep v2.2. I keep getting this error:
In file included from :
33
/__w/zmk-config/zmk-config/config/cradio.keymap:214:2: error: unterminated argument list invoking macro "ZMK_LAYER"
34
214 | )
35
| ^
36
CMake Error at /__w/zmk-config/zmk-config/zephyr/cmake/modules/extensions.cmake:3885 (message):
37
failed to preprocess devicetree files (error code 1):
I'm thinking it may have to do with my trying to modify urob's smart_shft (lines 81-105). I'm clueless and not a programmer. Thank you for any help!
This is my repo: https://github.com/jr5x1/zmk-config
Beta Was this translation helpful? Give feedback.
All reactions