Parse Error with ZMK_HOLD_TAP / MAKE_HRM #63
Unanswered
carbsoncream
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Me guess would be some missing definitions but hard to say without seeing your config. If you add a link I can take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement the
zmk-helper
package to prepare keymap for sofle. When I simply copy and paste theMAKE_HRM(hml, &kp, &kp, KEYS_R THUMBS)
and corresponding#define...
lines, the error message at the exact line ofMAKE_HRM(...)
showed up.The code:
The error message:
ZMK_LAYER(...)
works perfects with the exisitng key map and I crave to usezmk-helpers
for production. But I have been spending hours to study and still had no clue for what could be done to overcome the issue withMAKE_HRM(...)
. Is there any solution or work-a-round for that?Beta Was this translation helpful? Give feedback.
All reactions