I'm unable to render art if the keymap.c uses Drashna's wrapper, for example this keymap.c.
I tried a bunch of random things like putting macro definitions inside a config file:
[legends]
___________________EMPTY___________________ = XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX
_________________QWERTY_L1_________________ = "KC_Q, KC_W, KC_E, KC_R, KC_T"
_________________QWERTY_L2_________________ = KC_A, KC_S, KC_D, KC_F, KC_G
_________________QWERTY_L3_________________ = KC_Z, KC_X, KC_C, KC_V, KC_B
Anyway to support this? Since this wrapper is also common to use.
I'm unable to render art if the
keymap.cuses Drashna's wrapper, for example this keymap.c.I tried a bunch of random things like putting macro definitions inside a config file:
Anyway to support this? Since this wrapper is also common to use.