diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-09 23:39:53 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-09 23:39:53 -0800 |
commit | 5523f7093a797400fbd7367f9be50cb40ecdd68e (patch) | |
tree | d66010ae29f136dd2bb187079dc78d07a9f0f473 /users | |
parent | adb6012de1ef65bb2d796edc480d5cc0db14d5e6 (diff) | |
parent | 8df90c63c1195ef3479a43af1de1f2a8821819d3 (diff) | |
download | qmk_firmware-5523f7093a797400fbd7367f9be50cb40ecdd68e.tar.gz qmk_firmware-5523f7093a797400fbd7367f9be50cb40ecdd68e.zip |
Merge remote-tracking branch 'upstream/master' into develop
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 bee6ee272f..1173d15ec1 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 ## Macro Features and Custom Keycodes -### [VRSN](./noroadsleft.c#L33-L37) +### [VRSN](./noroadsleft.c#L44-L48) Outputs a string that tells me the Git commit from which my flashed firmware was built. Looks something like: @@ -29,7 +29,7 @@ Some frequently used Git commands. ### "Macro Mode" Macros and Customized Keycodes -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). +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). | Keycode | `macroMode == 0` | `macroMode == 1` | `macroMode == 1` with <kbd>Shift</kbd> | | :------------------------------------- | :--------------- | :--------------- | :------------------------------------- | |