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.