Hello,
having dived a bit more into all this, I'm getting to wonder what is the target build tool for the generated .c file ?
I have found that the .c file generated for the ergodone is not quite compatible with qmk:
some headers are wrong
and the c macro KEYMAP_TKG prevents from using qmk custom keycodes.
Would you be interested in supporting generating a .c file compatible with qmk for the ergodone ? (I think I will do a PR if you do).
Hello, having dived a bit more into all this, I'm getting to wonder what is the target build tool for the generated
.c
file ? I have found that the.c
file generated for the ergodone is not quite compatible with qmk:c
macroKEYMAP_TKG
prevents from using qmk custom keycodes.Would you be interested in supporting generating a
.c
file compatible with qmk for the ergodone ? (I think I will do a PR if you do).