diff options
Diffstat (limited to 'keyboards/preonic/keymaps/smt/readme.md')
| -rw-r--r-- | keyboards/preonic/keymaps/smt/readme.md | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/keyboards/preonic/keymaps/smt/readme.md b/keyboards/preonic/keymaps/smt/readme.md index b2052b37c..016da7b01 100644 --- a/keyboards/preonic/keymaps/smt/readme.md +++ b/keyboards/preonic/keymaps/smt/readme.md | |||
| @@ -14,19 +14,29 @@ Notable differences from the default are: | |||
| 14 | 14 | ||
| 15 | Thankfully, QMK supports [mod-tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys, and this allows me to set the Enter key to send a modifier (MOD_LSFT) when held, and KC_ENT when tapped. Awesome! | 15 | Thankfully, QMK supports [mod-tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys, and this allows me to set the Enter key to send a modifier (MOD_LSFT) when held, and KC_ENT when tapped. Awesome! |
| 16 | 16 | ||
| 17 | 3. Escape | ||
| 18 | |||
| 19 | I am experimenting with using Left Shift as a mod-tap key for Escape, similar to how I use the Enter key. It's set up like this on my Minivan, so in the interest of consistency... | ||
| 20 | |||
| 21 | 4. Backtick | ||
| 22 | |||
| 23 | I don't currently have LEDs on any of my keyboards, and even if I did, I don't think I would want their controls on a base layer. | ||
| 24 | |||
| 25 | So, why use backtick in the lower left corner? I use it as my tmux prefix key, so I need to type it more frequently than most people. Putting it on the base layer works well for me. | ||
| 26 | |||
| 17 | ## Dvorak (default) | 27 | ## Dvorak (default) |
| 18 | 28 | ||
| 19 | ``` | 29 | ``` |
| 20 | ,-----------------------------------------------------------------------------------. | 30 | ,-----------------------------------------------------------------------------------. |
| 21 | | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | | 31 | | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | |
| 22 | |------+------+------+------+------+------+------+------+------+------+------+------| | 32 | |------+------+------+------+------+------+------+------+------+------+------+------| |
| 23 | | Tab | " | , | . | P | Y | F | G | C | R | L | / | | 33 | | Tab | " | , | . | P | Y | F | G | C | R | L | Bksp | |
| 24 | |------+------+------+------+------+-------------+------+------+------+------+------| | 34 | |------+------+------+------+------+-------------+------+------+------+------+------| |
| 25 | | Esc | A | O | E | U | I | D | H | T | N | S | - | | 35 | | Esc | A | O | E | U | I | D | H | T | N | S | - | |
| 26 | |------+------+------+------+------+------|------+------+------+------+------+------| | 36 | |------+------+------+------+------+------|------+------+------+------+------+------| |
| 27 | | Shift| ; | Q | J | K | X | B | M | W | V | Z |Enter | | 37 | | Shift| ; | Q | J | K | X | B | M | W | V | Z |Enter | |
| 28 | |------+------+------+------+------+------+------+------+------+------+------+------| | 38 | |------+------+------+------+------+------+------+------+------+------+------+------| |
| 29 | | Brite| Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | | 39 | | ` | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | |
| 30 | `-----------------------------------------------------------------------------------' | 40 | `-----------------------------------------------------------------------------------' |
| 31 | ``` | 41 | ``` |
| 32 | 42 | ||
| @@ -36,13 +46,13 @@ Notable differences from the default are: | |||
| 36 | ,-----------------------------------------------------------------------------------. | 46 | ,-----------------------------------------------------------------------------------. |
| 37 | | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | | 47 | | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | |
| 38 | |------+------+------+------+------+------+------+------+------+------+------+------| | 48 | |------+------+------+------+------+------+------+------+------+------+------+------| |
| 39 | | Tab | Q | W | E | R | T | Y | U | I | O | P | Del | | 49 | | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp | |
| 40 | |------+------+------+------+------+-------------+------+------+------+------+------| | 50 | |------+------+------+------+------+-------------+------+------+------+------+------| |
| 41 | | Esc | A | S | D | F | G | H | J | K | L | ; | " | | 51 | | Esc | A | S | D | F | G | H | J | K | L | ; | " | |
| 42 | |------+------+------+------+------+------|------+------+------+------+------+------| | 52 | |------+------+------+------+------+------|------+------+------+------+------+------| |
| 43 | | Shift| Z | X | C | V | B | N | M | , | . | / |Enter | | 53 | | Shift| Z | X | C | V | B | N | M | , | . | / |Enter | |
| 44 | |------+------+------+------+------+------+------+------+------+------+------+------| | 54 | |------+------+------+------+------+------+------+------+------+------+------+------| |
| 45 | | Brite| Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | | 55 | | ` | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | |
| 46 | `-----------------------------------------------------------------------------------' | 56 | `-----------------------------------------------------------------------------------' |
| 47 | ``` | 57 | ``` |
| 48 | 58 | ||
| @@ -76,10 +86,28 @@ I haven't completely filled this layer, which leaves room for future mappings an | |||
| 76 | |------+------+------+------+------+-------------+------+------+------+------+------| | 86 | |------+------+------+------+------+-------------+------+------+------+------+------| |
| 77 | | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del | | 87 | | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del | |
| 78 | |------+------+------+------+------+-------------+------+------+------+------+------| | 88 | |------+------+------+------+------+-------------+------+------+------+------+------| |
| 79 | | | | | | | | | _ | + | { | } | | | | 89 | | | | | | | | _ | ? | + | { | } | | | |
| 80 | |------+------+------+------+------+------|------+------+------+------+------+------| | 90 | |------+------+------+------+------+------|------+------+------+------+------+------| |
| 81 | | | | | | | | | - | = | [ | ] | \ | | 91 | | | | | | | | - | / | = | [ | ] | \ | |
| 82 | |------+------+------+------+------+------+------+------+------+------+------+------| | 92 | |------+------+------+------+------+------+------+------+------+------+------+------| |
| 83 | | | | | | | | | Next | Vol- | Vol+ | Play | | 93 | | | | | | | | | Next | Vol- | Vol+ | Play | |
| 84 | `-----------------------------------------------------------------------------------' | 94 | `-----------------------------------------------------------------------------------' |
| 85 | ``` | 95 | ``` |
| 96 | |||
| 97 | ## Adjust (Lower + Raise) | ||
| 98 | |||
| 99 | Utility layer. This is where I'd switch to Qwerty, or ~~fool around with~~ adjust the audio/music settings. | ||
| 100 | |||
| 101 | ``` | ||
| 102 | ,-----------------------------------------------------------------------------------. | ||
| 103 | | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | | ||
| 104 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 105 | | | Reset| | | | | | | | | | Del | | ||
| 106 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 107 | | | | |Aud on|AudOff|AGnorm|AGswap|Dvorak|Qwerty| | | | | ||
| 108 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 109 | | |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | | | ||
| 110 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 111 | | | | | | | | | | | | | | ||
| 112 | `-----------------------------------------------------------------------------------' | ||
| 113 | ``` | ||
