To be inserted in ~/qmk_firmware/keyboards/handwired/dactyl_manuform/5x6/keymaps/precondition
This keymap uses Colemak-DH for its alpha base with the addition of common French accented keys in direct access and dead keys for the less common ones. For use in English, French, and programming.
Notably, home row mods are used, as well as tap dance and combos.
Aside from the usual combos that expand to a single special character or command like ] or Caps Lock, you can find, what I've dubbed, “steno-lite” combos in combos.c
. Taking inspiration from machine stenography, common n-grams, word parts and words that are too short to abbreviate (in a text expansion program such as AutoKey) are assigned a key chord/combo, most frequently involving the Backspace key. Using Backspace+Letter(s) has the benefit of greatly reducing potential combo misfires as you're unlikely to type a letter and simultaneously delete it.
Keymap visualisation diagrams are automatically generated with the help of keymapviz every time I compile.
For much more details, read the comments in the source files.
This keymap contains many nifty QMK tricks that can inspire you for your own keymap. Here's a non-exhaustive list.
- Home row mods: All the modifiers on the home row.
- Shift+Backspace: Delete.
NAV_UND
: Using a non-basic keycode (S(KC_MINS)
) in a layer-tap.- Modifier-aware combos: Combos whose output changes based on the active modifier.
TD_DOT
: Double tap the dot key to produce .spaceOne-Shot Shift to quickly flow from one sentence to another.- One-Shot Swap Hand: For one-handed typing.
CAPS_WORD
: Capitalizes the next word you type and then automatically toggle off Caps Lock. Perfect for typing all-caps IDENTIFIERS in code.
- OS: Xubuntu Linux
- Regional keyboard layout: Modified English US intl. with AltGr dead keys
- Swapped the shift pairs of the semicolon key
New features take a very long time to get merged into qmk:master
so, meanwhile, I merge pending pull requests into my own fork to use them. Below is the list of PRs that are required for this particular instance of my keymap to work properly — It varies from branch to branch.
- Combo improvements by @sevanteri: Used in
combos.c
for all the combos involving non-basic keycodes. - keymapviz by @yskoht (not a QMK PR): Used in
rules.mk
to generate the fancy keymap visualisations of each layer. Remove the.PHONY
code block fromrules.mk
to disable it.