mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 19:30:36 -04:00
Cleaning up stuff
- Updated Documentation and images - Change mouse button 3 combo
This commit is contained in:
parent
61e49576f2
commit
989698c004
4 changed files with 35 additions and 39 deletions
11
README.md
11
README.md
|
@ -4,7 +4,7 @@ My userspace for building QMK firmware via GitHub Actions. This does not require
|
|||
|
||||
## Layout
|
||||
|
||||
The custom layout optimizes for programming (SQL, Powershell, C) and minimizes holds for comfort. It started from [Manna Harbor Miryoku](https://github.com/manna-harbour/miryoku) and took heavy influence from [Jonas Hietala T-34](https://www.jonashietala.se/series/t-34/). The keymap designed for split 3x5, two thumbs keys, dual encoders, and combined with a Ploopy Nano trackball mouse. Design themes:
|
||||
The custom layout optimizes for programming (SQL, Powershell, C) and minimizes holds for comfort. It started from [Manna Harbor Miryoku](https://github.com/manna-harbour/miryoku), took heavy influence from [Jonas Hietala T-34](https://www.jonashietala.se/series/t-34/), and trying to achieve [Callum's Minimal Layout](https://github.com/qmk/qmk_firmware/tree/user-keymaps-still-present/users/callum). The keymap designed for split 3x5, two thumbs keys, dual encoders, and combined with a Ploopy Nano trackball mouse. Design themes:
|
||||
|
||||
- Releasing all keys always brings you back to base layer
|
||||
- Keeping certain keys consistent on all layers for better muscle memory
|
||||
|
@ -33,7 +33,7 @@ In this userspace, the base split 3x5_3 layout can be adapted for other split ke
|
|||
|
||||
### Tri-Layer
|
||||
|
||||
Hold both thumb momentary layer keys `NUMBER` and `NAVIGATION` to access the `SYMBOL` layer
|
||||
Hold both thumb momentary layer keys `NAVIGATION` and `SYMBOL` to access the `NUMBER` layer
|
||||
|
||||
### One Shot Mods
|
||||
|
||||
|
@ -55,15 +55,11 @@ Certain keys have different behaviors when held vs tapped allowing commonly type
|
|||
| Keycode | When tapped | When held | Comments |
|
||||
| --------- | ----------- | ----------------------- | --------------------------------- |
|
||||
| `TR_LBRC` | `[` | `[]` with cursor inside | |
|
||||
| `TH_LCBR` | `{` | `{}` with cursor inside | |
|
||||
| `TR_LABK` | `<` | `<>` with cursor inside | |
|
||||
| `TR_LPRN` | `(` | `()` with cursor inside | |
|
||||
| `TR_SQUO` | `'` | `''` with cursor inside | |
|
||||
| `TR_DQUO` | `"` | `""` with cursor inside | |
|
||||
| `TR_EQL` | `=` | `==` | |
|
||||
| `TR_PLUS` | `+` | `++` | |
|
||||
| `TR_PIPE` | `\|` | `\|\|` | |
|
||||
| `TR_EXLM` | `!` | `!=` | |
|
||||
| `TR_EXLM` | `!` | `$` | |
|
||||
| `TR_COMM` | `,` | `(` | enables parenthesis on base layer |
|
||||
| `TR_DOT` | `.` | `)` | |
|
||||
| `TR_PERC` | `%` | `^` | |
|
||||
|
@ -71,6 +67,7 @@ Certain keys have different behaviors when held vs tapped allowing commonly type
|
|||
| `TR_GRV` | ` | `~` | |
|
||||
| `TR_SCLN` | `;` | `:` | |
|
||||
| `TR_QUOT` | `'` | `"` | |
|
||||
| `TR_AT` | `@` | `&` | |
|
||||
|
||||
### Combos
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue