-
Hi there! First of, thanks for this great tool, my old drawio images were always outdated.. :p I'm having some issues trying to render the keymap for this repo https://github.com/Wesztman/zmk-config I have a Swedish symbols layer as seen in https://github.com/Wesztman/zmk-config/blob/master/config/brain.keymap but when parsed and drawn I do not get neither the symbol (which I can understand), but I don't get the "id" of the key either, like "SE_DQT" or "SE_HASH". Instead I get Sft+2 and other combinations as you can see in the readme. Do you have any tips on how I could fix this? :) Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey, this is because parsing uses There is a workaround for this, though I probably need to document it somewhere better:
|
Beta Was this translation helpful? Give feedback.
Hey, this is because parsing uses
#include "swe_keys.h"
to expand theSE_*
keycodes so they are observed as their underlying combinations, likeLS(N1)
forSE_EXCL
.There is a workaround for this, though I probably need to document it somewhere better:
SE_
prefix from keycodes so that it treatsSE_EXCL
asEXCL
, etc. by putting below in a config file (default path iskeymap_drawer.config.yaml
):