#Parsing Error?

1 messages · Page 1 of 1 (latest)

hidden salmon
#

I am currently building out some ZMK firmware for the Alish40 by ReedsKeebs... and I am getting close, but I have encountered an issue i do not understand. I am getting this error:

/__w/zmk-config-alish40/zmk-config-alish40/zephyr/scripts/kconfig/kconfig.py: /__w/zmk-config-alish40/zmk-config-alish40/config/boards/shields/Alish40/Kconfig.shield:2: error: couldn't parse 'def_bool $(shield_list_contains,Alish40)': macro expanded to blank string

From the looks of it, it is a problem with my Kconfig.shield file... but I am quite lost on how to solve it. I have looked for simple typos and information that doesn't match between the files to make sure everything is good, any ideas?

Here's a link to the Repo.

https://github.com/GolemTM/zmk-config-alish40

GitHub

Contribute to GolemTM/zmk-config-alish40 development by creating an account on GitHub.

#

Should have mentioned before, but i am using a nice!nanoV2 if that makes any difference to this situation

sacred relic
hidden salmon
#

aha! I knew it would be something simple… I will try that and get back to you