Macros Layer on Double Thumb-Hold (QMK) #290
noahShinabarger
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing your customisations! I'd suggest using the files below |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to create some macros to type out common strings. This is unadvisable if your keyboard is ever in public, but mine is in my home office. It took me a while to figure out how to get this working, so I wanted to make a detailed post so others trying to do the same thing have a resource to use.
I started with modifying
custom_config.h
and making sure I could get a new layer working. I ran into some issuses, but ended up getting it working. I then added the macros which required adding amanna-harbour_miryoku
directory underqmk_firmware/keyboards/crkbd/keymaps
and copying overconfig.h
andkeymap.c
fromqmk_keyboards/layouts/community/split_3x6_3/manna-harbour_miryoku
. I also wanted to try out Pascal Getreuer's "word select" macro, which required adding afeatures
directory underqmk_firmware/keyboards/crkbd/keymaps/manna-harbour_miryoku
along withselect_word.c
andselect_word.h
. The "word select" macro also required one small change to thecustom_rules.mk
.Files are pasted below with sensitive information changed.
custom_config.c
keymap.c
custom_rules.mk
Beta Was this translation helpful? Give feedback.
All reactions