diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-18 22:14:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-18 22:14:59 +0000 |
commit | 884f8658ef1cf9c97276568cf19a2636c0be86e3 (patch) | |
tree | 40facd52e3c0c2313ca26153d7c038e04e02138d /keyboards/keyboardio/atreus/keymaps/ardumont/readme.md | |
parent | 99ce84827a4413c45aedcb4b366aa491c17adc56 (diff) | |
parent | fd6545167962c0761e7797e786bc7ce8e0481f02 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keyboardio/atreus/keymaps/ardumont/readme.md')
-rw-r--r-- | keyboards/keyboardio/atreus/keymaps/ardumont/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/keyboardio/atreus/keymaps/ardumont/readme.md b/keyboards/keyboardio/atreus/keymaps/ardumont/readme.md new file mode 100644 index 0000000000..d2532d7e97 --- /dev/null +++ b/keyboards/keyboardio/atreus/keymaps/ardumont/readme.md @@ -0,0 +1,23 @@ +![ardumont layout](https://i.imgur.com/tuk64AI.png) + +# ardumont layout + +This is a qwerty layout for the keyboardio/atreus. For the most part, it's a +straightforward layout. Only the modifiers key are not organized like the default +layout. Those modifier keys are mostly symmetrically configured. + +The idea is that when using a modifier key, some users may expect to use both side of +the keyboard symmetrically (as in emacs, qutebrowser, terminal/tmux). + +Exceptions to the rules are the `Escape` and the `Super` which only exists on the left +Side of the keyboard. Those are mostly unused. + +Note that some keys are not present in the keyboard (e.g `Tab`, `Enter`, ...) since they +are available from the legacy terminal bindings: + +- Ctrl-i: Tab +- Ctrl-m: Enter +- Ctrl-h: Backspace +- Ctrl-d: Del +- Ctrl-n: Down +- Ctrl-p: Up |