diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-10 03:45:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 19:45:59 -0800 |
| commit | 8df90c63c1195ef3479a43af1de1f2a8821819d3 (patch) | |
| tree | 195e5597aaf3520de70598dc9a86195b72835131 /users | |
| parent | 93b3d9b33c91f4e0a2cc4528cd1e7353d691458a (diff) | |
| download | qmk_firmware-8df90c63c1195ef3479a43af1de1f2a8821819d3.tar.gz qmk_firmware-8df90c63c1195ef3479a43af1de1f2a8821819d3.zip | |
Update noroadsleft userspace and keymaps (2021-11-09) (#15099)
Diffstat (limited to 'users')
| -rw-r--r-- | users/noroadsleft/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/noroadsleft/readme.md b/users/noroadsleft/readme.md index bee6ee272..1173d15ec 100644 --- a/users/noroadsleft/readme.md +++ b/users/noroadsleft/readme.md | |||
| @@ -9,7 +9,7 @@ This directory holds the code that's the same for every keyboard I use in QMK, w | |||
| 9 | 9 | ||
| 10 | ## Macro Features and Custom Keycodes | 10 | ## Macro Features and Custom Keycodes |
| 11 | 11 | ||
| 12 | ### [VRSN](./noroadsleft.c#L33-L37) | 12 | ### [VRSN](./noroadsleft.c#L44-L48) |
| 13 | 13 | ||
| 14 | Outputs a string that tells me the Git commit from which my flashed firmware was built. Looks something like: | 14 | Outputs a string that tells me the Git commit from which my flashed firmware was built. Looks something like: |
| 15 | 15 | ||
| @@ -29,7 +29,7 @@ Some frequently used Git commands. | |||
| 29 | 29 | ||
| 30 | ### "Macro Mode" Macros and Customized Keycodes | 30 | ### "Macro Mode" Macros and Customized Keycodes |
| 31 | 31 | ||
| 32 | Some of my macros and keycodes do different things depending on the value of the [`macroMode` variable](./noroadsleft.c#L23), which is [toggled between `0` and `1`](./noroadsleft.c#L116-L120) by the `M_MDSWP` custom keycode.[<sup>1</sup>](#footnotes) This is mainly at attempt to make various shortcuts use the same physical key combinations between Windows/Linux and MacOS (which I use at home and work, respectively). | 32 | Some of my macros and keycodes do different things depending on the value of the [`macroMode` variable](./noroadsleft.c#L23), which is [toggled between `0` and `1`](./noroadsleft.c#L127-L131) by the `M_MDSWP` custom keycode.[<sup>1</sup>](#footnotes) This is mainly at attempt to make various shortcuts use the same physical key combinations between Windows/Linux and MacOS (which I use at home and work, respectively). |
| 33 | 33 | ||
| 34 | | Keycode | `macroMode == 0` | `macroMode == 1` | `macroMode == 1` with <kbd>Shift</kbd> | | 34 | | Keycode | `macroMode == 0` | `macroMode == 1` | `macroMode == 1` with <kbd>Shift</kbd> | |
| 35 | | :------------------------------------- | :--------------- | :--------------- | :------------------------------------- | | 35 | | :------------------------------------- | :--------------- | :--------------- | :------------------------------------- | |
