Skip to content

Commit

Permalink
Revert RCMD L2 sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive authored and github-actions[bot] committed Aug 29, 2023
1 parent eb5d01e commit 8d2030e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Both inner thumbs (marked as `L2` on `L1`) will act as follows:
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `hold` | Normal [`&mo` "momentary layer"](https://zmk.dev/docs/behaviors/layers#momentary-layer) behavior. |
| `tap` | [Sticky layer behavior](https://zmk.dev/docs/behaviors/sticky-layer), i.e. will switch to `L2` until the next key pressed (within 1s), and immediately exit back to `L1`. Useful to use single-handed sticky modifiers, entering a single number, single arrow movements, single media key actions, etc. |
| `double-tap` | Stays on `L2` while numbers or arrows are pressed, or `. / - _ + = *` ⌫ or ⌦ are pressed. Useful when entering longer numeric sequences, math operations, repetitive arrow navigation, etc. |
| `double-tap` | Stays on `L2` while numbers, arrows, `, . / - _ + = *`, ⌫ or ⌦ are pressed. Useful when entering longer numeric sequences, math operations, repetitive arrow navigation, etc. |

#### E`x`iting Smart `w`ord Behaviors

Expand Down
7 changes: 3 additions & 4 deletions img/corne.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/corne.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ layers:
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:star-three-points$$', h: '$$mdi:gesture-tap-hold$$'}
- {t: '$$mdi:apple-keyboard-command$$', h: '$$mdi:gesture-tap-hold$$'}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
Expand Down
7 changes: 3 additions & 4 deletions img/corneish_zen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ layers:
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:star-three-points$$', h: '$$mdi:gesture-tap-hold$$'}
- {t: '$$mdi:apple-keyboard-command$$', h: '$$mdi:gesture-tap-hold$$'}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
Expand Down
2 changes: 1 addition & 1 deletion knucklehead/L2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
&trans &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
// ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤
// 24 25 26 27 28 29 30 31 32 33 34 35
&trans &sk LCTRL &sk LALT &sk LCMD &sk MEH &trans &trans &sk MEH &sk RCMD &trans &trans &trans
&trans &sk LCTRL &sk LALT &sk LCMD &sk MEH &trans &trans &sk MEH &trans &trans &trans &trans
// ╰───────────────┴───────────────┴───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┴───────────────┴───────────────╯
// 36 37 38 39 40 41
&trans &trans &cmo L2 &cmo L2 &trans &trans
Expand Down

0 comments on commit 8d2030e

Please sign in to comment.