-
I have a keymap that is using some helper macros from https://github.com/urob/zmk-helpers Examples here: https://github.com/pm0u/zmk-lily58/blob/main/config/combos.dtsi These don't seem to get rendered when using the keymap drawer: https://keymap-drawer.streamlit.app/?zmk_url=https%3A%2F%2Fgithub.com%2Fpm0u%2Fzmk-lily58%2Fblob%2Fmain%2Fconfig%2Flily58.keymap I understand that the ones near the bottom might not be able to be resolved completely due to the weird behavior/tap dance hack - but I would have expected the first couple of fairly standard combos to work out properly (they did when defined directly in the keymap file). This is not my usual environment so its entirely possible that there's some syntax error that is meaning this doesn't work 😅 Thanks for the great tool! EditFound this issue here: #101 I tried adding the recommended config, but still am having no luck |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Got it, i guess. It now works in the GH action... my best understanding of the issue here is that this needs more of an actual build environment than my local provides to resolve all of this (west/zephyr/zmk... etc) |
Beta Was this translation helpful? Give feedback.
Got it, i guess. It now works in the GH action... my best understanding of the issue here is that this needs more of an actual build environment than my local provides to resolve all of this (west/zephyr/zmk... etc)