diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2021-04-19 08:42:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 23:42:40 -0700 |
commit | 17c880b076ba3bea394f3443a842c98958982a52 (patch) | |
tree | 042150f6f1ae650a8c4445b29348dcea0d3cdb31 /keyboards/kinesis/keymaps/stapelberg/readme.md | |
parent | ef6802ca604eb6e011498fe0bbbb69a3915e0580 (diff) |
[Keymap] add kinesis/keymaps/stapelberg (#12430)
Diffstat (limited to 'keyboards/kinesis/keymaps/stapelberg/readme.md')
-rw-r--r-- | keyboards/kinesis/keymaps/stapelberg/readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/kinesis/keymaps/stapelberg/readme.md b/keyboards/kinesis/keymaps/stapelberg/readme.md new file mode 100644 index 0000000000..16bf8c379f --- /dev/null +++ b/keyboards/kinesis/keymaps/stapelberg/readme.md @@ -0,0 +1,27 @@ +# Michael Stapelberg’s keymap for the Kinesis Advantage + +I adjust the thumb block mapping slightly to have a standard set of modifiers +(Control, Alt, GUI/Windows, Right Alt) and Escape available conveniently. + +Specifically, my keymap makes the following changes: + +* Left thumb block: + * Swap `Delete` with `Escape` (top left), from my Vim days :) + * The `Home` key on the left thumb block is replaced by `Left GUI/Windows`. +* Right thumb block: + * The top left key on the right thumb block produces `Right Alt`. + +## Corresponding Kinesis configuration + +My keymap corresponds to the following Kinesis configuration tool settings: + +``` +[escape]>[delete] +[rwin]>[ralt] +[delete]>[escape] +[home]>[lwin] +[intl-\]>[kp-insert] +``` + +Note: the last line makes the international key (labeled `|`, `\` and `Insert`) +produce `Insert`, which is default with QMK, but not default Kinesis. |