Skip to content

Not understanding why the keymap draw fails #138

Answered by caksoylar
rael-dev asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for sharing the example! For issue 2., it looks like the new parser I am using since the last release doesn't work with integer node names, like this one: https://github.com/rael-dev/zmk-config-corne/blob/main/config/corne.keymap#L804

Here, BASE gets preprocessed into 0 because you define #define BASE 0 and that trips up the parser. If you replace node names with e.g. base or layer_base etc. it works OK.

Sorry about the breakage, I just switched to the new parser in v0.19.0 and the previous one was working fine with it. At least it is not a difficult workaround.

About the first one, this sounds like #116. I thought the updates in the latest version should have fixed it, please shar…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rael-dev
Comment options

@rael-dev
Comment options

@caksoylar
Comment options

Answer selected by rael-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants