Skip to content

SQT draw ' and " for SHIFT #60

Answered by caksoylar
ibeex asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there, are you asking how to modify the keymap YAML to show that, or how to do it during the automatic keymap YAML generation via parsing?

In the keymap YAML, you can simply change the value to add a shifted field, e.g. instead of - "'", you would use - {tap: "'", shifted: '"'}.

If you want to do this automatically during parsing, you can create a config file (see Customization), then augment the value of SQT in the qmk_keycode_map or zmk_keycode_map (depending on what you are parsing) in the configuration:

...
parse_config:
  ...
  zmk_keycode_map:
    ...
    SQT: {tap: "'", shifted: '"'}
    ...

You can apply the same logic for other keycodes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ibeex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants