diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-04 00:32:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-04 00:32:09 +0000 |
commit | 084d0ae96eb33bdb2f1cca4cd2aa0c520a9d4d82 (patch) | |
tree | 6d742e4c5a420cf07da5ba767a56bd205c6be6c8 /users | |
parent | 5d27c772fdd1740b3d03b5671e1d31dccbf0447e (diff) | |
parent | 8ed1addd1e3ab783d86ba5d0a0935e2e7ec400f2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rw-r--r-- | users/noroadsleft/readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/users/noroadsleft/readme.md b/users/noroadsleft/readme.md index 6a454b7c74..0a2153471b 100644 --- a/users/noroadsleft/readme.md +++ b/users/noroadsleft/readme.md @@ -25,7 +25,7 @@ Some frequently used Git commands. | [`G_FTCH`](./noroadsleft.c#L43-L52) | `git fetch upstream ` | `git pull upstream ` | | [`G_BRCH`](./noroadsleft.c#L53-L62) | `master` | `$(git branch-name)` | -`$(git branch-name)` is an alias for `git rev-parse --abbrev-ref HEAD`, which normally return the name of the current branch. +`$(git branch-name)` is an alias for `git rev-parse --abbrev-ref HEAD`, which normally returns the name of the current branch. ### "Macro Mode" Macros and Customized Keycodes @@ -76,6 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ## Footnotes - 1: [^](#macro-mode-macros-and-customized-keycodes) The `M_MDSWP` keycode is used in my keymaps in the following locations: - - [KC60](../../keyboards/kc60/keymaps/noroadsleft/keymap.c#L206) - - [KBDfans KBD75 rev1](../../keyboards/kbdfans/kbd75/keymaps/noroadsleft/keymap.c#L102) - - [CoseyFannitutti Discipline](../../keyboards/coseyfannitutti/discipline/keymaps/noroadsleft/keymap.c#L67) + - [KC60](../../keyboards/kc60/keymaps/noroadsleft/keymap.c#L111) + - [KBDfans KBD75 rev1](../../keyboards/kbdfans/kbd75/keymaps/noroadsleft/keymap.c#L93) + - [CoseyFannitutti Discipline](../../keyboards/coseyfannitutti/discipline/keymaps/noroadsleft/keymap.c#L66) |