Engram's custom shifted pairs in QMK #57
sunaku
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Arno and Engram community,
I've recently implemented Engram's custom shifted pairs in QMK using the custom shift keys extension by Pascal Getreuer, as follows.
First, clone this repository and copy/link the
features/custom_shift_keys.[ch]files into your QMK keymap's own features/ folder.Next, add the following snippets to the respectively named files in your QMK keymap: specifically the
rules.mkandkeymap.cfiles.Finally, compile and flash your QMK keymap to your keyboard. Now the shift key will handle Engram's custom shifted pairs properly. 😎
Cheers.
rules.mk
SRC += features/custom_shift_keys.ckeymap.c
Beta Was this translation helpful? Give feedback.
All reactions