aboutsummaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-05-03 17:31:36 -0700
committerGitHub <noreply@github.com>2021-05-03 17:31:36 -0700
commit8ed1addd1e3ab783d86ba5d0a0935e2e7ec400f2 (patch)
tree6801b258b126562c5da2760f905e6c7d60ce0967 /users
parent25c97e0019aff7c529b09d177f23fd1271a120dc (diff)
downloadqmk_firmware-8ed1addd1e3ab783d86ba5d0a0935e2e7ec400f2.tar.gz
qmk_firmware-8ed1addd1e3ab783d86ba5d0a0935e2e7ec400f2.zip
Update noroadsleft userspace and keymaps (2021-05-03) (#12796)
* Set Dvorak as the standard base layer * Remove unneeded includes * Remove custom handling for Quake 2 Have now rewritten my in-game configuration to use Dvorak mapping instead of QWERTY, which means I don't need any of this stuff. * Clean up comments in KC60 keymap
Diffstat (limited to 'users')
-rw-r--r--users/noroadsleft/readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/noroadsleft/readme.md b/users/noroadsleft/readme.md
index 6a454b7c7..0a2153471 100644
--- a/users/noroadsleft/readme.md
+++ b/users/noroadsleft/readme.md
@@ -25,7 +25,7 @@ Some frequently used Git commands.
25| [`G_FTCH`](./noroadsleft.c#L43-L52) | `git fetch upstream ` | `git pull upstream ` | 25| [`G_FTCH`](./noroadsleft.c#L43-L52) | `git fetch upstream ` | `git pull upstream ` |
26| [`G_BRCH`](./noroadsleft.c#L53-L62) | `master` | `$(git branch-name)` | 26| [`G_BRCH`](./noroadsleft.c#L53-L62) | `master` | `$(git branch-name)` |
27 27
28`$(git branch-name)` is an alias for `git rev-parse --abbrev-ref HEAD`, which normally return the name of the current branch. 28`$(git branch-name)` is an alias for `git rev-parse --abbrev-ref HEAD`, which normally returns the name of the current branch.
29 29
30### "Macro Mode" Macros and Customized Keycodes 30### "Macro Mode" Macros and Customized Keycodes
31 31
@@ -76,6 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
76## Footnotes 76## Footnotes
77 77
78- 1: [^](#macro-mode-macros-and-customized-keycodes) The `M_MDSWP` keycode is used in my keymaps in the following locations: 78- 1: [^](#macro-mode-macros-and-customized-keycodes) The `M_MDSWP` keycode is used in my keymaps in the following locations:
79 - [KC60](../../keyboards/kc60/keymaps/noroadsleft/keymap.c#L206) 79 - [KC60](../../keyboards/kc60/keymaps/noroadsleft/keymap.c#L111)
80 - [KBDfans KBD75 rev1](../../keyboards/kbdfans/kbd75/keymaps/noroadsleft/keymap.c#L102) 80 - [KBDfans KBD75 rev1](../../keyboards/kbdfans/kbd75/keymaps/noroadsleft/keymap.c#L93)
81 - [CoseyFannitutti Discipline](../../keyboards/coseyfannitutti/discipline/keymaps/noroadsleft/keymap.c#L67) 81 - [CoseyFannitutti Discipline](../../keyboards/coseyfannitutti/discipline/keymaps/noroadsleft/keymap.c#L66)